Home
last modified time | relevance | path

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

/foundation/multimedia/histreamer/engine/plugin/plugins/demuxer/aac_demuxer/
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()
Daac_demuxer_plugin.h42 uint8_t frameChannels; member
/foundation/multimedia/histreamer/engine/plugin/plugins/minimp3_adapter/
Dminimp3_demuxer_plugin.cpp164 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()
Dminimp3_demuxer_plugin.h51 uint8_t frameChannels; member