Home | History | Annotate | Download | only in src

Lines Matching defs:channelCount

740         int32_t sampleRate, channelCount;
743 CHECK(meta->findInt32(kKeyChannelCount, &channelCount));
745 ALOGV("VideoEditorAudioDecoder_step: channelCnt = %d", channelCount);
749 (uint32_t)channelCount;
750 pDecoderContext->mNbOutputChannels = channelCount;