Home
last modified time | relevance | path

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

/external/libvpx/vpx/src/
Dvpx_codec.c33 const char *vpx_codec_err_to_string(vpx_codec_err_t err) { in vpx_codec_err_to_string() function
54 return (ctx) ? vpx_codec_err_to_string(ctx->err) in vpx_codec_error()
55 : vpx_codec_err_to_string(VPX_CODEC_INVALID_PARAM); in vpx_codec_error()
/external/libvpx/test/
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()
/external/libvpx/vpx/
Dexports_com4 text vpx_codec_err_to_string
Dvpx_codec.h309 const char *vpx_codec_err_to_string(vpx_codec_err_t err);
/external/libvpx/
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
Dvpxenc.c859 if (res) fatal("Failed to get config: %s\n", vpx_codec_err_to_string(res)); in new_stream()
/external/webrtc/modules/video_coding/codecs/interface/
Dlibvpx_interface.cc363 return ::vpx_codec_err_to_string(err); in codec_err_to_string()
/external/libvpx/examples/
Dvp8_multi_resolution_encoder.c403 printf("Failed to get config: %s\n", vpx_codec_err_to_string(res[i])); in main()
Dvpx_temporal_svc_encoder.c767 printf("Failed to get config: %s\n", vpx_codec_err_to_string(res)); in main()
Dvp9_spatial_svc_encoder.c207 die("Failed to get config: %s\n", vpx_codec_err_to_string(res)); in parse_command_line()