Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/frameworks/native/common/
H A Davcodec_errors.cpp75 const std::map<AVCodecServiceErrCode, OH_AVErrCode> AVCSERRCODE_TO_OHAVCODECERRCODE = { member
295 if (AVCS_ERRCODE_INFOS.count(code) != 0 && AVCSERRCODE_TO_OHAVCODECERRCODE.count(code) != 0) { in AVCSErrorToOHAVErrCodeString()
296 OH_AVErrCode extCode = AVCSERRCODE_TO_OHAVCODECERRCODE.at(code); in AVCSErrorToOHAVErrCodeString()
307 if (AVCS_ERRCODE_INFOS.count(code) != 0 && AVCSERRCODE_TO_OHAVCODECERRCODE.count(code) != 0) { in AVCSErrorToOHAVErrCode()
308 return AVCSERRCODE_TO_OHAVCODECERRCODE.at(code); in AVCSErrorToOHAVErrCode()

Completed in 2 milliseconds