Lines Matching defs:in_picture
1212 AVFrame *in_picture;
1217 in_picture = ost->last_frame;
1219 in_picture = next_picture;
1221 if (!in_picture)
1224 in_picture->pts = ost->sync_opts;
1229 in_picture->quality = enc->global_quality;
1230 in_picture->pict_type = 0;
1233 in_picture->pts != AV_NOPTS_VALUE)
1234 ost->forced_kf_ref_pts = in_picture->pts;
1236 pts_time = in_picture->pts != AV_NOPTS_VALUE ?
1237 (in_picture->pts - ost->forced_kf_ref_pts) * av_q2d(enc->time_base) : NAN;
1239 in_picture->pts >= ost->forced_kf_pts[ost->forced_kf_index]) {
1266 && in_picture->key_frame==1
1272 forced_keyframe = (in_picture->key_frame == 1) || ost->dropped_keyframe;
1277 in_picture->pict_type = AV_PICTURE_TYPE_I;
1281 ret = encode_frame(of, ost, in_picture);