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

  /external/libvpx/vpx/src/
vpx_codec.c 52 case VPX_CODEC_ERROR:
75 const char *vpx_codec_error(vpx_codec_ctx_t *ctx) function
97 res = VPX_CODEC_ERROR;
128 res = VPX_CODEC_ERROR;
133 res = VPX_CODEC_ERROR;
vpx_decoder.c 99 res = VPX_CODEC_ERROR;
124 res = VPX_CODEC_ERROR;
158 res = VPX_CODEC_ERROR;
180 res = VPX_CODEC_ERROR;
201 res = VPX_CODEC_ERROR;
218 res = VPX_CODEC_ERROR;
vpx_encoder.c 127 res = VPX_CODEC_ERROR;
155 ctx->err = VPX_CODEC_ERROR;
232 ctx->err = VPX_CODEC_ERROR;
252 ctx->err = VPX_CODEC_ERROR;
  /external/libvpx/vpx/
vpx_decoder_compat.h 39 VPX_DEC_ERROR = VPX_CODEC_ERROR,
vpx_codec.h 86 VPX_CODEC_ERROR,
303 const char *vpx_codec_error(vpx_codec_ctx_t *ctx);
357 * transparantly, but will return #VPX_CODEC_ERROR if the request could not
368 * \retval #VPX_CODEC_ERROR
512 * \retval #VPX_CODEC_ERROR
  /external/libvpx/vp8/decoder/
onyxd_if.c 353 pbi->common.error.error_code = VPX_CODEC_ERROR;
363 pbi->common.error.error_code = VPX_CODEC_ERROR;
  /external/libvpx/vp8/
vp8_dx_iface.c 401 res = VPX_CODEC_ERROR;
vp8_cx_iface.c     [all...]

Completed in 35 milliseconds