Searched refs:last_frame (Results 1 – 2 of 2) sorted by relevance
58 self->last_frame = NULL; in mix_videoformat_mp42_init()376 self->last_frame = NULL; in mix_videofmt_mp42_initialize()821 if (self->last_frame == NULL) { in mix_videofmt_mp42_process_decode()834 mix_videoframe_ref(self->last_frame); in mix_videofmt_mp42_process_decode()836 ret = mix_videoframe_get_frame_id(self->last_frame, &frame_id); in mix_videofmt_mp42_process_decode()839 ret = mix_videoframe_set_real_frame(skip_frame, self->last_frame); in mix_videofmt_mp42_process_decode()1085 if (self->last_frame != NULL) { in mix_videofmt_mp42_process_decode()1086 mix_videoframe_unref(self->last_frame); in mix_videofmt_mp42_process_decode()1088 self->last_frame = frame; in mix_videofmt_mp42_process_decode()
39 MixVideoFrame * last_frame; member