Searched refs:max_consec_drop (Results 1 – 7 of 7) sorted by relevance
141 int max_consec_drop; member
77 svc->max_consec_drop = INT_MAX; in vp9_init_layer_context()
509 if (svc->drop_count[svc->spatial_layer_id] == svc->max_consec_drop) { in drop_frame()
852 int max_consec_drop; /**< Maximum consecutive drops, for any layer. */ member
1565 cpi->svc.max_consec_drop = VPXMAX(1, data->max_consec_drop); in ctrl_set_svc_frame_drop_layer()
865 svc_drop_frame.max_consec_drop = INT_MAX; in main()
178 svc_drop_frame.max_consec_drop = 30; in PreEncodeFrameHook()