Lines Matching refs:numChannels
365 int32_t numChannels = mConfig->num_channels; in process() local
375 calOutSize += kPVMP3DecoderDelay * numChannels * sizeof(int16_t); in process()
430 || mConfig->num_channels != numChannels) { in process()
433 numChannels, mConfig->num_channels); in process()
435 numChannels = mConfig->num_channels; in process()
438 C2StreamChannelCountInfo::output channelCountInfo(0u, numChannels); in process()
470 outOffset = kPVMP3DecoderDelay * numChannels * sizeof(int16_t); in process()
475 outSize + kPVMP3DecoderDelay * numChannels * sizeof(int16_t)) { in process()
477 kPVMP3DecoderDelay * numChannels * sizeof(int16_t))) { in process()
484 outSize += kPVMP3DecoderDelay * numChannels * sizeof(int16_t); in process()
489 mProcessedSamples += ((outSize - outOffset) / (numChannels * sizeof(int16_t))); in process()