Lines Matching refs:numChannels
366 int32_t numChannels = mConfig->num_channels; in process() local
376 calOutSize += kPVMP3DecoderDelay * numChannels * sizeof(int16_t); in process()
431 || mConfig->num_channels != numChannels) { in process()
434 numChannels, mConfig->num_channels); in process()
436 numChannels = mConfig->num_channels; in process()
439 C2StreamChannelCountInfo::output channelCountInfo(0u, numChannels); in process()
471 outOffset = kPVMP3DecoderDelay * numChannels * sizeof(int16_t); in process()
476 outSize + kPVMP3DecoderDelay * numChannels * sizeof(int16_t)) { in process()
478 kPVMP3DecoderDelay * numChannels * sizeof(int16_t))) { in process()
485 outSize += kPVMP3DecoderDelay * numChannels * sizeof(int16_t); in process()
490 mProcessedSamples += ((outSize - outOffset) / (numChannels * sizeof(int16_t))); in process()