Home
last modified time | relevance | path

Searched refs:codec_err_to_string (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/webrtc/modules/video_coding/codecs/interface/
H A Dmock_libvpx_interface.h140 codec_err_to_string,
H A Dlibvpx_interface.h120 virtual const char* codec_err_to_string(vpx_codec_err_t err) const = 0;
H A Dlibvpx_interface.cc362 const char* codec_err_to_string(vpx_codec_err_t err) const override { in codec_err_to_string() function in webrtc::__anon6a41e3370111::LibvpxFacade
/aosp_15_r20/external/webrtc/test/fuzzers/
H A Dvp9_encoder_references_fuzzer.cc487 const char* codec_err_to_string(vpx_codec_err_t err) const override { in codec_err_to_string() function in webrtc::__anoncd39b5cc0111::StubLibvpx
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/vp9/
H A Dlibvpx_vp9_encoder.cc842 RTC_LOG(LS_ERROR) << "Init error: " << libvpx_->codec_err_to_string(rv); in InitAndSetControlSettings()
1261 RTC_LOG(LS_ERROR) << "Encoding error: " << libvpx_->codec_err_to_string(rv) in Encode()