Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/frameworks/native/common/
H A Davcodec_errors.cpp128 const std::map<OH_AVErrCode, std::string> OHAVCODECERRCODE_INFOS = { member
286 if (OHAVCODECERRCODE_INFOS.count(code) != 0) { in OHAVErrCodeToString()
287 return OHAVCODECERRCODE_INFOS.at(code); in OHAVErrCodeToString()
297 if (OHAVCODECERRCODE_INFOS.count(extCode) != 0) { in AVCSErrorToOHAVErrCodeString()
298 return OHAVCODECERRCODE_INFOS.at(extCode); in AVCSErrorToOHAVErrCodeString()

Completed in 2 milliseconds