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

  /external/libvpx/vpx/src/
vpx_encoder.c 37 res = VPX_CODEC_INCAPABLE;
39 res = VPX_CODEC_INCAPABLE;
42 res = VPX_CODEC_INCAPABLE;
77 res = VPX_CODEC_INCAPABLE;
129 res = VPX_CODEC_INCAPABLE;
157 ctx->err = VPX_CODEC_INCAPABLE;
234 ctx->err = VPX_CODEC_INCAPABLE;
236 ctx->err = VPX_CODEC_INCAPABLE;
254 ctx->err = VPX_CODEC_INCAPABLE;
256 ctx->err = VPX_CODEC_INCAPABLE;
    [all...]
vpx_codec.c 58 case VPX_CODEC_INCAPABLE:
vpx_decoder.c 36 res = VPX_CODEC_INCAPABLE;
38 res = VPX_CODEC_INCAPABLE;
  /external/libvpx/vpx/
vpx_codec.h 95 VPX_CODEC_INCAPABLE,
465 * code being returned, usually VPX_CODEC_INCAPABLE
537 * \retval #VPX_CODEC_INCAPABLE
  /external/libvpx/vp8/
vp8_dx_iface.c 639 return VPX_CODEC_INCAPABLE;
vp8_cx_iface.c 844 return VPX_CODEC_INCAPABLE;
    [all...]

Completed in 1270 milliseconds