Lines Matching refs:data
57 uint64_t line_size;/* length of src data (even width) */
74 if (bytestream2_get_bytes_left(&s->gb) < 30) {/* File header section + color map data section length */
154 /* color map data */
157 av_log(s->avctx, AV_LOG_ERROR, "Negative size for color map data section.\n");
191 av_log(s->avctx, AV_LOG_ERROR, "Negative size for layers and masks data section.\n");
203 av_log(s->avctx, AV_LOG_ERROR, "File without image data section.\n");
239 av_log(s->avctx, AV_LOG_ERROR, "Not enough data for rle scanline table.\n");
244 /* decode rle data scanline by scanline */
255 av_log(s->avctx, AV_LOG_ERROR, "Not enough data for rle scanline.\n");
271 av_log(s->avctx, AV_LOG_ERROR, "Not enough data for rle scanline.\n");
309 bytestream2_init(&s->gb, avpkt->data, avpkt->size);
439 av_log(s->avctx, AV_LOG_ERROR, "Not enough data for raw image data section.\n");
445 /* Store data */
447 ptr = picture->data[0];
460 uint8_t *dst[4] = { picture->data[0], picture->data[1], picture->data[2], picture->data[3] };
525 ptr = picture->data[plane_number];/* get the right plane */
536 memcpy(picture->data[1], s->palette, AVPALETTE_SIZE);