Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/bta2dpd/bta2dpd/
H A Davdtp.c125 uint8_t bitpool, uint8_t freq, uint8_t mode, uint8_t bands, uint8_t blocks, in avdtpSendCapabilitiesResponseSBC() argument
152 if (bitpool > MIN_BITPOOL) in avdtpSendCapabilitiesResponseSBC()
153 data[11] = bitpool; in avdtpSendCapabilitiesResponseSBC()
310 *bitpool, uint8_t* bands, uint8_t *blocks, uint8_t srcsep) in avdtpAutoConfigSBC() argument
364 if (supBitpoolMax > *bitpool) in avdtpAutoConfigSBC()
365 supBitpoolMax = *bitpool; in avdtpAutoConfigSBC()
367 *bitpool = supBitpoolMax; in avdtpAutoConfigSBC()
H A Dbta2dpd.c236 static uint8_t bitpool = 0; variable
317 bitpool = (uint8_t)atoi(optarg); in main()
526 if (bitpool == 0 || tmpbitpool < bitpool) in main()
527 bitpool = (uint8_t)tmpbitpool; in main()
700 (asSpeaker ? SNK_SEP : SRC_SEP), bitpool, in do_ctlreq()
737 &alloc_method, &bitpool, &bands, &blocks, in do_ctlreq()
747 log_debug("Bitpool value = %d", bitpool); in do_ctlreq()
862 alloc_method, bitpool, mtu, volume); in do_interrupt()
H A Dsbc_encode.c81 uint8_t bitpool; member
88 uint8_t bitpool; member
842 blocks, uint8_t alloc_method, uint8_t bitpool, size_t mtu, int volume) in stream() argument
858 global_bitpool = bitpool; in stream()
1061 uint8_t mode, bitpool, alloc_method, freq, bands, config, myCrc, blkCrc; in parseFrame() local
1070 bitpool = *myFrame++; in parseFrame()
1080 global_bitpool = bitpool; in parseFrame()
H A Davdtp_signal.h128 u_int8_t *bitpool, u_int8_t* bands, u_int8_t *blocks, u_int8_t srcsep);