Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/android/
Dandroid_sles_conversions.h47 static inline audio_format_t sles_to_android_sampleFormat(const SLDataFormat_PCM *df_pcm) { in sles_to_android_sampleFormat()
DAudioRecorder_to_android.cpp174 SLDataFormat_PCM *df_pcm = (SLDataFormat_PCM *)ar->mDataSink.u.mSink.pFormat; in android_audioRecorder_checkSourceSinkSupport()
DAudioPlayer_to_android.cpp959 SLDataFormat_PCM *df_pcm = (SLDataFormat_PCM *) pAudioSrc->pFormat; in android_audioPlayer_checkSourceSink()
1510 SLDataFormat_PCM *df_pcm = (SLDataFormat_PCM *) in android_audioPlayer_realize()
/frameworks/wilhelm/src/
Ddata.h36 SLDataFormat_PCM mPCM;
Ddata.c374 pDataFormat->mPCM = *(SLDataFormat_PCM *)pFormat; in checkDataFormat()
/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()
/frameworks/wilhelm/tests/examples/
DslesTestSawtoothBufferQueue.cpp116 SLDataFormat_PCM pcm; in TestPlaySawtoothBufferQueue()
DslesTestRecBuffQueue.cpp170 SLDataFormat_PCM pcm; in TestRecToBuffQueue()
DslesTestDecodeToBuffQueue.cpp296 SLDataFormat_PCM pcm; in TestDecToBuffQueue()
DslesTestFeedback.cpp358 SLDataFormat_PCM pcm; in main()
DslesTestDecodeAac.cpp526 SLDataFormat_PCM format_destPcm = { /*formatType*/ SL_DATAFORMAT_PCM, /*numChannels*/ 1, in TestDecToBuffQueue()
/frameworks/ex/variablespeed/jni/
Dvariablespeed.cc580 SLDataFormat_PCM format_pcm = {SL_DATAFORMAT_PCM, channelCount, slSampleRate, in CreateAndRealizeAudioPlayer()
617 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