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

  /external/libvpx/vp8/
vp8_dx_iface.c 102 res = (mmap->priv) ? VPX_CODEC_OK : VPX_CODEC_MEM_ERROR;
113 vpx_codec_err_t res = VPX_CODEC_OK;
184 vpx_codec_err_t res = VPX_CODEC_OK;
225 return VPX_CODEC_OK;
232 vpx_codec_err_t res = VPX_CODEC_OK;
284 return VPX_CODEC_OK;
309 vpx_codec_err_t res = VPX_CODEC_OK;
496 res = VPX_CODEC_OK;
519 res = VPX_CODEC_OK;
534 res = VPX_CODEC_OK;
    [all...]
vp8_cx_iface.c 223 return VPX_CODEC_OK;
244 return VPX_CODEC_OK;
386 return VPX_CODEC_OK;
438 return VPX_CODEC_OK;
447 vpx_codec_err_t res = VPX_CODEC_OK;
568 return VPX_CODEC_OK;
574 vpx_codec_err_t res = VPX_CODEC_OK;
656 vpx_codec_err_t res = VPX_CODEC_OK;
834 return VPX_CODEC_OK;
855 return VPX_CODEC_OK;
    [all...]
  /external/libvpx/vpx/src/
vpx_codec.c 50 case VPX_CODEC_OK:
106 res = VPX_CODEC_OK;
vpx_decoder.c 49 res = VPX_CODEC_OK;
167 res = VPX_CODEC_OK;
189 res = VPX_CODEC_OK;
200 vpx_codec_err_t res = VPX_CODEC_OK;
vpx_encoder.c 88 res = VPX_CODEC_OK;
221 return VPX_CODEC_OK;
  /external/libvpx/vpx/
vpx_decoder_compat.h 36 VPX_DEC_OK = VPX_CODEC_OK,
vpx_codec.h 83 VPX_CODEC_OK,
331 * \retval #VPX_CODEC_OK
366 * \retval #VPX_CODEC_OK
510 * \retval #VPX_CODEC_OK
535 * \retval #VPX_CODEC_OK
  /external/libvpx/
example_xma.c 87 vpx_codec_err_t res = VPX_CODEC_OK;
  /external/libvpx/vp8/decoder/
onyxd_if.c 265 pbi->common.error.error_code = VPX_CODEC_OK;

Completed in 28 milliseconds