Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c41 res = VPX_CODEC_INCAPABLE; in vpx_codec_enc_init_ver()
44 res = VPX_CODEC_INCAPABLE; in vpx_codec_enc_init_ver()
47 res = VPX_CODEC_INCAPABLE; in vpx_codec_enc_init_ver()
81 res = VPX_CODEC_INCAPABLE; in vpx_codec_enc_init_multi_ver()
84 res = VPX_CODEC_INCAPABLE; in vpx_codec_enc_init_multi_ver()
87 res = VPX_CODEC_INCAPABLE; in vpx_codec_enc_init_multi_ver()
164 res = VPX_CODEC_INCAPABLE; in vpx_codec_enc_config_default()
213 res = VPX_CODEC_INCAPABLE; in vpx_codec_encode()
264 ctx->err = VPX_CODEC_INCAPABLE; in vpx_codec_get_cx_data()
330 ctx->err = VPX_CODEC_INCAPABLE; in vpx_codec_get_preview_frame()
[all …]
Dvpx_decoder.c39 res = VPX_CODEC_INCAPABLE; in vpx_codec_dec_init_ver()
42 res = VPX_CODEC_INCAPABLE; in vpx_codec_dec_init_ver()
45 res = VPX_CODEC_INCAPABLE; in vpx_codec_dec_init_ver()
47 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.h145 return VPX_CODEC_INCAPABLE; in DefaultEncoderConfig()
239 return VPX_CODEC_INCAPABLE; in DefaultEncoderConfig()
330 return VPX_CODEC_INCAPABLE; in DefaultEncoderConfig()
Ddecode_api_test.cc72 EXPECT_EQ(VPX_CODEC_INCAPABLE, in TEST()
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c778 return VPX_CODEC_INCAPABLE; in ctrl_set_reference()
801 return VPX_CODEC_INCAPABLE; in ctrl_copy_reference()
824 return VPX_CODEC_INCAPABLE; in ctrl_get_reference()
855 return VPX_CODEC_INCAPABLE; in ctrl_set_postproc()
863 return VPX_CODEC_INCAPABLE; in ctrl_set_dbg_options()
873 return VPX_CODEC_INCAPABLE; in ctrl_get_last_ref_updates()
922 return VPX_CODEC_INCAPABLE; in ctrl_get_frame_size()
949 return VPX_CODEC_INCAPABLE; in ctrl_get_render_size()
Dvp9_cx_iface.c1246 return VPX_CODEC_INCAPABLE; in ctrl_set_previewpp()
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c644 return VPX_CODEC_INCAPABLE; in vp8_set_postproc()
657 return VPX_CODEC_INCAPABLE; in vp8_set_dbg_color_ref_frame()
669 return VPX_CODEC_INCAPABLE; in vp8_set_dbg_color_mb_modes()
681 return VPX_CODEC_INCAPABLE; in vp8_set_dbg_color_b_modes()
693 return VPX_CODEC_INCAPABLE; in vp8_set_dbg_display_mv()
Dvp8_cx_iface.c1110 return VPX_CODEC_INCAPABLE; in vp8e_set_previewpp()
/external/libvpx/libvpx/examples/
Dpostproc.c91 if (res == VPX_CODEC_INCAPABLE) in main()
/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.