Home
last modified time | relevance | path

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

/system/media/wilhelm/src/
Ddata.h83 #define DATAFORMAT_MASK_PCM (1L << SL_DATAFORMAT_PCM)
Ddata.c349 case SL_DATAFORMAT_PCM: in checkDataFormat()
576 case SL_DATAFORMAT_PCM: in checkDataFormat()
653 (SL_DATAFORMAT_PCM == pSrcDataLocatorFormat->mFormat.mFormatType) && in checkSourceSinkVsInterfacesCompatibility()
725 case SL_DATAFORMAT_PCM: in freeDataFormat()
/system/media/wilhelm/tests/sandbox/
Dconfigbq.c108 format_pcm.formatType = SL_DATAFORMAT_PCM; in main()
Dintbufq.c112 pcm.formatType = SL_DATAFORMAT_PCM; in main()
Dsrcsink.c43 format_pcm.formatType = SL_DATAFORMAT_PCM; in main()
Dplaybq.c241 format_pcm.formatType = SL_DATAFORMAT_PCM; in main()
/system/media/wilhelm/tests/examples/
DslesTestSawtoothBufferQueue.cpp169 pcm.formatType = SL_DATAFORMAT_PCM; in TestPlaySawtoothBufferQueue()
DslesTestRecBuffQueue.cpp204 pcm.formatType = SL_DATAFORMAT_PCM; in TestRecToBuffQueue()
DslesTestFeedback.cpp301 pcm.formatType = SL_DATAFORMAT_PCM; in main()
DslesTestDecodeToBuffQueue.cpp346 pcm.formatType = SL_DATAFORMAT_PCM; in TestDecToBuffQueue()
DslesTestDecodeAac.cpp461 SLDataFormat_PCM format_destPcm = { /*formatType*/ SL_DATAFORMAT_PCM, /*numChannels*/ 1, in TestDecToBuffQueue()
/system/media/wilhelm/src/desktop/
DSndFile.c162 case SL_DATAFORMAT_PCM: in SndFile_checkAudioPlayerSourceSink()
/system/media/wilhelm/src/android/
DAudioPlayer_to_android.cpp568 if (SL_DATAFORMAT_PCM != sinkFormatType) { in audioPlayer_isSupportedNonOutputMixSink()
913 case SL_DATAFORMAT_PCM: { in android_audioPlayer_checkSourceSink()
1006 case SL_DATAFORMAT_PCM: in android_audioPlayer_checkSourceSink()
1027 case SL_DATAFORMAT_PCM: in android_audioPlayer_checkSourceSink()
DAudioRecorder_to_android.cpp173 if (SL_DATAFORMAT_PCM == formatType) { in android_audioRecorder_checkSourceSinkSupport()
/system/media/wilhelm/src/itf/
DIOutputMixExt.c366 case SL_DATAFORMAT_PCM: in IOutputMixExt_checkAudioPlayerSourceSink()
DIEngine.c320 assert(SL_DATAFORMAT_PCM == thiz->mDataSource.mFormat.mFormatType); in IEngine_CreateAudioPlayer()
341 assert(SL_DATAFORMAT_PCM == thiz->mDataSink.mFormat.mFormatType); in IEngine_CreateAudioPlayer()
/system/media/wilhelm/tests/automated/
DBufferQueue_test.cpp120 pcm.formatType = SL_DATAFORMAT_PCM; in SetUp()
/system/media/wilhelm/include/SLES/
DOpenSLES.h308 #define SL_DATAFORMAT_PCM ((SLuint32) 0x00000002) macro