Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dcodec_utils.cpp59 const static std::map<OMX_ERRORTYPE, std::string> omxErrorTypeMap = { variable
123 auto it = omxErrorTypeMap.find(static_cast<OMX_ERRORTYPE>(errorType)); in OmxErrorType2String()
124 if (it != omxErrorTypeMap.end()) { in OmxErrorType2String()
128 return omxErrorTypeMap.at(OMX_ErrorNone); in OmxErrorType2String()