Lines Matching defs:next_picture
1077 /* May modify/reset next_picture */
1080 AVFrame *next_picture)
1092 init_output_stream_wrapper(ost, next_picture, 1);
1093 sync_ipts = adjust_frame_pts_to_encoder_tb(of, ost, next_picture);
1108 next_picture &&
1110 lrintf(next_picture->pkt_duration * av_q2d(ist->st->time_base) / av_q2d(enc->time_base)) > 0) {
1111 duration = lrintf(next_picture->pkt_duration * av_q2d(ist->st->time_base) / av_q2d(enc->time_base));
1114 if (!next_picture) {
1120 delta0 = sync_ipts - ost->sync_opts; // delta0 is the "drift" between the input frame (next_picture) and where it would fall in the output.
1207 ost->last_dropped = nb_frames == nb0_frames && next_picture;
1208 ost->dropped_keyframe = ost->last_dropped && next_picture && next_picture->key_frame;
1219 in_picture = next_picture;
1290 if (next_picture)
1291 av_frame_move_ref(ost->last_frame, next_picture);