Home
last modified time | relevance | path

Searched refs:auto_key (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/vp8/encoder/
Dparms.cpp33 DOTHIS(O, auto_key )\
Dfirstpass.c2157 if (cpi->oxcf.auto_key in vp8_find_next_key_frame()
2178 if (cpi->oxcf.auto_key in vp8_find_next_key_frame()
Donyx_if.c3510 (cpi->oxcf.auto_key && (cpi->frames_since_key % cpi->key_frame_frequency == 0))) in encode_frame_to_data_rate()
3945 if (cpi->pass != 2 && cpi->oxcf.auto_key && cm->frame_type != KEY_FRAME) in encode_frame_to_data_rate()
/external/libvpx/vp8/common/
Donyx.h129 int auto_key; // automatically detect cut scenes and set the keyframes member
/external/bluetooth/glib/glib/
Dgconvert.c373 gchar *key, *dyn_key, auto_key[80]; in open_converter() local
380 if (len_from_codeset + len_to_codeset + 2 < sizeof (auto_key)) in open_converter()
382 key = auto_key; in open_converter()
/external/libvpx/vp8/
Dvp8_cx_iface.c316 oxcf->auto_key = cfg.kf_mode == VPX_KF_AUTO in set_vp8e_config()