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

  /external/libvpx/libvpx/vpx/
exports_com 4 text vpx_codec_err_to_string
vpx_codec.h 296 const char *vpx_codec_err_to_string(vpx_codec_err_t err);
  /external/libvpx/libvpx/examples/
encoder_tmpl.txt 31 printf("Failed to get config: %s\n", vpx_codec_err_to_string(res));
  /external/libvpx/libvpx/vpx/src/
vpx_codec.c 43 const char *vpx_codec_err_to_string(vpx_codec_err_t err) { function
71 return (ctx) ? vpx_codec_err_to_string(ctx->err)
72 : vpx_codec_err_to_string(VPX_CODEC_INVALID_PARAM);
  /external/libvpx/libvpx/
usage.dox 99 vpx_codec_err_to_string() methods. The difference between these two methods is
101 whereas vpx_codec_err_to_string() can be used in cases where an error occurs
vp9_spatial_scalable_encoder.c 217 die("Failed to get config: %s\n", vpx_codec_err_to_string(res));
vp8_multi_resolution_encoder.c 264 printf("Failed to get config: %s\n", vpx_codec_err_to_string(res[i]));
vp8_scalable_patterns.c 167 printf("Failed to get config: %s\n", vpx_codec_err_to_string(res));
vpxenc.c     [all...]
  /external/chromium_org/remoting/codec/
video_decoder_vpx.cc 102 LOG(ERROR) << "Decoding failed:" << vpx_codec_err_to_string(ret) << "\n"
video_encoder_vpx.cc 125 << "Encoding error: " << vpx_codec_err_to_string(ret) << "\n"
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 805 vpx_codec_err_to_string(res));

Completed in 727 milliseconds