Home
last modified time | relevance | path

Searched refs:vpx_codec_err_to_string (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/libvpx/vpx/src/
H A Dvpx_codec.c34 const char *vpx_codec_err_to_string(vpx_codec_err_t err) { in vpx_codec_err_to_string() function
55 return (ctx) ? vpx_codec_err_to_string(ctx->err) in vpx_codec_error()
56 : vpx_codec_err_to_string(VPX_CODEC_INVALID_PARAM); in vpx_codec_error()
/aosp_15_r20/external/libvpx/test/
H A Ddecode_test_driver.cc57 << "Peek return failed: " << vpx_codec_err_to_string(res_peek); in HandlePeekResult()
63 << "Peek return failed: " << vpx_codec_err_to_string(res_peek); in HandlePeekResult()
/aosp_15_r20/external/libvpx/vpx/
H A Dexports_com4 text vpx_codec_err_to_string
H A Dvpx_codec.h309 const char *vpx_codec_err_to_string(vpx_codec_err_t err);
/aosp_15_r20/external/libvpx/
H A Dusage.dox97 vpx_codec_err_to_string() methods. The difference between these two methods is
99 whereas vpx_codec_err_to_string() can be used in cases where an error occurs
H A Dvpxenc.c864 if (res) fatal("Failed to get config: %s\n", vpx_codec_err_to_string(res)); in new_stream()
/aosp_15_r20/out/soong/.intermediates/external/libvpx/libvpx/android_arm64_armv8-2a_cortex-a55_shared_cfi_apex31/
Dlibvpx.so.toc76 71: FUNC GLOBAL DEFAULT 15 vpx_codec_err_to_string
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/interface/
H A Dlibvpx_interface.cc363 return ::vpx_codec_err_to_string(err); in codec_err_to_string()
/aosp_15_r20/external/libvpx/examples/
H A Dvp8_multi_resolution_encoder.c403 printf("Failed to get config: %s\n", vpx_codec_err_to_string(res[i])); in main()
H A Dvpx_temporal_svc_encoder.c767 printf("Failed to get config: %s\n", vpx_codec_err_to_string(res)); in main()
H A Dvp9_spatial_svc_encoder.c209 die("Failed to get config: %s\n", vpx_codec_err_to_string(res)); in parse_command_line()
/aosp_15_r20/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp711 vpx_codec_err_to_string(res)); in onQueueFilled()
/aosp_15_r20/frameworks/av/media/codec2/components/vpx/
H A DC2SoftVpxEnc.cpp1019 vpx_codec_err_to_string(res)); in process()