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 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);
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 65 milliseconds