Home
last modified time | relevance | path

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

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

Completed in 1 milliseconds