Lines Matching defs:frame
24 #include "libavutil/frame.h"
115 AVFrame *frame = s->last_picture;
129 ret = ff_reget_buffer(avctx, frame,
157 frame->key_frame = (nb_blocks == 1) &&
185 s->image_buf = frame->data[0] + (avctx->height - y - 1) * frame->linesize[0] + x * 3;
186 s->image_linesize =-frame->linesize[0];
202 frame->pict_type = frame->key_frame ? AV_PICTURE_TYPE_I : AV_PICTURE_TYPE_P;
204 if ((ret = av_frame_ref(rframe, frame)) < 0)