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

  /src/usr.sbin/bta2dpd/bta2dpd/
bta2dpd.c 237 static uint8_t bands = BANDS_8; variable in typeref:typename:uint8_t
279 bands_config[0] = bands;
478 bands = BANDS_ANY;
498 bands = 0;
500 bands |= bands_config[j];
518 if (bands == BANDS_8)
578 "\t\t[-M mtu] [-V volume] [-f mode] [-b blocks] [-e bands]\n"
583 "\t\t[-b blocks] [-e bands] [-A alloc] [-B bitpool] files...\n"
701 frequency , channel_mode, bands, blocks,
737 &alloc_method, &bitpool, &bands, &blocks
    [all...]
sbc_encode.c 841 stream(int in, int outfd, uint8_t mode, uint8_t freq, uint8_t bands, uint8_t
863 global_bands_config = bands;
864 if (bands == BANDS_8)
1061 uint8_t mode, bitpool, alloc_method, freq, bands, config, myCrc, blkCrc; local in function:parseFrame
1077 bands = (uint8_t)(1 << (1 - (config & 0x01)));
1084 global_bands_config = bands;
1085 if (bands == BANDS_8)
  /src/sys/dev/pci/
if_iwnvar.h 296 bands[IWN_NBANDS]; member in struct:iwn_softc

Completed in 14 milliseconds