Home | History | Annotate | Download | only in encoder

Lines Matching full:buffered_mode

1701     cpi->buffered_mode = (cpi->oxcf.optimal_buffer_level > 0) ? TRUE : FALSE;
1706 cpi->drop_frames_allowed = cpi->oxcf.allow_df && cpi->buffered_mode;
3567 (cpi->buffer_level >= cpi->oxcf.optimal_buffer_level) && cpi->buffered_mode)