Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_decoder/
H A Dvideo_ffmpeg_decoder_plugin.cpp105 auto supportFormat = ConvertPixelFormatFromFFmpeg(codec->pix_fmts[index]); in UpdateOutCaps() local
106 if (supportFormat != VideoPixelFormat::UNKNOWN) { in UpdateOutCaps()
107 values.push_back(supportFormat); in UpdateOutCaps()