Home
last modified time | relevance | path

Searched refs:frameChannels (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/demuxer/aac_demuxer/
H A Daac_demuxer_plugin.cpp163 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()
H A Daac_demuxer_plugin.h42 uint8_t frameChannels; member
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/minimp3_adapter/
H A Dminimp3_demuxer_plugin.cpp164 if (mp3DemuxerRst_.frameChannels == 1) { in FillInMediaInfo()
174 mediaInfo.tracks[0].Set<Tag::AUDIO_CHANNELS>(mp3DemuxerRst_.frameChannels); in FillInMediaInfo()
456 rst->frameChannels = info->channels; in AudioDemuxerMp3IterateCallback()
604 rst->frameChannels = info->channels; in AudioDemuxerMp3IterateCallbackForProbe()
665 PUBLIC_LOG_U32, mp3DemuxerRst->frameBitrateKbps, mp3DemuxerRst->frameChannels, in AudioDemuxerMp3Probe()
H A Dminimp3_demuxer_plugin.h51 uint8_t frameChannels; member