Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/src/
Dvpx_codec.c43 const char *vpx_codec_err_to_string(vpx_codec_err_t err) { in vpx_codec_err_to_string() function
71 return (ctx) ? vpx_codec_err_to_string(ctx->err) in vpx_codec_error()
72 : vpx_codec_err_to_string(VPX_CODEC_INVALID_PARAM); in vpx_codec_error()
/external/libvpx/libvpx/test/
Ddecode_test_driver.cc59 << vpx_codec_err_to_string(res_peek); in HandlePeekResult()
64 << vpx_codec_err_to_string(res_peek); in HandlePeekResult()
/external/libvpx/libvpx/vpx/
Dexports_com4 text vpx_codec_err_to_string
Dvpx_codec.h305 const char *vpx_codec_err_to_string(vpx_codec_err_t err);
/external/libvpx/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.c1041 fatal("Failed to get config: %s\n", vpx_codec_err_to_string(res)); in new_stream()
/external/libvpx/libvpx/examples/
Dvp8_multi_resolution_encoder.c446 printf("Failed to get config: %s\n", vpx_codec_err_to_string(res[i])); in main()
Dvpx_temporal_svc_encoder.c573 printf("Failed to get config: %s\n", vpx_codec_err_to_string(res)); in main()
Dvp9_spatial_svc_encoder.c183 die("Failed to get config: %s\n", vpx_codec_err_to_string(res)); in parse_command_line()