Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/
Ddata.h36 SLDataFormat_PCM mPCM;
Ddata.c350 pDataFormat->mPCM = *(SLDataFormat_PCM *)pFormat; in checkDataFormat()
/frameworks/wilhelm/src/android/
DAudioRecorder_to_android.cpp174 SLDataFormat_PCM *df_pcm = (SLDataFormat_PCM *)ar->mDataSink.u.mSink.pFormat; in android_audioRecorder_checkSourceSinkSupport()
DAudioPlayer_to_android.cpp888 SLDataFormat_PCM *df_pcm = (SLDataFormat_PCM *) pAudioSrc->pFormat; in android_audioPlayer_checkSourceSink()
1423 SLDataFormat_PCM *df_pcm = (SLDataFormat_PCM *) in android_audioPlayer_realize()
/frameworks/wilhelm/tests/sandbox/
Dconfigbq.c107 SLDataFormat_PCM format_pcm; in main()
Dintbufq.c105 SLDataFormat_PCM pcm; in main()
Dsrcsink.c42 SLDataFormat_PCM format_pcm; in main()
Dplaybq.c326 SLDataFormat_PCM format_pcm; in main()
Dplaybq.cpp326 SLDataFormat_PCM format_pcm; in main()
/frameworks/wilhelm/tests/examples/
DslesTestSawtoothBufferQueue.cpp116 SLDataFormat_PCM pcm; in TestPlaySawtoothBufferQueue()
DslesTestRecBuffQueue.cpp167 SLDataFormat_PCM pcm; in TestRecToBuffQueue()
DslesTestFeedback.cpp294 SLDataFormat_PCM pcm; in main()
DslesTestDecodeToBuffQueue.cpp296 SLDataFormat_PCM pcm; in TestDecToBuffQueue()
DslesTestDecodeAac.cpp526 SLDataFormat_PCM format_destPcm = { /*formatType*/ SL_DATAFORMAT_PCM, /*numChannels*/ 1, in TestDecToBuffQueue()
/frameworks/ex/variablespeed/jni/
Dvariablespeed.cc573 SLDataFormat_PCM format_pcm = {SL_DATAFORMAT_PCM, channelCount, slSampleRate, in CreateAndRealizeAudioPlayer()
610 SLDataFormat_PCM pcm = {SL_DATAFORMAT_PCM, 1, SL_SAMPLINGRATE_44_1, in PlayFromThisSource()
/frameworks/wilhelm/tests/automated/
DBufferQueue_test.cpp80 SLDataFormat_PCM pcm;
/frameworks/wilhelm/include/SLES/
DOpenSLES.h364 } SLDataFormat_PCM; typedef