Searched refs:SL_DATAFORMAT_PCM (Results 1 – 19 of 19) sorted by relevance
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()
83 #define DATAFORMAT_MASK_PCM (1L << SL_DATAFORMAT_PCM)
108 format_pcm.formatType = SL_DATAFORMAT_PCM; in main()
43 format_pcm.formatType = SL_DATAFORMAT_PCM; in main()
112 pcm.formatType = SL_DATAFORMAT_PCM; in main()
277 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()
526 SLDataFormat_PCM format_destPcm = { /*formatType*/ SL_DATAFORMAT_PCM, /*numChannels*/ 1, in TestDecToBuffQueue()
162 case SL_DATAFORMAT_PCM: in SndFile_checkAudioPlayerSourceSink()
565 if (SL_DATAFORMAT_PCM != sinkFormatType) { in audioPlayer_isSupportedNonOutputMixSink()911 case SL_DATAFORMAT_PCM: { in android_audioPlayer_checkSourceSink()1004 case SL_DATAFORMAT_PCM: in android_audioPlayer_checkSourceSink()1025 case SL_DATAFORMAT_PCM: in android_audioPlayer_checkSourceSink()
173 if (SL_DATAFORMAT_PCM == formatType) { in android_audioRecorder_checkSourceSinkSupport()
573 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()
366 case SL_DATAFORMAT_PCM: in IOutputMixExt_checkAudioPlayerSourceSink()
302 assert(SL_DATAFORMAT_PCM == thiz->mDataSource.mFormat.mFormatType); in IEngine_CreateAudioPlayer()323 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