Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/demuxer/aac_demuxer/
H A Daac_demuxer_plugin.cpp340 int sampleIndex = ((buf[2] & 0x3C) >> 2); // 根据协议计算 sampleIndex in AudioDemuxerAACPrepare() local
343 int sample = samplingRateMap[sampleIndex]; in AudioDemuxerAACPrepare()