Lines Matching refs:numChannels
362 int32_t numChannels = mConfig->num_channels; in process() local
372 calOutSize += kPVMP3DecoderDelay * numChannels * sizeof(int16_t); in process()
427 || mConfig->num_channels != numChannels) { in process()
430 numChannels, mConfig->num_channels); in process()
432 numChannels = mConfig->num_channels; in process()
435 C2StreamChannelCountInfo::output channelCountInfo(0u, numChannels); in process()
466 outOffset = kPVMP3DecoderDelay * numChannels * sizeof(int16_t); in process()
471 outSize + kPVMP3DecoderDelay * numChannels * sizeof(int16_t)) { in process()
473 kPVMP3DecoderDelay * numChannels * sizeof(int16_t))) { in process()
479 outSize += kPVMP3DecoderDelay * numChannels * sizeof(int16_t); in process()
484 mProcessedSamples += ((outSize - outOffset) / (numChannels * sizeof(int16_t))); in process()