Home
last modified time | relevance | path

Searched refs:VPX_CODEC_INCAPABLE (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c37 res = VPX_CODEC_INCAPABLE; in vpx_codec_enc_init_ver()
40 res = VPX_CODEC_INCAPABLE; in vpx_codec_enc_init_ver()
43 res = VPX_CODEC_INCAPABLE; in vpx_codec_enc_init_ver()
80 res = VPX_CODEC_INCAPABLE; in vpx_codec_enc_init_multi_ver()
83 res = VPX_CODEC_INCAPABLE; in vpx_codec_enc_init_multi_ver()
86 res = VPX_CODEC_INCAPABLE; in vpx_codec_enc_init_multi_ver()
166 res = VPX_CODEC_INCAPABLE; in vpx_codec_enc_config_default()
215 res = VPX_CODEC_INCAPABLE; in vpx_codec_encode()
266 ctx->err = VPX_CODEC_INCAPABLE; in vpx_codec_get_cx_data()
332 ctx->err = VPX_CODEC_INCAPABLE; in vpx_codec_get_preview_frame()
[all …]
Dvpx_decoder.c35 res = VPX_CODEC_INCAPABLE; in vpx_codec_dec_init_ver()
38 res = VPX_CODEC_INCAPABLE; in vpx_codec_dec_init_ver()
41 res = VPX_CODEC_INCAPABLE; in vpx_codec_dec_init_ver()
43 res = VPX_CODEC_INCAPABLE; in vpx_codec_dec_init_ver()
Dvpx_codec.c53 case VPX_CODEC_INCAPABLE: in vpx_codec_err_to_string()
/external/libvpx/libvpx/test/
Dcodec_factory.h130 return VPX_CODEC_INCAPABLE; in DefaultEncoderConfig()
212 return VPX_CODEC_INCAPABLE; in DefaultEncoderConfig()
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c647 return VPX_CODEC_INCAPABLE; in vp8_set_postproc()
660 return VPX_CODEC_INCAPABLE; in vp8_set_dbg_color_ref_frame()
672 return VPX_CODEC_INCAPABLE; in vp8_set_dbg_color_mb_modes()
684 return VPX_CODEC_INCAPABLE; in vp8_set_dbg_color_b_modes()
696 return VPX_CODEC_INCAPABLE; in vp8_set_dbg_display_mv()
Dvp8_cx_iface.c1091 return VPX_CODEC_INCAPABLE; in vp8e_set_previewpp()
/external/libvpx/libvpx/examples/
Dpostproc.c93 if (res == VPX_CODEC_INCAPABLE) in main()
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c465 return VPX_CODEC_INCAPABLE; in decoder_decode()
611 return VPX_CODEC_INCAPABLE; in ctrl_set_postproc()
619 return VPX_CODEC_INCAPABLE; in ctrl_set_dbg_options()
Dvp9_cx_iface.c1082 return VPX_CODEC_INCAPABLE; in ctrl_set_previewpp()
/external/libvpx/libvpx/vpx/
Dvpx_codec.h103 VPX_CODEC_INCAPABLE, enumerator
/external/libvpx/libvpx/
Dusage.dox58 by an algorithm will generally result in #VPX_CODEC_INCAPABLE.