Lines Matching refs:current_picture_ptr
135 s->current_picture_ptr = REBASE_PICTURE(s1->current_picture_ptr, s, s1); in ff_mpeg_update_thread_context()
209 s->current_picture_ptr = NULL; in ff_mpv_common_frame_size_change()
315 if (s->current_picture_ptr && !s->current_picture_ptr->f->buf[0]) { in ff_mpv_frame_start()
318 pic = s->current_picture_ptr; in ff_mpv_frame_start()
339 s->current_picture_ptr = pic; in ff_mpv_frame_start()
341 s->current_picture_ptr->f->top_field_first = s->top_field_first; in ff_mpv_frame_start()
345 s->current_picture_ptr->f->top_field_first = in ff_mpv_frame_start()
348 s->current_picture_ptr->f->interlaced_frame = !s->progressive_frame && in ff_mpv_frame_start()
350 s->current_picture_ptr->field_picture = s->picture_structure != PICT_FRAME; in ff_mpv_frame_start()
352 s->current_picture_ptr->f->pict_type = s->pict_type; in ff_mpv_frame_start()
353 s->current_picture_ptr->f->key_frame = s->pict_type == AV_PICTURE_TYPE_I; in ff_mpv_frame_start()
356 s->current_picture_ptr)) < 0) in ff_mpv_frame_start()
362 s->next_picture_ptr = s->current_picture_ptr; in ff_mpv_frame_start()
365 s->last_picture_ptr, s->next_picture_ptr,s->current_picture_ptr, in ff_mpv_frame_start()
368 s->current_picture_ptr ? s->current_picture_ptr->f->data[0] : NULL, in ff_mpv_frame_start()
492 gray_frame(s->current_picture_ptr->f); in ff_mpv_frame_start()
503 ff_thread_report_progress(&s->current_picture_ptr->tf, INT_MAX, 0); in ff_mpv_frame_end()
545 ff_draw_horiz_band(s->avctx, s->current_picture_ptr->f, in ff_mpeg_draw_horiz_band()
560 s->current_picture_ptr = s->last_picture_ptr = s->next_picture_ptr = NULL; in ff_mpeg_flush()
583 ff_thread_report_progress(&s->current_picture_ptr->tf, s->mb_y, 0); in ff_mpv_report_decode_progress()