Lines Matching defs:prev
64 AVFrame *prev;723 uint8_t *previous = s->prev->data[i];725 s->prev->width != s->width || s->prev->height != s->height) {755 av_frame_unref(s->prev);756 result = av_frame_ref(s->prev, cur);811 s->prev = av_frame_alloc();812 if (!s->prev)830 av_frame_free(&s->prev);843 av_frame_unref(s->prev);