Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c42 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()
77 res = VPX_CODEC_INCAPABLE; in vpx_codec_enc_init_multi_ver()
79 res = VPX_CODEC_INCAPABLE; in vpx_codec_enc_init_multi_ver()
82 res = VPX_CODEC_INCAPABLE; in vpx_codec_enc_init_multi_ver()
87 if (iface->enc.mr_get_mem_loc == NULL) return VPX_CODEC_INCAPABLE; in vpx_codec_enc_init_multi_ver()
160 res = VPX_CODEC_INCAPABLE; in vpx_codec_enc_config_default()
207 res = VPX_CODEC_INCAPABLE; in vpx_codec_encode()
257 ctx->err = VPX_CODEC_INCAPABLE; in vpx_codec_get_cx_data()
[all …]
Dvpx_decoder.c38 res = VPX_CODEC_INCAPABLE; in vpx_codec_dec_init_ver()
41 res = VPX_CODEC_INCAPABLE; in vpx_codec_dec_init_ver()
44 res = VPX_CODEC_INCAPABLE; in vpx_codec_dec_init_ver()
46 res = VPX_CODEC_INCAPABLE; in vpx_codec_dec_init_ver()
Dvpx_codec.c39 case VPX_CODEC_INCAPABLE: in vpx_codec_err_to_string()
98 res = VPX_CODEC_INCAPABLE; in vpx_codec_control_()
/external/libvpx/libvpx/test/
Dcodec_factory.h152 return VPX_CODEC_INCAPABLE; in DefaultEncoderConfig()
248 return VPX_CODEC_INCAPABLE; in DefaultEncoderConfig()
Dencode_api_test.cc186 EXPECT_EQ(is_vp9 ? VPX_CODEC_INCAPABLE : VPX_CODEC_INVALID_PARAM, in TEST()
Ddecode_api_test.cc68 EXPECT_EQ(VPX_CODEC_INCAPABLE, in TEST()
/external/libvpx/libvpx/examples/
Dpostproc.c88 if (res == VPX_CODEC_INCAPABLE) in main()
/external/libvpx/libvpx/vpx/
Dvpx_codec.h104 VPX_CODEC_INCAPABLE, enumerator
/external/libvpx/libvpx/
Dusage.dox58 by an algorithm will generally result in #VPX_CODEC_INCAPABLE.
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c562 return VPX_CODEC_INCAPABLE; in vp8_set_postproc()
Dvp8_cx_iface.c1024 return VPX_CODEC_INCAPABLE; in vp8e_set_previewpp()
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c480 return VPX_CODEC_INCAPABLE; in ctrl_set_postproc()
Dvp9_cx_iface.c1390 return VPX_CODEC_INCAPABLE; in ctrl_set_previewpp()