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

  /external/libvpx/libvpx/test/
decode_test_driver.h 75 const char *detail = vpx_codec_error_detail(&decoder_);
encode_test_driver.h 134 const char *detail = vpx_codec_error_detail(&encoder_);
  /external/libvpx/libvpx/vpx/src/
vpx_codec.c 75 const char *vpx_codec_error_detail(vpx_codec_ctx_t *ctx) { function
  /external/libvpx/libvpx/vpx/
vpx_codec.h 322 const char *vpx_codec_error_detail(vpx_codec_ctx_t *ctx);
  /external/chromium_org/remoting/codec/
video_decoder_vpx.cc 104 << vpx_codec_error_detail(codec_.get());
video_encoder_vpx.cc 127 << vpx_codec_error_detail(codec_.get());
  /external/libvpx/libvpx/
vp8_multi_resolution_encoder.c 73 const char *detail = vpx_codec_error_detail(ctx);
vp9_spatial_scalable_encoder.c 116 const char *detail = vpx_codec_error_detail(ctx);
vp8_scalable_patterns.c 53 const char *detail = vpx_codec_error_detail(ctx);
vpxdec.c 993 const char *detail = vpx_codec_error_detail(&decoder);
    [all...]
vpxenc.c 91 const char *detail = vpx_codec_error_detail(ctx);
    [all...]

Completed in 197 milliseconds