Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_encoder.c37 res = VPX_CODEC_INCAPABLE; in vpx_codec_enc_init_ver()
39 res = VPX_CODEC_INCAPABLE; in vpx_codec_enc_init_ver()
42 res = VPX_CODEC_INCAPABLE; in vpx_codec_enc_init_ver()
45 res = VPX_CODEC_INCAPABLE; in vpx_codec_enc_init_ver()
82 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()
90 res = VPX_CODEC_INCAPABLE; in vpx_codec_enc_init_multi_ver()
169 res = VPX_CODEC_INCAPABLE; in vpx_codec_enc_config_default()
217 res = VPX_CODEC_INCAPABLE; in vpx_codec_encode()
[all …]
Dvpx_decoder.c39 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()
47 res = VPX_CODEC_INCAPABLE; in vpx_codec_dec_init_ver()
49 res = VPX_CODEC_INCAPABLE; in vpx_codec_dec_init_ver()
Dvpx_codec.c53 case VPX_CODEC_INCAPABLE: in vpx_codec_err_to_string()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dcodec_factory.h130 return VPX_CODEC_INCAPABLE; in DefaultEncoderConfig()
212 return VPX_CODEC_INCAPABLE; in DefaultEncoderConfig()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dpostproc.c93 if (res == VPX_CODEC_INCAPABLE) in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_codec.h103 VPX_CODEC_INCAPABLE, enumerator
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_dx_iface.c470 return VPX_CODEC_INCAPABLE; in set_postproc()
493 return VPX_CODEC_INCAPABLE; in set_dbg_options()
Dvp9_cx_iface.c925 return VPX_CODEC_INCAPABLE; in vp9e_set_previewpp()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c791 return VPX_CODEC_INCAPABLE; in vp8_set_postproc()
818 return VPX_CODEC_INCAPABLE; in vp8_set_dbg_options()
Dvp8_cx_iface.c1040 return VPX_CODEC_INCAPABLE; in vp8e_set_previewpp()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dusage.dox58 by an algorithm will generally result in #VPX_CODEC_INCAPABLE.