Searched defs:sbc_info (Results 1 – 1 of 1) sorted by relevance
42 struct sbc_info { struct43 sbc_t sbc; /* Codec data */44 …t codesize, frame_length; /* SBC Codesize, frame_length. We simply cache those values here */45 uint16_t seq_num; /* Cumulative packet sequence */46 uint8_t frequency;47 uint8_t blocks;48 uint8_t subbands;49 uint8_t mode;50 uint8_t allocation;51 uint8_t initial_bitpool;[all …]