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.java194 //RTT bandwidth supported
364 * Not used if the AP bandwidth is 20 MHz
373 * Only used if the AP bandwidth is 80 + 80 MHz
458 * RttCapabilities firstto verify HW support this bandwidth.
461 public int bandwidth; field in class:RttManager.RttParams
473 bandwidth = RTT_BW_20_SUPPORT;
520 dest.writeInt(params.bandwidth);
551 params[i].bandwidth = in.readInt();
904 } else if ((params.bandwidth & mRttCapabilities.bwSupported) == 0) {
905 Log.e(TAG, "Request " + index + ": Do not support this bandwidth
[all...]

Completed in 135 milliseconds