Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dkeyframe_test.cc110 cfg_.kf_mode = VPX_KF_AUTO; in TEST_P()
/external/chromium_org/third_party/libvpx/source/libvpx/test/
Dkeyframe_test.cc110 cfg_.kf_mode = VPX_KF_AUTO; in TEST_P()
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
Dvpx_encoder.h242 VPX_KF_AUTO, /**< Encoder determines optimal placement automatically */ enumerator
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h242 VPX_KF_AUTO, /**< Encoder determines optimal placement automatically */ enumerator
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c164 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO); in validate_config()
345 oxcf->auto_key = cfg->kf_mode == VPX_KF_AUTO && in set_encoder_config()
724 if (ctx->cfg.kf_mode == VPX_KF_AUTO && in encoder_encode()
1157 VPX_KF_AUTO, // g_kfmode
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
Dvp8_cx_iface.c160 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO); in validate_config()
363 oxcf->auto_key = cfg.kf_mode == VPX_KF_AUTO in set_vp8e_config()
811 if (ctx->cfg.kf_mode == VPX_KF_AUTO in vp8e_encode()
1262 VPX_KF_AUTO, /* g_kfmode*/
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c160 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO); in validate_config()
363 oxcf->auto_key = cfg.kf_mode == VPX_KF_AUTO in set_vp8e_config()
811 if (ctx->cfg.kf_mode == VPX_KF_AUTO in vp8e_encode()
1260 VPX_KF_AUTO, /* g_kfmode*/
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
Dvp9_cx_iface.c164 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO); in validate_config()
355 oxcf->auto_key = cfg->kf_mode == VPX_KF_AUTO && in set_encoder_config()
746 if (ctx->cfg.kf_mode == VPX_KF_AUTO && in encoder_encode()
1181 VPX_KF_AUTO, // g_kfmode
/external/chromium_org/media/formats/webm/chromeos/
Dwebm_encoder.cc107 config_.kf_mode = VPX_KF_AUTO; // Auto key frames. in EncodeFromSprite()
/external/chromium_org/third_party/libvpx/source/libvpx/examples/
Dvp8_multi_resolution_encoder.c280 cfg[0].kf_mode = VPX_KF_AUTO; in main()
Dvpx_temporal_svc_encoder.c529 cfg.kf_mode = VPX_KF_AUTO; in main()
/external/libvpx/libvpx/examples/
Dvp8_multi_resolution_encoder.c280 cfg[0].kf_mode = VPX_KF_AUTO; in main()
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc250 config_->kf_mode = VPX_KF_AUTO; in InitEncode()