Searched refs:SL_DATAFORMAT_PCM (Results 1 – 20 of 20) sorted by relevance
34 case SL_DATAFORMAT_PCM: in sles_to_android_sampleFormat()
173 case SL_DATAFORMAT_PCM: { in android_audioRecorder_checkSourceSink()
543 if (SL_DATAFORMAT_PCM != sinkFormatType) { in audioPlayer_isSupportedNonOutputMixSink()956 case SL_DATAFORMAT_PCM: { in android_audioPlayer_checkSourceSink()
84 #define DATAFORMAT_MASK_PCM (1L << SL_DATAFORMAT_PCM)
367 case SL_DATAFORMAT_PCM: in checkDataFormat()638 case SL_DATAFORMAT_PCM: in checkDataFormat()716 (SL_DATAFORMAT_PCM == pSrcDataLocatorFormat->mFormat.mFormatType) && in checkSourceSinkVsInterfacesCompatibility()789 case SL_DATAFORMAT_PCM: in freeDataFormat()
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()
391 ? SL_ANDROID_DATAFORMAT_PCM_EX : SL_DATAFORMAT_PCM; in main()
169 pcm.formatType = SL_DATAFORMAT_PCM; in TestPlaySawtoothBufferQueue()
248 SL_ANDROID_DATAFORMAT_PCM_EX : SL_DATAFORMAT_PCM; in TestRecToBuffQueue()
346 pcm.formatType = SL_DATAFORMAT_PCM; in TestDecToBuffQueue()
417 pcm.formatType = SL_DATAFORMAT_PCM; in main()
527 SLDataFormat_PCM format_destPcm = { /*formatType*/ SL_DATAFORMAT_PCM, /*numChannels*/ 1, in TestDecToBuffQueue()
162 case SL_DATAFORMAT_PCM: in SndFile_checkAudioPlayerSourceSink()
366 case SL_DATAFORMAT_PCM: in IOutputMixExt_checkAudioPlayerSourceSink()
303 assert(SL_DATAFORMAT_PCM == thiz->mDataSource.mFormat.mFormatType in IEngine_CreateAudioPlayer()326 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