Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dcodec_utils.cpp168 static const std::map<std::string, OMX_VIDEO_CODINGTYPE> compressHstOmx = { variable
175 if (compressHstOmx.find(format) != compressHstOmx.end()) { in CodingTypeHstToHdi()
176 return compressHstOmx.at(format); in CodingTypeHstToHdi()