Searched refs:drop_mark_layer (Results 1 – 1 of 1) sorted by relevance
463 const int drop_mark_layer = (int)(cpi->svc.framedrop_thresh[i] * in check_buffer_above_thresh() local465 if (!(lrc->buffer_level > drop_mark_layer)) return 0; in check_buffer_above_thresh()491 const int drop_mark_layer = (int)(cpi->svc.framedrop_thresh[i] * in check_buffer_below_thresh() local494 if (lrc->buffer_level <= drop_mark_layer) return 1; in check_buffer_below_thresh()496 if (!(lrc->buffer_level <= drop_mark_layer)) return 0; in check_buffer_below_thresh()