Home
last modified time | relevance | path

Searched refs:max_consec_dropped_frames (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/vp8/encoder/
Donyx_int.h438 int max_consec_dropped_frames; // Limit number of consecutive frames that can be dropped. member
Donyx_if.c2263 cpi->max_consec_dropped_frames = 4; in vp8_create_compressor()
4362 if (cpi->max_drop_count > cpi->max_consec_dropped_frames) in encode_frame_to_data_rate()
4363 cpi->max_drop_count = cpi->max_consec_dropped_frames; in encode_frame_to_data_rate()