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

  /src/usr.sbin/bta2dpd/bta2dpd/
bta2dpd.c 236 static uint8_t bitpool = 0; variable in typeref:typename:uint8_t
316 case 'B': /* Max bitpool value */
317 bitpool = (uint8_t)atoi(optarg);
526 if (bitpool == 0 || tmpbitpool < bitpool)
527 bitpool = (uint8_t)tmpbitpool;
579 "\t\t[-A alloc] [-B bitpool] -a address files...\n"
580 "\t%s [-v] [-D] [-d device] [-m mode] [-p psm] [-B bitpool]\n"
583 "\t\t[-b blocks] [-e bands] [-A alloc] [-B bitpool] files...\n"
591 "\t-B bitpool Maximum bitpool value for encoding\n
    [all...]
bta2dpd.c 236 static uint8_t bitpool = 0; variable in typeref:typename:uint8_t
316 case 'B': /* Max bitpool value */
317 bitpool = (uint8_t)atoi(optarg);
526 if (bitpool == 0 || tmpbitpool < bitpool)
527 bitpool = (uint8_t)tmpbitpool;
579 "\t\t[-A alloc] [-B bitpool] -a address files...\n"
580 "\t%s [-v] [-D] [-d device] [-m mode] [-p psm] [-B bitpool]\n"
583 "\t\t[-b blocks] [-e bands] [-A alloc] [-B bitpool] files...\n"
591 "\t-B bitpool Maximum bitpool value for encoding\n
    [all...]
sbc_encode.c 81 uint8_t bitpool; member in struct:a2dp_frame_header
88 uint8_t bitpool; member in struct:a2dp_frame_header_joint
842 blocks, uint8_t alloc_method, uint8_t bitpool, size_t mtu, int volume)
858 global_bitpool = bitpool;
1061 uint8_t mode, bitpool, alloc_method, freq, bands, config, myCrc, blkCrc; local in function:parseFrame
1070 bitpool = *myFrame++;
1080 global_bitpool = bitpool;
sbc_encode.c 81 uint8_t bitpool; member in struct:a2dp_frame_header
88 uint8_t bitpool; member in struct:a2dp_frame_header_joint
842 blocks, uint8_t alloc_method, uint8_t bitpool, size_t mtu, int volume)
858 global_bitpool = bitpool;
1061 uint8_t mode, bitpool, alloc_method, freq, bands, config, myCrc, blkCrc; local in function:parseFrame
1070 bitpool = *myFrame++;
1080 global_bitpool = bitpool;

Completed in 24 milliseconds