Home
last modified time | relevance | path

Searched refs:SL_DATAFORMAT_PCM (Results 1 – 21 of 21) sorted by relevance

/frameworks/wilhelm/src/android/
Dandroid_sles_conversions.h34 case SL_DATAFORMAT_PCM: in sles_to_android_sampleFormat()
DAudioRecorder_to_android.cpp248 case SL_DATAFORMAT_PCM: { in android_audioRecorder_checkSourceSink()
DAudioPlayer_to_android.cpp646 if (SL_DATAFORMAT_PCM != sinkFormatType) { in audioPlayer_isSupportedNonOutputMixSink()
1067 case SL_DATAFORMAT_PCM: { in android_audioPlayer_checkSourceSink()
/frameworks/wilhelm/src/
Ddata.h87 #define DATAFORMAT_MASK_PCM (1L << SL_DATAFORMAT_PCM)
Ddata.cpp367 case SL_DATAFORMAT_PCM: in checkDataFormat()
591 case SL_DATAFORMAT_PCM: in checkDataFormat()
669 (SL_DATAFORMAT_PCM == pSrcDataLocatorFormat->mFormat.mFormatType) && in checkSourceSinkVsInterfacesCompatibility()
742 case SL_DATAFORMAT_PCM: in freeDataFormat()
/frameworks/wilhelm/tests/sandbox/
Dconfigbq.c108 format_pcm.formatType = SL_DATAFORMAT_PCM; in main()
Dsrcsink.c43 format_pcm.formatType = SL_DATAFORMAT_PCM; in main()
Dintbufq.c112 pcm.formatType = SL_DATAFORMAT_PCM; in main()
Dplaybq.cpp393 ? SL_ANDROID_DATAFORMAT_PCM_EX : SL_DATAFORMAT_PCM; in main()
/frameworks/wilhelm/tests/examples/
DslesTestSawtoothBufferQueue.cpp166 pcm.formatType = SL_DATAFORMAT_PCM; in TestPlaySawtoothBufferQueue()
DslesTestDecodeToBuffQueue.cpp346 pcm.formatType = SL_DATAFORMAT_PCM; in TestDecToBuffQueue()
DslesTestRecBuffQueue.cpp268 SL_ANDROID_DATAFORMAT_PCM_EX : SL_DATAFORMAT_PCM; in TestRecToBuffQueue()
DslesTestFeedback.cpp425 pcm.formatType = SL_DATAFORMAT_PCM; in main()
DslesTestDecodeAac.cpp526 SLDataFormat_PCM format_destPcm = { /*formatType*/ SL_DATAFORMAT_PCM, /*numChannels*/ 1, in TestDecToBuffQueue()
/frameworks/base/cmds/bootanimation/
Daudioplay.cpp159 SL_DATAFORMAT_PCM, in createBufferQueueAudioPlayer()
/frameworks/wilhelm/src/desktop/
DSndFile.cpp162 case SL_DATAFORMAT_PCM: in SndFile_checkAudioPlayerSourceSink()
/frameworks/base/media/tests/NativeMidiDemo/jni/
Dnativemidi-jni.cpp148 SLDataFormat_PCM format_pcm = { SL_DATAFORMAT_PCM, 1, (SLuint32)sampleRate * 1000, in Java_com_example_android_nativemididemo_NativeMidi_initAudio()
/frameworks/wilhelm/src/itf/
DIOutputMixExt.cpp366 case SL_DATAFORMAT_PCM: in IOutputMixExt_checkAudioPlayerSourceSink()
DIEngine.cpp304 assert(SL_DATAFORMAT_PCM == thiz->mDataSource.mFormat.mFormatType in IEngine_CreateAudioPlayer()
327 assert(SL_DATAFORMAT_PCM == thiz->mDataSink.mFormat.mFormatType in IEngine_CreateAudioPlayer()
/frameworks/wilhelm/tests/automated/
DBufferQueue_test.cpp120 pcm.formatType = SL_DATAFORMAT_PCM; in SetUp()
/frameworks/wilhelm/include/SLES/
DOpenSLES.h308 #define SL_DATAFORMAT_PCM ((SLuint32) 0x00000002) macro