Searched refs:SL_DATAFORMAT_PCM (Results 1 – 18 of 18) sorted by relevance
83 #define DATAFORMAT_MASK_PCM (1L << SL_DATAFORMAT_PCM)
349 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()
108 format_pcm.formatType = SL_DATAFORMAT_PCM; in main()
112 pcm.formatType = SL_DATAFORMAT_PCM; in main()
43 format_pcm.formatType = SL_DATAFORMAT_PCM; in main()
241 format_pcm.formatType = SL_DATAFORMAT_PCM; in main()
169 pcm.formatType = SL_DATAFORMAT_PCM; in TestPlaySawtoothBufferQueue()
204 pcm.formatType = SL_DATAFORMAT_PCM; in TestRecToBuffQueue()
301 pcm.formatType = SL_DATAFORMAT_PCM; in main()
346 pcm.formatType = SL_DATAFORMAT_PCM; in TestDecToBuffQueue()
461 SLDataFormat_PCM format_destPcm = { /*formatType*/ SL_DATAFORMAT_PCM, /*numChannels*/ 1, in TestDecToBuffQueue()
162 case SL_DATAFORMAT_PCM: in SndFile_checkAudioPlayerSourceSink()
568 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()
173 if (SL_DATAFORMAT_PCM == formatType) { in android_audioRecorder_checkSourceSinkSupport()
366 case SL_DATAFORMAT_PCM: in IOutputMixExt_checkAudioPlayerSourceSink()
320 assert(SL_DATAFORMAT_PCM == thiz->mDataSource.mFormat.mFormatType); in IEngine_CreateAudioPlayer()341 assert(SL_DATAFORMAT_PCM == thiz->mDataSink.mFormat.mFormatType); in IEngine_CreateAudioPlayer()
120 pcm.formatType = SL_DATAFORMAT_PCM; in SetUp()
308 #define SL_DATAFORMAT_PCM ((SLuint32) 0x00000002) macro