Lines Matching refs:data
49 unsigned int cache; ///< number of data packets that we have cached right now
64 * size-2: data <- data depends on the item type
67 * Item 0 implies the end of the config subpacket, and has no data.
128 return AVERROR(EAGAIN); /* not enough data */
140 * 1/2: subpacket length <- length of the data following the flags/length fields
143 * size: subpacket data
159 /* parse header so we know the size of the header/data */
174 /* copy data into a temporary buffer */
201 memset(pkt->data, 0, pkt->size);
203 p = pkt->data;
219 /* subpacket data */
220 to_copy = FFMIN(qdm->len[n], pkt->size - (p - pkt->data));
229 for (q = pkt->data; q < &pkt->data[qdm->block_size]; q++)