Searched refs:bandwidth (Results 1 - 7 of 7) 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.c191 Word16 bandwidth)
198 bandwidth,
210 bandwidth,
186 psyMainInit(PSY_KERNEL *hPsy, Word32 sampleRate, Word32 bitRate, Word16 channels, Word16 tnsMask, Word16 bandwidth) argument
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp191 unsigned long bandwidth; local
192 CHECK(meta->findInt32("bandwidth", (int32_t *)&item.mBandwidth));
380 ALOGV("bandwidth estimated at %.2f kbps", bandwidthBps / 1024.0f);
382 ALOGV("no bandwidth estimate.");
383 return 0; // Pick the lowest bandwidth stream by default.
392 ALOGV("bandwidth capped to %ld bps", maxBw);
398 // Consider only 80% of the available bandwidth usable.
401 // Pick the highest bandwidth stream below or equal to estimated bandwidth.
409 // Change bandwidth a
[all...]

Completed in 1047 milliseconds