Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dkeyframe_test.cc73 cfg_.kf_mode = VPX_KF_DISABLED; in TEST_P()
83 cfg_.kf_mode = VPX_KF_DISABLED; in TEST_P()
110 cfg_.kf_mode = VPX_KF_AUTO; in TEST_P()
Derror_resilience_test.cc198 cfg_.kf_mode = VPX_KF_DISABLED; in TEST_P()
Ddatarate_test.cc161 cfg_.kf_mode = VPX_KF_DISABLED; in TEST_P()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_encoder.h581 enum vpx_kf_mode kf_mode; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c160 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO); in validate_config()
186 if (cfg->kf_mode != VPX_KF_DISABLED && cfg->kf_min_dist != cfg->kf_max_dist in validate_config()
365 oxcf->auto_key = cfg.kf_mode == VPX_KF_AUTO in set_vp8e_config()
814 if (ctx->cfg.kf_mode == VPX_KF_AUTO in vp8e_encode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c162 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO); in validate_config()
185 if (cfg->kf_mode != VPX_KF_DISABLED && in validate_config()
335 oxcf->auto_key = cfg->kf_mode == VPX_KF_AUTO && in set_vp9e_config()
715 if (ctx->cfg.kf_mode == VPX_KF_AUTO && in vp9e_encode()
/hardware/intel/img/psb_video/src/
Dvsp_vp8.c174 vp8_seq->kf_mode = 1; in vsp_VP8_set_default_params()
314 seq->kf_mode = va_seq->kf_auto; /* AUTO */ in vsp_vp8_process_seqence_param()
824 drv_debug_msg(VIDEO_ENCODE_DEBUG, "kf_mode %d\n", seq->kf_mode); in vsp_vp8_dump_commands()
Dvsp_fw.h565 uint32_t kf_mode; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dvp8_multi_resolution_encoder.c280 cfg[0].kf_mode = VPX_KF_AUTO; in main()
Dvpx_temporal_scalable_patterns.c529 cfg.kf_mode = VPX_KF_DISABLED; in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_encoder.c117 cfg->kf_mode = VPX_KF_DISABLED; in vpx_codec_enc_init_multi_ver()
Dsvc_encodeframe.c577 enc_cfg->kf_mode = VPX_KF_DISABLED; in vpx_svc_init()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c976 config->cfg.kf_mode = VPX_KF_DISABLED; in parse_stream_params()
1132 SHOW(kf_mode); in show_stream_config()