Home
last modified time | relevance | path

Searched refs:bitpool (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/virtual_oss/bt/
H A Dsbc_encode.c212 } while (bitcount + slicecount < cfg->bitpool); in calc_bitneed()
215 if (bitcount + slicecount == cfg->bitpool) { in calc_bitneed()
236 while (bitcount < cfg->bitpool && sb < sbc->bands) { in calc_bitneed()
241 (cfg->bitpool > bitcount + 1)) { in calc_bitneed()
259 while (bitcount < cfg->bitpool && sb < sbc->bands) { in calc_bitneed()
574 sbc_store_bits_crc(sbc, 8, cfg->bitpool); in sbc_encode_frame()
659 cfg->bitpool = sbc_load_bits_crc(sbc, 8); in sbc_decode_frame()
H A Davdtp.c497 if (supBitpoolMax > cfg->bitpool) in avdtpAutoConfig()
498 supBitpoolMax = cfg->bitpool; in avdtpAutoConfig()
500 cfg->bitpool = supBitpoolMax; in avdtpAutoConfig()
588 cfg->bitpool = data[3]; in avdtpParseSBCConfig()
H A Dbt.h48 uint8_t bitpool; member
H A Dbt.c457 cfg->bitpool = 0; in bt_open()
485 cfg->bitpool = tmpbitpool; in bt_open()
/freebsd/sys/contrib/dev/rtw89/
H A Dcore.h1526 u8 bitpool; member
H A Dcoex.c8142 a2dp->bitpool = btinfo.hb3.a2dp_bitpool; in _update_bt_info()
9040 a2dp.bitpool, a2dp.flush_time); in _show_bt_profile_info()