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

  /src/usr.sbin/bta2dpd/bta2dpd/
bta2dpd.c 228 static uint8_t alloc_method = ALLOC_LOUDNESS; variable
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);
sbc_encode.c 843 blocks, uint8_t alloc_method, uint8_t bitpool, size_t mtu, int volume)
860 global_alloc = alloc_method;
1062 uint8_t mode, bitpool, alloc_method, freq, bands, config, myCrc, blkCrc; local
1077 alloc_method = (uint8_t)(1 << (((config & 0x02) >> 1)));
1082 global_alloc = alloc_method;

Completed in 21 milliseconds