/external/chromium_org/third_party/libvpx/source/libvpx/test/ |
keyframe_test.cc | 110 cfg_.kf_mode = VPX_KF_AUTO;
|
/external/libvpx/libvpx/test/ |
keyframe_test.cc | 110 cfg_.kf_mode = VPX_KF_AUTO;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
keyframe_test.cc | 110 cfg_.kf_mode = VPX_KF_AUTO;
|
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/ |
vpx_encoder.h | 252 * are VPX_KF_AUTO and VPX_KF_DISABLED. 256 VPX_KF_AUTO, /**< Encoder determines optimal placement automatically */ [all...] |
/external/libvpx/libvpx/vpx/ |
vpx_encoder.h | 238 * are VPX_KF_AUTO and VPX_KF_DISABLED. 242 VPX_KF_AUTO, /**< Encoder determines optimal placement automatically */ [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
vpx_encoder.h | 238 * are VPX_KF_AUTO and VPX_KF_DISABLED. 242 VPX_KF_AUTO, /**< Encoder determines optimal placement automatically */ [all...] |
/frameworks/av/media/libstagefright/codecs/on2/enc/ |
SoftVPXEncoder.cpp | 185 mCodecConfiguration->kf_mode = VPX_KF_AUTO; 262 mCodecConfiguration->kf_mode = VPX_KF_AUTO;
|
/external/chromium_org/third_party/libvpx/source/libvpx/examples/ |
vp8_multi_resolution_encoder.c | 139 cfg[0].kf_mode = VPX_KF_AUTO; // VPX_KF_DISABLED
|
vpx_temporal_svc_encoder.c | 537 cfg.kf_mode = VPX_KF_AUTO;
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/ |
vp8_cx_iface.c | 150 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO); 353 oxcf->auto_key = cfg.kf_mode == VPX_KF_AUTO 842 if (ctx->cfg.kf_mode == VPX_KF_AUTO [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/ |
vp9_cx_iface.c | 153 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO); 386 oxcf->auto_key = cfg->kf_mode == VPX_KF_AUTO && 875 if (ctx->cfg.kf_mode == VPX_KF_AUTO && [all...] |
/external/libvpx/libvpx/vp8/ |
vp8_cx_iface.c | 160 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO); 363 oxcf->auto_key = cfg.kf_mode == VPX_KF_AUTO 811 if (ctx->cfg.kf_mode == VPX_KF_AUTO [all...] |
/external/libvpx/libvpx/vp9/ |
vp9_cx_iface.c | 164 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO); 345 oxcf->auto_key = cfg->kf_mode == VPX_KF_AUTO && 724 if (ctx->cfg.kf_mode == VPX_KF_AUTO && [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
vp8_cx_iface.c | 160 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO); 365 oxcf->auto_key = cfg.kf_mode == VPX_KF_AUTO 814 if (ctx->cfg.kf_mode == VPX_KF_AUTO [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
vp9_cx_iface.c | 162 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO); 335 oxcf->auto_key = cfg->kf_mode == VPX_KF_AUTO && 715 if (ctx->cfg.kf_mode == VPX_KF_AUTO && [all...] |
/external/libvpx/libvpx/examples/ |
vp8_multi_resolution_encoder.c | 280 cfg[0].kf_mode = VPX_KF_AUTO;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
vp8_multi_resolution_encoder.c | 280 cfg[0].kf_mode = VPX_KF_AUTO;
|
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/ |
vp8_impl.cc | 251 config_->kf_mode = VPX_KF_AUTO;
|