Searched refs:drop_mark_layer (Results 1 – 1 of 1) sorted by relevance
457 const int drop_mark_layer = (int)(cpi->svc.framedrop_thresh[i] * in check_buffer_above_thresh() local459 if (!(lrc->buffer_level > drop_mark_layer)) return 0; in check_buffer_above_thresh()485 const int drop_mark_layer = (int)(cpi->svc.framedrop_thresh[i] * in check_buffer_below_thresh() local488 if (lrc->buffer_level <= drop_mark_layer) return 1; in check_buffer_below_thresh()490 if (!(lrc->buffer_level <= drop_mark_layer)) return 0; in check_buffer_below_thresh()