Searched refs:AVCS_ERRCODE_INFOS (Results 1 – 1 of 1) sorted by relevance
24 const std::map<AVCodecServiceErrCode, std::string> AVCS_ERRCODE_INFOS = { variable277 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()