Searched defs:sbc_frame_hdr (Results 1 – 1 of 1) sorted by relevance
91 struct sbc_frame_hdr { struct92 uint8_t syncword : 8; /* Sync word */93 uint8_t subbands : 1; /* Subbands */94 uint8_t allocation_method : 1; /* Allocation method */95 uint8_t channel_mode : 2; /* Channel mode */96 uint8_t blocks : 2; /* Blocks */97 uint8_t sampling_frequency : 2; /* Sampling frequency */98 uint8_t bitpool : 8; /* Bitpool */99 uint8_t crc_check : 8; /* CRC check */123 struct sbc_frame_hdr { struct[all …]