Lines Matching defs:size
33 static void id3v2_put_size(AVIOContext *pb, int size)
35 avio_w8(pb, size >> 21 & 0x7f);
36 avio_w8(pb, size >> 14 & 0x7f);
37 avio_w8(pb, size >> 7 & 0x7f);
38 avio_w8(pb, size & 0x7f);
88 /* ID3v2.3 frame size is not sync-safe */
215 /* reserve space for size */
404 avio_write(dyn_buf, pkt->data, pkt->size);
430 * size of the whole tag. Therefore the current size of the tag needs to be