Searched refs:source_buffer_count (Results 1 – 2 of 2) sorted by relevance
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()[all …]
290 int source_buffer_count; // number of src_buffers in use for lagged encoding member