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

  /external/libvpx/libvpx/vpx/src/
vpx_codec.c 47 case VPX_CODEC_ERROR:
70 const char *vpx_codec_error(vpx_codec_ctx_t *ctx) { function
89 res = VPX_CODEC_ERROR;
117 res = VPX_CODEC_ERROR;
121 res = VPX_CODEC_ERROR;
vpx_decoder.c 100 res = VPX_CODEC_ERROR;
125 res = VPX_CODEC_ERROR;
156 res = VPX_CODEC_ERROR;
176 res = VPX_CODEC_ERROR;
195 res = VPX_CODEC_ERROR;
211 res = VPX_CODEC_ERROR;
vpx_encoder.c 214 res = VPX_CODEC_ERROR;
265 ctx->err = VPX_CODEC_ERROR;
333 ctx->err = VPX_CODEC_ERROR;
351 ctx->err = VPX_CODEC_ERROR;
svc_encodeframe.c 870 if (si->frame_size == 0) return VPX_CODEC_ERROR;
  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 122 vpx_internal_error(&pbi->common.error, VPX_CODEC_ERROR,
131 vpx_internal_error(&pbi->common.error, VPX_CODEC_ERROR,
154 vpx_internal_error(&pbi->common.error, VPX_CODEC_ERROR,
163 vpx_internal_error(&pbi->common.error, VPX_CODEC_ERROR,
362 pbi->common.error.error_code = VPX_CODEC_ERROR;
368 pbi->common.error.error_code = VPX_CODEC_ERROR;
485 return VPX_CODEC_ERROR;
510 return VPX_CODEC_ERROR;
  /external/libvpx/libvpx/vp9/decoder/
vp9_onyxd_if.c 205 vpx_internal_error(&cm->error, VPX_CODEC_ERROR,
210 vpx_internal_error(&cm->error, VPX_CODEC_ERROR,
236 vpx_internal_error(&pbi->common.error, VPX_CODEC_ERROR,
242 vpx_internal_error(&pbi->common.error, VPX_CODEC_ERROR,
351 cm->error.error_code = VPX_CODEC_ERROR;
vp9_decodframe.c     [all...]
  /external/libvpx/libvpx/vpx/
vpx_codec.h 94 VPX_CODEC_ERROR,
309 const char *vpx_codec_error(vpx_codec_ctx_t *ctx);
363 * transparently, but will return #VPX_CODEC_ERROR if the request could not
374 * \retval #VPX_CODEC_ERROR
517 * \retval #VPX_CODEC_ERROR
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 311 res = VPX_CODEC_ERROR;
664 return VPX_CODEC_ERROR;
vp9_cx_iface.c 746 return VPX_CODEC_ERROR;
    [all...]

Completed in 126 milliseconds