Lines Matching defs:size
74 int max_blocksize; /**< maximum block size, in samples */\
75 int max_framesize; /**< maximum frame size, in bytes */\
84 int blocksize; /**< block size of the frame */
88 block sizes or a fixed block size;
116 * Calculate an estimate for the maximum frame size based on verbatim mode.
117 * @param blocksize block size, in samples
141 * @param[out] size metadata block size
144 int *last, int *type, int *size)
151 if (size)
152 *size = bytestream_get_be24(&block_header);