Home | History | Annotate | Download | only in libmedia

Lines Matching refs:channelMask

339         audio_channel_mask_t channelMask, size_t* buffSize)
345 || (channelMask != gPrevInChannelMask)) {
351 inBuffSize = af->getInputBufferSize(sampleRate, format, channelMask);
356 gPrevInChannelMask = channelMask;
460 outputDesc->samplingRate, outputDesc->format, outputDesc->channelMask,
485 desc->channelMask, desc->frameCount, desc->latency);
602 audio_channel_mask_t channelMask,
608 return aps->getOutput(stream, samplingRate, format, channelMask, flags, offloadInfo);
639 audio_channel_mask_t channelMask,
644 return aps->getInput(inputSource, samplingRate, format, channelMask, sessionId);