Searched refs:bandwidth (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dpsy_configuration.h96 Word16 bandwidth,
101 Word16 bandwidth,
H A Dpsy_main.h54 Word16 bandwidth);
/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.
H A DAudioEqualizer.cpp211 setBandwidth(band, bandCfg.bandwidth);
/frameworks/av/media/libstagefright/codecs/aacenc/src/
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
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
/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...]
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp62 int32_t *bandwidth,
115 // to avoid sudden jump on bandwidth estimation. There might
1030 // initial bandwidth by listing it first in the variant playlist.
1032 // network bandwidth since we haven't tranferred any data yet. Once
1052 CHECK(meta->findInt32("bandwidth", (int32_t *)&item.mBandwidth));
1258 1) finish last segment of high-bandwidth variant, or
1259 2) abort last segment of high-bandwidth variant, and fetch an
1260 overlapping portion from low-bandwidth variant.
1268 bw0: bandwidth of old variant (as specified in playlist)
1269 bw1: bandwidth o
[all...]

Completed in 727 milliseconds