Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_format_helper.cpp209 static std::vector<AVCodecID> g_imageCodecID = { variable
341 if (std::count(g_imageCodecID.begin(), g_imageCodecID.end(), codecID) <= 0) { in ParseTrackType()
448 … (std::count(g_imageCodecID.begin(), g_imageCodecID.end(), avStream.codecpar->codec_id) > 0)) { in ParseTrackInfo()
H A Dffmpeg_demuxer_plugin.cpp115 static std::vector<AVCodecID> g_imageCodecID = { variable
262 … if (std::count(g_imageCodecID.begin(), g_imageCodecID.end(), avStream.codecpar->codec_id) > 0) { in IsSupportedTrack()