Searched defs:block_v120_format (Results 1 – 1 of 1) sorted by relevance
194 struct block_v120_format { struct195 uint8_t type;196 uint8_t size[3]; // Equals to (12 + ).198 uint32_t frames_per_second;199 uint8_t bits_per_sample;200 uint8_t samples_per_frame;201 uint16_t code_id;202 uint8_t reserved[4];204 uint8_t frames[0]; // Aligned to little-endian.