HomeSort by: relevance | last modified time | path
    Searched refs:alloc_method (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/bta2dpd/bta2dpd/
avdtp.c 126 uint8_t alloc_method)
138 alloc_dat = alloc_method;
309 uint8_t sep, uint8_t *freq, uint8_t *mode, uint8_t *alloc_method, uint8_t
342 *alloc_method);
347 *alloc_method = (uint8_t)(1 << FLS(tmp_mask & 3));
350 *alloc_method);
355 if (*alloc_method == ALLOC_SNR)
bta2dpd.c 228 static uint8_t alloc_method = ALLOC_LOUDNESS; variable in typeref:typename:uint8_t
280 alloc_config[0] = alloc_method;
484 alloc_method = ALLOC_ANY;
508 alloc_method = 0;
510 alloc_method |= alloc_config[j];
702 alloc_method);
737 &alloc_method, &bitpool, &bands, &blocks,
862 alloc_method, bitpool, mtu, volume);
avdtp_signal.h 127 caplen, uint8_t sep, u_int8_t *freq, u_int8_t *mode, u_int8_t *alloc_method,
sbc_encode.c 842 blocks, uint8_t alloc_method, uint8_t bitpool, size_t mtu, int volume)
859 global_alloc = alloc_method;
1061 uint8_t mode, bitpool, alloc_method, freq, bands, config, myCrc, blkCrc; local in function:parseFrame
1076 alloc_method = (uint8_t)(1 << (((config & 0x02) >> 1)));
1081 global_alloc = alloc_method;

Completed in 14 milliseconds