Lines Matching defs:frame
30 * rebuilt frame (not the reference), and since there is no coordinate system
78 /* Allocate current frame */
83 /* Allocate maximum size possible, a full RGBA frame */
105 static int screenpresso_decode_frame(AVCodecContext *avctx, AVFrame *frame,
141 /* Inflate the frame after the 2 byte header */
163 /* Otherwise sum the delta on top of the current frame */
170 ret = av_frame_ref(frame, ctx->current);
176 frame->pict_type = AV_PICTURE_TYPE_I;
177 frame->key_frame = 1;
179 frame->pict_type = AV_PICTURE_TYPE_P;