Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dcodec_utils.cpp181 static const std::map<VideoPixelFormat, OMX_COLOR_FORMATTYPE> formatHstOmx = { variable
191 if (formatHstOmx.find(format) != formatHstOmx.end()) { in FormatHstToOmx()
192 return formatHstOmx.at(format); in FormatHstToOmx()