Home
last modified time | relevance | path

Searched refs:VPX_KF_AUTO (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dkeyframe_test.cc110 cfg_.kf_mode = VPX_KF_AUTO; in TEST_P()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_encoder.h242 VPX_KF_AUTO, /**< Encoder determines optimal placement automatically */ enumerator
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c160 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO); in validate_config()
365 oxcf->auto_key = cfg.kf_mode == VPX_KF_AUTO in set_vp8e_config()
814 if (ctx->cfg.kf_mode == VPX_KF_AUTO in vp8e_encode()
1266 VPX_KF_AUTO, /* g_kfmode*/
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c162 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO); in validate_config()
335 oxcf->auto_key = cfg->kf_mode == VPX_KF_AUTO && in set_vp9e_config()
715 if (ctx->cfg.kf_mode == VPX_KF_AUTO && in vp9e_encode()
1152 VPX_KF_AUTO, /* g_kfmode*/
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dvp8_multi_resolution_encoder.c280 cfg[0].kf_mode = VPX_KF_AUTO; in main()