Lines Matching defs:frame
30 * Header contains the number of tiles in a frame with the tile coordinates,
84 /* Allocate reference frame */
132 /* Allocate maximum size possible, a full frame */
151 static int rscc_decode_frame(AVCodecContext *avctx, AVFrame *frame,
336 ret = av_frame_ref(frame, ctx->reference);
342 frame->pict_type = AV_PICTURE_TYPE_I;
343 frame->key_frame = 1;
345 frame->pict_type = AV_PICTURE_TYPE_P;
350 frame->palette_has_changed = ff_copy_palette(ctx->palette, avpkt, avctx);
351 memcpy(frame->data[1], ctx->palette, AVPALETTE_SIZE);