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

  /external/libvpx/vpx/
vpx_decoder_compat.h 39 VPX_DEC_ERROR = VPX_CODEC_ERROR,
194 const char *vpx_dec_error(vpx_dec_ctx_t *ctx) DEPRECATED;
312 * transparantly, but will return #VPX_DEC_ERROR if the request could not
321 * \retval #VPX_DEC_ERROR
384 * code being returned, usually VPX_DEC_ERROR
408 * \retval #VPX_DEC_ERROR
424 * code being returned, usually VPX_DEC_ERROR
450 * \retval #VPX_DEC_ERROR
466 * code being returned, usually VPX_DEC_ERROR
515 * \retval #VPX_DEC_ERROR
    [all...]
  /external/libvpx/vpx/src/
vpx_decoder_compat.c 33 const char *vpx_dec_error(vpx_dec_ctx_t *ctx) function
152 res = VPX_DEC_ERROR;
179 res = VPX_DEC_ERROR;

Completed in 2128 milliseconds