Home
last modified time | relevance | path

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

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