HomeSort by relevance Sort by last modified time
    Searched refs:vpx_codec_err_to_string (Results 1 - 8 of 8) sorted by null

  /external/libvpx/libvpx/vpx/src/
vpx_codec.c 33 const char *vpx_codec_err_to_string(vpx_codec_err_t err) { function
54 return (ctx) ? vpx_codec_err_to_string(ctx->err)
55 : vpx_codec_err_to_string(VPX_CODEC_INVALID_PARAM);
  /external/libvpx/libvpx/test/
decode_test_driver.cc 57 << vpx_codec_err_to_string(res_peek);
62 << vpx_codec_err_to_string(res_peek);
  /external/libvpx/libvpx/vpx/
vpx_codec.h 305 const char *vpx_codec_err_to_string(vpx_codec_err_t err);
  /external/libvpx/libvpx/examples/
vp8_multi_resolution_encoder.c 402 printf("Failed to get config: %s\n", vpx_codec_err_to_string(res[i]));
vp9_spatial_svc_encoder.c 197 die("Failed to get config: %s\n", vpx_codec_err_to_string(res));
    [all...]
vpx_temporal_svc_encoder.c 598 printf("Failed to get config: %s\n", vpx_codec_err_to_string(res));
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 702 vpx_codec_err_to_string(res));
  /external/libvpx/libvpx/
vpxenc.c     [all...]

Completed in 190 milliseconds