Lines Matching refs:current_picture_ptr
1612 s->current_picture_ptr->f->repeat_pict = 0; in mpeg_field_start()
1616 s->current_picture_ptr->f->repeat_pict = 4; in mpeg_field_start()
1618 s->current_picture_ptr->f->repeat_pict = 2; in mpeg_field_start()
1620 s->current_picture_ptr->f->repeat_pict = 1; in mpeg_field_start()
1624 pan_scan = av_frame_new_side_data(s->current_picture_ptr->f, in mpeg_field_start()
1633 s->current_picture_ptr->f, AV_FRAME_DATA_A53_CC, in mpeg_field_start()
1641 AVStereo3D *stereo = av_stereo3d_create_side_data(s->current_picture_ptr->f); in mpeg_field_start()
1651 av_frame_new_side_data(s->current_picture_ptr->f, in mpeg_field_start()
1665 if (!s->current_picture_ptr) { in mpeg_field_start()
1679 s->current_picture.f->data[i] = s->current_picture_ptr->f->data[i]; in mpeg_field_start()
1682 s->current_picture_ptr->f->linesize[i]; in mpeg_field_start()
2038 if (!s1->mpeg_enc_ctx_allocated || !s->current_picture_ptr) in slice_end()
2059 int ret = av_frame_ref(pict, s->current_picture_ptr->f); in slice_end()
2062 ff_print_debug_info(s, s->current_picture_ptr, pict); in slice_end()
2063 ff_mpv_export_qp_table(s, pict, s->current_picture_ptr, FF_QSCALE_TYPE_MPEG2); in slice_end()
2740 if (!s2->current_picture_ptr) { in decode_chunks()
2842 s2->current_picture_ptr = NULL; in mpeg_decode_frame()
2849 s2->current_picture_ptr = NULL; in mpeg_decode_frame()