Searched defs:sbc_frame_hdr (Results 1 – 2 of 2) sorted by relevance
305 struct sbc_frame_hdr { struct306 uint8_t syncword:8; /* Sync word */307 uint8_t subbands:1; /* Subbands */308 uint8_t allocation_method:1; /* Allocation method */309 uint8_t channel_mode:2; /* Channel mode */310 uint8_t blocks:2; /* Blocks */311 uint8_t sampling_frequency:2; /* Sampling frequency */312 uint8_t bitpool:8; /* Bitpool */313 uint8_t crc_check:8; /* CRC check */337 struct sbc_frame_hdr { struct[all …]