HomeSort by relevance Sort by last modified time
    Searched refs:VPX_KF_AUTO (Results 1 - 10 of 10) sorted by null

  /external/libvpx/libvpx/test/
keyframe_test.cc 112 cfg_.kf_mode = VPX_KF_AUTO;
resize_test.cc 478 cfg_.kf_mode = VPX_KF_AUTO;
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 257 * are VPX_KF_AUTO and VPX_KF_DISABLED.
261 VPX_KF_AUTO, /**< Encoder determines optimal placement automatically */
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 165 mCodecConfiguration->kf_mode = VPX_KF_AUTO;
241 mCodecConfiguration->kf_mode = VPX_KF_AUTO;
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 152 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO);
343 cfg.kf_mode == VPX_KF_AUTO && cfg.kf_min_dist != cfg.kf_max_dist;
824 if (ctx->cfg.kf_mode == VPX_KF_AUTO &&
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 174 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO);
508 cfg->kf_mode == VPX_KF_AUTO && cfg->kf_min_dist != cfg->kf_max_dist;
    [all...]
  /external/libvpx/libvpx/examples/
vp8_multi_resolution_encoder.c 430 cfg[0].kf_mode = VPX_KF_AUTO;
vpx_temporal_svc_encoder.c 657 cfg.kf_mode = VPX_KF_AUTO;
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc 311 config_->kf_mode = VPX_KF_AUTO;
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 508 configurations_[0].kf_mode = VPX_KF_AUTO;
    [all...]

Completed in 540 milliseconds