Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/frameworks/native/common/
H A Davcodec_errors.cpp191 const std::map<int32_t, AVCodecServiceErrCode> VPEERROR_TO_AVCSERRCODE = { member
325 if (VPEERROR_TO_AVCSERRCODE.count(code) != 0) { in VPEErrorToAVCSError()
326 return VPEERROR_TO_AVCSERRCODE.at(code); in VPEErrorToAVCSError()

Completed in 2 milliseconds