Searched defs:sbc_frame_hdr (Results 1 – 2 of 2) sorted by relevance
94 struct sbc_frame_hdr struct96 uint8_t syncword : 8; /* Sync word */97 uint8_t subbands : 1; /* Subbands */98 uint8_t allocation_method : 1; /* Allocation method */99 uint8_t channel_mode : 2; /* Channel mode */100 uint8_t blocks : 2; /* Blocks */101 uint8_t sampling_frequency : 2; /* Sampling frequency */102 uint8_t bitpool : 8; /* Bitpool */103 uint8_t crc_check : 8; /* CRC check */128 struct sbc_frame_hdr struct[all …]
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 …]