Home
last modified time | relevance | path

Searched refs:SLDataFormat_PCM (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/wilhelm/src/android/
H A Dandroid_sles_conversions.h29 static inline audio_format_t sles_to_android_sampleFormat(const SLDataFormat_PCM *df_pcm) { in sles_to_android_sampleFormat()
H A DAudioRecorder_to_android.cpp252 const SLDataFormat_PCM *df_pcm = (const SLDataFormat_PCM *) pAudioSnk->pFormat; in android_audioRecorder_checkSourceSink()
644 const SLDataFormat_PCM *df_pcm = &ar->mDataSink.mFormat.mPCM; in android_audioRecorder_realize()
H A DAudioPlayer_to_android.cpp1071 const SLDataFormat_PCM *df_pcm = (const SLDataFormat_PCM *) pAudioSrc->pFormat; in android_audioPlayer_checkSourceSink()
1637 SLDataFormat_PCM *df_pcm = (SLDataFormat_PCM *) in android_audioPlayer_realize()
/aosp12/frameworks/wilhelm/src/
H A Ddata.h39 SLDataFormat_PCM mPCM;
H A Ddata.cpp369 pDataFormat->mPCM = *(SLDataFormat_PCM *)pFormat; in checkDataFormat()
/aosp12/frameworks/wilhelm/tests/examples/
H A DslesTestSawtoothBufferQueue.cpp113 SLDataFormat_PCM pcm; in TestPlaySawtoothBufferQueue()
H A DslesTestDecodeToBuffQueue.cpp296 SLDataFormat_PCM pcm; in TestDecToBuffQueue()
H A DslesTestFeedback.cpp418 SLDataFormat_PCM pcm; in main()
H A DslesTestDecodeAac.cpp526 SLDataFormat_PCM format_destPcm = { /*formatType*/ SL_DATAFORMAT_PCM, /*numChannels*/ 1, in TestDecToBuffQueue()
/aosp12/frameworks/wilhelm/tests/sandbox/
H A Dconfigbq.c107 SLDataFormat_PCM format_pcm; in main()
H A Dintbufq.c105 SLDataFormat_PCM pcm; in main()
H A Dsrcsink.c42 SLDataFormat_PCM format_pcm; in main()
/aosp12/frameworks/base/cmds/bootanimation/
H A Daudioplay.cpp163 SLDataFormat_PCM format_pcm = { in createBufferQueueAudioPlayer()
/aosp12/frameworks/wilhelm/tests/automated/
H A DBufferQueue_test.cpp80 SLDataFormat_PCM pcm;
/aosp12/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h364 } SLDataFormat_PCM; typedef