Lines Matching refs:source_buffer_count
298 cpi->source_buffer_count = 0; in dealloc_compressor_data()
1283 cpi->source_buffer_count = 0; in alloc_raw_frame_buffers()
4699 if (cpi->source_buffer_count != 0 && cpi->source_buffer_count >= cpi->oxcf.lag_in_frames) in vp8_receive_raw_frame()
4727 if (cpi->source_buffer_count < cpi->oxcf.lag_in_frames - 1) in vp8_receive_raw_frame()
4728 which_buffer = cpi->source_buffer_count; in vp8_receive_raw_frame()
4737 cpi->source_buffer_count ++; in vp8_receive_raw_frame()
4763 cpi->source_buffer_count = 1; in vp8_receive_raw_frame()
4809 if ((cpi->source_buffer_count == cpi->oxcf.lag_in_frames && cpi->oxcf.lag_in_frames > 0) in vp8_get_compressed_data()
4810 || (!cpi->oxcf.allow_lag && cpi->source_buffer_count > 0) in vp8_get_compressed_data()
4811 || (flush && cpi->source_buffer_count > 0)) in vp8_get_compressed_data()
4826 (cpi->frames_till_gf_update_due < cpi->source_buffer_count) && in vp8_get_compressed_data()
4928 cpi->source_buffer_count--; in vp8_get_compressed_data()