Searched defs:bandwidth (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libeffects/testlibs/
H A DAudioEqualizer.h31 // filters have an additional bandwidth control.
41 uint32_t bandwidth; member in struct:android::AudioEqualizer::BandConfig
94 // bandwidth: 1200 cents.
130 // Sets bandwidth value. Actual change will only take place upon commit().
137 // Gets bandwidth of a certain band. This is always the last value set (or
140 // band The band to get the bandwidth for.
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dpsy_main.c195 Word16 bandwidth)
202 bandwidth,
214 bandwidth,
190 psyMainInit(PSY_KERNEL *hPsy, Word32 sampleRate, Word32 bitRate, Word16 channels, Word16 tnsMask, Word16 bandwidth) argument
H A Dpsy_configuration.c347 Word16 bandwidth,
400 psyConf->lowpassLine = extract_l((bandwidth<<1) * FRAME_LEN_LONG / samplerate);
431 Word16 bandwidth,
483 psyConf->lowpassLine = extract_l(((bandwidth << 1) * FRAME_LEN_SHORT) / samplerate);
345 InitPsyConfigurationLong(Word32 bitrate, Word32 samplerate, Word16 bandwidth, PSY_CONFIGURATION_LONG *psyConf) argument
429 InitPsyConfigurationShort(Word32 bitrate, Word32 samplerate, Word16 bandwidth, PSY_CONFIGURATION_SHORT *psyConf) argument
/frameworks/base/wifi/java/android/net/wifi/
H A DRttManager.java201 //RTT bandwidth supported
372 * Not used if the AP bandwidth is 20 MHz
381 * Only used if the AP bandwidth is 80 + 80 MHz
466 * RttCapabilities firstto verify HW support this bandwidth.
469 public int bandwidth; field in class:RttManager.RttParams
481 bandwidth = RTT_BW_20_SUPPORT;
508 sb.append(", bandwidth=" + bandwidth);
556 dest.writeInt(params.bandwidth);
587 params[i].bandwidth
[all...]

Completed in 109 milliseconds