Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_format_helper.cpp278 bool IsPCMStream(AVCodecID codecID) in IsPCMStream() function
468 } else if (IsPCMStream(avStream.codecpar->codec_id)) { in ParseBaseTrackInfo()
700 AudioSampleFormat fmt = (IsPCMStream(avStream.codecpar->codec_id)) ? in ParseAudioTrackInfo()