Lines Matching defs:size
79 // samples per frame = 14; frame size = 8 (2^3)
106 // version <= 4 needs to use the file size to calculate the offsets
134 // recover the data_start information from the data size
136 "Incorrect header size found in metadata, "
137 "header size approximated from the data size\n");
147 // coefficient alignment = 0x30; metadata size = 0x14
165 // 0x30 (alignment) - 0x20 (actual size, 32) = 0x10 (padding)
181 uint16_t size = m->block_size;
191 if ((ret = av_get_packet(s->pb, pkt, size * par->ch_layout.nb_channels)) < 0)