Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/bta2dpd/bta2dpd/
H A Davdtp.c126 uint8_t alloc_method) in avdtpSendCapabilitiesResponseSBC() argument
138 alloc_dat = alloc_method; in avdtpSendCapabilitiesResponseSBC()
309 uint8_t sep, uint8_t *freq, uint8_t *mode, uint8_t *alloc_method, uint8_t in avdtpAutoConfigSBC() argument
342 *alloc_method); in avdtpAutoConfigSBC()
347 *alloc_method = (uint8_t)(1 << FLS(tmp_mask & 3)); in avdtpAutoConfigSBC()
350 *alloc_method); in avdtpAutoConfigSBC()
355 if (*alloc_method == ALLOC_SNR) in avdtpAutoConfigSBC()
H A Dbta2dpd.c228 static uint8_t alloc_method = ALLOC_LOUDNESS; variable
280 alloc_config[0] = alloc_method; in main()
484 alloc_method = ALLOC_ANY; in main()
508 alloc_method = 0; in main()
510 alloc_method |= alloc_config[j]; in main()
702 alloc_method); in do_ctlreq()
737 &alloc_method, &bitpool, &bands, &blocks, in do_ctlreq()
862 alloc_method, bitpool, mtu, volume); in do_interrupt()
H A Dsbc_encode.c842 blocks, uint8_t alloc_method, uint8_t bitpool, size_t mtu, int volume) in stream() argument
859 global_alloc = alloc_method; in stream()
1061 uint8_t mode, bitpool, alloc_method, freq, bands, config, myCrc, blkCrc; in parseFrame() local
1076 alloc_method = (uint8_t)(1 << (((config & 0x02) >> 1))); in parseFrame()
1081 global_alloc = alloc_method; in parseFrame()
H A Davdtp_signal.h127 caplen, uint8_t sep, u_int8_t *freq, u_int8_t *mode, u_int8_t *alloc_method,