Home
last modified time | relevance | path

Searched refs:SLAndroidDataFormat_PCM_EX (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/wilhelm/src/android/
H A Dandroid_sles_conversions.h48 switch (((SLAndroidDataFormat_PCM_EX *)df_pcm)->representation) { in sles_to_android_sampleFormat()
H A DAudioRecorder_to_android.cpp245 const SLAndroidDataFormat_PCM_EX *df_pcm = in android_audioRecorder_checkSourceSink()
246 (SLAndroidDataFormat_PCM_EX *) pAudioSnk->pFormat; in android_audioRecorder_checkSourceSink()
H A DAudioPlayer_to_android.cpp1063 const SLAndroidDataFormat_PCM_EX *df_pcm = in android_audioPlayer_checkSourceSink()
1064 (const SLAndroidDataFormat_PCM_EX *) pAudioSrc->pFormat; in android_audioPlayer_checkSourceSink()
/aosp12/frameworks/wilhelm/src/
H A Ddata.h40 SLAndroidDataFormat_PCM_EX mPCMEx;
H A Ddata.cpp353 ((SLAndroidDataFormat_PCM_EX *)pFormat)->representation; in checkDataFormat()
/aosp12/frameworks/wilhelm/include/SLES/
H A DOpenSLES_Android.h57 } SLAndroidDataFormat_PCM_EX; typedef
/aosp12/frameworks/wilhelm/tests/examples/
H A DslesTestRecBuffQueue.cpp214 SLAndroidDataFormat_PCM_EX pcm; in TestRecToBuffQueue()
/aosp12/frameworks/wilhelm/tests/sandbox/
H A Dplaybq.cpp374 SLAndroidDataFormat_PCM_EX format_pcm; in main()