Searched refs:codecErrorType (Results 1 – 4 of 4) sorted by relevance
61 static ErrorType GetErrorType(MediaAVCodec::AVCodecErrorType codecErrorType);
91 static ErrorType GetErrorType(MediaAVCodec::AVCodecErrorType codecErrorType);
256 ErrorType MediaCodecEncoderAdapterImpl::GetErrorType(AVCodecErrorType codecErrorType) in GetErrorType() argument258 auto type = ERROR_TYPE_MAP.find(codecErrorType); in GetErrorType()
322 ErrorType MediaCodecDecoderAdapterImpl::GetErrorType(AVCodecErrorType codecErrorType) in GetErrorType() argument324 auto type = ERROR_TYPE_MAP.find(codecErrorType); in GetErrorType()