Lines Matching defs:size
29 * uint16_t ss; // struct size
33 * uint32_t size; // size of data
56 bytestream += 4; // size
92 * So skip until we find the first byte of struct size */
107 uint32_t size, timestamp;
114 size = avio_rl32(pb);
119 if (!size)
122 if ((ret = av_get_packet(pb, pkt, size)) < 0)
125 avio_skip(pb, 1); /* Read ahead one byte of struct size like read_header */
136 return HEADER_SIZE + size;