Searched refs:frameChannels (Results 1 – 4 of 4) sorted by relevance
163 if (aacDemuxerRst_.frameChannels == 1) { in GetMediaInfo()171 mediaInfo.tracks[0].Set<Tag::AUDIO_CHANNELS>(aacDemuxerRst_.frameChannels); in GetMediaInfo()345 rst->frameChannels = channelCount; in AudioDemuxerAACPrepare()348 …MEDIA_LOG_D("channel " PUBLIC_LOG_U8 " sample " PUBLIC_LOG_U32, rst->frameChannels, rst->frameSamp… in AudioDemuxerAACPrepare()
42 uint8_t frameChannels; member
164 if (mp3DemuxerRst_.frameChannels == 1) { in FillInMediaInfo()174 mediaInfo.tracks[0].Set<Tag::AUDIO_CHANNELS>(mp3DemuxerRst_.frameChannels); in FillInMediaInfo()457 rst->frameChannels = info->channels; in AudioDemuxerMp3IterateCallback()607 rst->frameChannels = info->channels; in AudioDemuxerMp3IterateCallbackForProbe()668 PUBLIC_LOG_U32, mp3DemuxerRst->frameBitrateKbps, mp3DemuxerRst->frameChannels, in AudioDemuxerMp3Probe()
51 uint8_t frameChannels; member