Lines Matching refs:current_video_frame
1849 cpi->common.current_video_frame = 0; in vp8_create_compressor()
2154 if (cpi && (cpi->common.current_video_frame > 0)) in vp8_remove_compressor()
2337 …printf("%6d %10ld %10ld %10ld %10ld\n", cpi->common.current_video_frame, cpi->time_receive_data / … in vp8_remove_compressor()
2714 if (cm->current_video_frame == 0) in pick_frame_size()
3090 cm->current_video_frame, in decide_key_frame()
3416 if ((cm->current_video_frame == 0) || in encode_frame_to_data_rate()
3467 cpi->one_pass_frame_index = cm->current_video_frame % MAX_LAG_BUFFERS; in encode_frame_to_data_rate()
3538 cm->current_video_frame++; in encode_frame_to_data_rate()
3556 cm->current_video_frame++; in encode_frame_to_data_rate()
4216 …fprintf(f, "%8d %8d %8d %8d %8d\n", cm->current_video_frame, (100 * cpi->gf_active_count) / (cpi->… in encode_frame_to_data_rate()
4425 cpi->common.current_video_frame, cpi->this_frame_target, in encode_frame_to_data_rate()
4444 cpi->common.current_video_frame, in encode_frame_to_data_rate()
4465 cpi->common.current_video_frame, in encode_frame_to_data_rate()
4570 cm->current_video_frame++; in encode_frame_to_data_rate()
4582 sprintf(filename, "enc%04d.yuv", (int) cm->current_video_frame); in encode_frame_to_data_rate()
4641 cm->current_video_frame, in check_gf_quality()
5212 …fprintf(f, "frame:%4d flags:%4x Q:%4d P:%4d Size:%5d\n", cpi->common.current_video_frame, *frame_f… in vp8_get_compressed_data()