Lines Matching refs:data
101 memset(context->palette->data, 0, AVPALETTE_SIZE);
103 memset(context->palette->data, 0xff, 4);
134 frame->data[0] += frame->linesize[0] * (avctx->height - 1);
171 const uint8_t *buf = avpkt->data;
257 uint8_t *dst = frame->buf[0]->data;
316 uint8_t *dst = frame->buf[0]->data;
340 memcpy(frame->buf[0]->data, buf, buf_size);
341 buf = frame->buf[0]->data;
355 if ((res = av_image_fill_arrays(frame->data, frame->linesize,
377 if (ff_copy_palette(context->palette->data, avpkt, avctx)) {
384 const uint8_t *pal = avpkt->data + vid_size;
385 memcpy(context->palette->data, pal, pal_size);
407 frame->data[1] += (la0 - frame->linesize[0]) * avctx->height;
418 frame->data[1] = frame->buf[1]->data;
432 FFSWAP(uint8_t *, frame->data[1], frame->data[2]);
435 frame->data[1] = frame->data[1] + (avctx->width+1)*(avctx->height+1) -avctx->width*avctx->height;
436 frame->data[2] = frame->data[2] + ((avctx->width+1)*(avctx->height+1) -avctx->width*avctx->height)*5/4;
442 uint8_t *line = frame->data[0];
452 uint8_t *dst = frame->data[0];