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

  /external/libvpx/libvpx/test/
keyframe_test.cc 73 cfg_.kf_mode = VPX_KF_DISABLED;
83 cfg_.kf_mode = VPX_KF_DISABLED;
110 cfg_.kf_mode = VPX_KF_AUTO;
error_resilience_test.cc 198 cfg_.kf_mode = VPX_KF_DISABLED;
datarate_test.cc 161 cfg_.kf_mode = VPX_KF_DISABLED;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
keyframe_test.cc 73 cfg_.kf_mode = VPX_KF_DISABLED;
83 cfg_.kf_mode = VPX_KF_DISABLED;
110 cfg_.kf_mode = VPX_KF_AUTO;
error_resilience_test.cc 198 cfg_.kf_mode = VPX_KF_DISABLED;
datarate_test.cc 161 cfg_.kf_mode = VPX_KF_DISABLED;
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 608 enum vpx_kf_mode kf_mode; member in struct:vpx_codec_enc_cfg
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_encoder.h 581 enum vpx_kf_mode kf_mode; member in struct:vpx_codec_enc_cfg
    [all...]
  /hardware/intel/img/psb_video/src/
vsp_fw.h 565 uint32_t kf_mode; member in struct:VssVp8encSequenceParameterBuffer
vsp_vp8.c 174 vp8_seq->kf_mode = 1;
314 seq->kf_mode = va_seq->kf_auto; /* AUTO */
824 drv_debug_msg(VIDEO_ENCODE_DEBUG, "kf_mode %d\n", seq->kf_mode);
    [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/libvpx/libvpx/vp8/
vp8_cx_iface.c 161 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO);
187 if (cfg->kf_mode != VPX_KF_DISABLED && cfg->kf_min_dist != cfg->kf_max_dist
364 oxcf->auto_key = cfg.kf_mode == VPX_KF_AUTO
870 if (ctx->cfg.kf_mode == VPX_KF_AUTO
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 167 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO);
208 if (cfg->kf_mode != VPX_KF_DISABLED &&
384 oxcf->auto_key = cfg->kf_mode == VPX_KF_AUTO &&
865 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);
186 if (cfg->kf_mode != VPX_KF_DISABLED && cfg->kf_min_dist != cfg->kf_max_dist
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);
185 if (cfg->kf_mode != VPX_KF_DISABLED &&
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 261 //cfg[0].kf_mode = VPX_KF_DISABLED;
262 cfg[0].kf_mode = VPX_KF_AUTO;
vpx_temporal_svc_encoder.c 537 cfg.kf_mode = VPX_KF_AUTO;
  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 113 cfg->kf_mode = VPX_KF_DISABLED;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vp8_multi_resolution_encoder.c 279 //cfg[0].kf_mode = VPX_KF_DISABLED;
280 cfg[0].kf_mode = VPX_KF_AUTO;
vpx_temporal_scalable_patterns.c 529 cfg.kf_mode = VPX_KF_DISABLED;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
vpx_encoder.c 117 cfg->kf_mode = VPX_KF_DISABLED;
svc_encodeframe.c 577 enc_cfg->kf_mode = VPX_KF_DISABLED;
    [all...]
  /external/libvpx/libvpx/
vpxenc.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.c     [all...]

Completed in 453 milliseconds