Searched refs:VPX_KF_AUTO (Results 1 – 13 of 13) sorted by relevance
/external/libvpx/libvpx/test/ |
D | keyframe_test.cc | 110 cfg_.kf_mode = VPX_KF_AUTO; in TEST_P()
|
/external/chromium_org/third_party/libvpx/source/libvpx/test/ |
D | keyframe_test.cc | 110 cfg_.kf_mode = VPX_KF_AUTO; in TEST_P()
|
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/ |
D | vpx_encoder.h | 242 VPX_KF_AUTO, /**< Encoder determines optimal placement automatically */ enumerator
|
/external/libvpx/libvpx/vpx/ |
D | vpx_encoder.h | 242 VPX_KF_AUTO, /**< Encoder determines optimal placement automatically */ enumerator
|
/external/libvpx/libvpx/vp9/ |
D | vp9_cx_iface.c | 164 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/ |
D | vp8_cx_iface.c | 160 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/ |
D | vp8_cx_iface.c | 160 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/ |
D | vp9_cx_iface.c | 164 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/ |
D | webm_encoder.cc | 107 config_.kf_mode = VPX_KF_AUTO; // Auto key frames. in EncodeFromSprite()
|
/external/chromium_org/third_party/libvpx/source/libvpx/examples/ |
D | vp8_multi_resolution_encoder.c | 280 cfg[0].kf_mode = VPX_KF_AUTO; in main()
|
D | vpx_temporal_svc_encoder.c | 529 cfg.kf_mode = VPX_KF_AUTO; in main()
|
/external/libvpx/libvpx/examples/ |
D | vp8_multi_resolution_encoder.c | 280 cfg[0].kf_mode = VPX_KF_AUTO; in main()
|
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/ |
D | vp8_impl.cc | 250 config_->kf_mode = VPX_KF_AUTO; in InitEncode()
|