Lines Matching refs:data
25 * As Alex Beregszaszi discovered, this is effectively RFB data dump
70 /* cursor data */
262 av_log(c->avctx, AV_LOG_ERROR, "Premature end of data!\n");
270 av_log(c->avctx, AV_LOG_ERROR, "Premature end of data!\n");
287 av_log(c->avctx, AV_LOG_ERROR, "Premature end of data!\n");
330 const uint8_t *buf = avpkt->data;
369 outptr = c->pic->data[0] + dx * c->bpp2 + dy * c->pic->linesize[0];
380 av_log(avctx, AV_LOG_ERROR, "Premature end of data!\n");
394 outptr = c->pic->data[0] + dx * c->bpp2 + dy * c->pic->linesize[0];
404 "Premature end of data! (need %i got %i)\n",
454 "Frame data: %i bpp\n",
464 //skip the rest of pixel format data
470 case 0x00000000: // raw rectangle data
473 "Premature end of data! (need %i got %i)\n",
492 // save screen data before painting cursor
510 outptr = c->pic->data[0] + dx * c->bpp2 + dy * c->pic->linesize[0];
516 outptr = c->pic->data[0];