Lines Matching refs:data
33 * the video data. A demuxer must load these 2 parts together in a single
83 int current_offset = s->pixel_ptr - dst->data[0];
98 if (!src->data[0]) {
102 s->hdsp.put_pixels_tab[!s->is_16bpp][0](s->pixel_ptr, src->data[0] + motion_offset,
217 av_log(s->avctx, AV_LOG_ERROR, "too little data for opcode 0x7\n");
261 av_log(s->avctx, AV_LOG_ERROR, "too little data for opcode 0x8\n");
338 av_log(s->avctx, AV_LOG_ERROR, "too little data for opcode 0x9\n");
409 av_log(s->avctx, AV_LOG_ERROR, "too little data for opcode 0xA\n");
507 av_log(s->avctx, AV_LOG_ERROR, "too little data for opcode 0xD\n");
930 /* Don't try to copy second_last_frame data on the first frames */
962 memcpy(frame->data[1], s->pal, AVPALETTE_SIZE);
978 " block @ (%3d, %3d): opcode 0x%X, data ptr offset %d\n",
981 s->pixel_ptr = frame->data[0] + x + y * frame->linesize[0];
1032 bytestream2_skip(&s->stream_ptr, 14); /* data starts 14 bytes in */
1035 memcpy(frame->data[1], s->pal, AVPALETTE_SIZE);
1052 s->pixel_ptr = s->cur_decode_frame->data[0] + x + y * s->cur_decode_frame->linesize[0];
1074 s->pixel_ptr = frame->data[0] + x + y*frame->linesize[0];
1089 /* Don't try to copy last_frame data on the first frame */
1113 bytestream2_skip(&s->stream_ptr, 14); /* data starts 14 bytes in */
1116 memcpy(frame->data[1], s->pal, AVPALETTE_SIZE);
1136 " block @ (%3d, %3d): encoding 0x%X, data ptr offset %d\n",
1140 s->pixel_ptr = frame->data[0] + x
1144 s->pixel_ptr = frame->data[0] + x*2
1195 const uint8_t *buf = avpkt->data;
1210 if (!s->cur_decode_frame->data[0]) {
1250 s->decoding_map = buf + 8 + 14; /* 14 bits of op data */