Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/frameworks/native/common/
H A Davcodec_errors.cpp24 const std::map<AVCodecServiceErrCode, std::string> AVCS_ERRCODE_INFOS = { variable
277 if (AVCS_ERRCODE_INFOS.count(code) != 0) { in AVCSErrorToString()
278 return AVCS_ERRCODE_INFOS.at(code); in AVCSErrorToString()
295 if (AVCS_ERRCODE_INFOS.count(code) != 0 && AVCSERRCODE_TO_OHAVCODECERRCODE.count(code) != 0) { in AVCSErrorToOHAVErrCodeString()
307 if (AVCS_ERRCODE_INFOS.count(code) != 0 && AVCSERRCODE_TO_OHAVCODECERRCODE.count(code) != 0) { in AVCSErrorToOHAVErrCode()