Lines Matching refs:frame
52 AVFrame *frame;
95 dest = c->frame->data[0] + (dst_y + y) * c->frame->linesize[0] + dst_x;
173 if ((ret = ff_reget_buffer(avctx, c->frame, 0)) < 0)
197 /* read new sprites introduced in this frame */
256 av_log(avctx, AV_LOG_WARNING, "Ran (seriously) out of data for Diff frame.\n");
266 av_log(avctx, AV_LOG_WARNING, "Ran (seriously) out of data for Diff frame header.\n");
277 av_log(avctx, AV_LOG_WARNING, "Ran (seriously) out of data for Diff frame data.\n");
297 /* was an intra frame? */
322 memset(c->frame->data[0], background_color,
323 c->frame->linesize[0] * avctx->height);
387 c->frame->palette_has_changed = 1;
399 memcpy(c->frame->data[1], c->pal, AVPALETTE_SIZE);
401 if ((ret = av_frame_ref(rframe, c->frame)) < 0)
416 c->frame = av_frame_alloc();
417 if (!c->frame)
441 av_frame_free(&c->frame);