Lines Matching refs:data
163 /* send the frame format, decode map, the video data, skip map, and the send_buffer flag together */
184 AV_WL8(pkt->data, s->frame_format);
185 AV_WL8(pkt->data + 1, s->send_buffer);
186 AV_WL16(pkt->data + 2, s->video_chunk_size);
187 AV_WL16(pkt->data + 4, s->decode_map_chunk_size);
188 AV_WL16(pkt->data + 6, s->skip_map_chunk_size);
197 if (avio_read(pb, pkt->data + 8, s->video_chunk_size) !=
207 if (avio_read(pb, pkt->data + 8 + s->video_chunk_size,
218 if (avio_read(pb, pkt->data + 8 + s->video_chunk_size + s->decode_map_chunk_size,
514 /* load the palette into internal data structure */
525 j = 4; /* offset of first palette data */
565 av_log(s->avf, AV_LOG_TRACE, "set video data format 0x%02X\n",