/external/tcpdump/ |
print-ospf.c | 123 { LS_OPAQUE_TE_LINK_SUBTLV_MAX_BW, "Maximum Bandwidth" }, 124 { LS_OPAQUE_TE_LINK_SUBTLV_MAX_RES_BW, "Maximum Reservable Bandwidth" }, 125 { LS_OPAQUE_TE_LINK_SUBTLV_UNRES_BW, "Unreserved Bandwidth" }, 131 { LS_OPAQUE_TE_LINK_SUBTLV_BW_CONSTRAINTS, "Bandwidth Constraints" }, 644 printf("\n\t\t Bandwidth constraint CT%u: %.3f Mbps", 660 printf("\n\t\tLSP Encoding: %s\n\t\tMax LSP Bandwidth:", [all...] |
/frameworks/base/docs/html/training/efficient-downloads/ |
efficient-network-access.jd | 78 <p>By front loading your transfers, you reduce the number of radio activations required to download the data. As a result you not only conserve battery life, but also improve the latency, lower the required bandwidth, and reduce download times.</p> 82 <p>However, used too aggressively, prefetching introduces the risk of increasing battery drain and bandwidth use—as well as download quota—by downloading data that isn't used. It's also important to ensure that prefetching doesn't delay application startup while the app waits for the prefetch to complete. In practical terms that might mean processing data progressively, or initiating consecutive transfers prioritized such that the data required for application startup is downloaded and processed first.</p> 96 <p>You could choose to prefetch an entire album, however should the user stop listening after the first song, you've wasted a significant amount of bandwidth and battery life.</p> 102 <p>Many news apps attempt to reduce bandwidth by downloading headlines only after a category has been selected, full articles only when the user wants to read them, and thumbnails just as they scroll into view.</p> 108 <p>Another alternative is to prefetch every headline, thumbnail, article text, and possibly even full article pictures—typically in the background on a predetermined schedule. This approach risks spending significant bandwidth and battery life downloading content that's never used, so it should be implemented with caution.</p> 126 <p>Take a news application that uses the prefetching routine described above. The news reader collects analytics information to understand the reading patterns of its users and to rank the most popular stories. To keep the news fresh, it checks for updates every hour. To conserve bandwidth, rather than download full photos for each article, it prefetches only thumbnails and downloads the full photos when they are selected.</p>
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
data_builder.c | 250 if (sensors.gyro.bandwidth == 0) { 251 sensors.gyro.bandwidth = (int)(1000000L / sample_rate_us); 269 if (sensors.accel.bandwidth == 0) { 270 sensors.accel.bandwidth = (int)(1000000L / sample_rate_us); 288 if (sensors.compass.bandwidth == 0) { 289 sensors.compass.bandwidth = (int)(1000000L / sample_rate_us); 324 /** Set Gyro Bandwidth in Hz 325 * @param[in] bandwidth_hz Gyro bandwidth in Hz 329 sensors.gyro.bandwidth = bandwidth_hz; 332 /** Set Accel Bandwidth in H [all...] |
/external/chromium_org/third_party/opus/src/src/ |
analysis.c | 220 int bandwidth=0; local 383 bandwidth = 0; 415 bandwidth = b; 418 bandwidth = 20; 612 info->bandwidth = bandwidth; 613 /*printf("%d %d\n", info->bandwidth, info->opus_bandwidth);*/
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
bandwidth_estimator.c | 14 * This file contains the code for the Bandwidth Estimator designed 50 /* Inverted minimum and maximum bandwidth in Q30. 66 * This function initializes the struct for the bandwidth estimator 69 * - bweStr : Struct containing bandwidth information. 129 * - bweStr : struct containing bandwidth information. 599 * This function calculates and returns the bandwidth/jitter estimation code 671 /* Count consecutive received bandwidth above 28000 kbps (28000 in Q7 = 3584000) */ [all...] |
/external/wpa_supplicant_8/src/ap/ |
acs.c | 114 * target operational bandwidth. 117 * the target operational bandwidth and selected band. E.g., on 2.4 GHz channels 118 * overlap with 20 MHz bandwidth, but there is no overlap for 20 MHz bandwidth 223 * ACS: Survey analysis for selected bandwidth 20MHz 502 wpa_printf(MSG_DEBUG, "ACS: Survey analysis for selected bandwidth %d MHz", 536 wpa_printf(MSG_DEBUG, "ACS: Channel %d: not enough bandwidth",
|
/external/aac/libAACenc/src/ |
psy_configuration.cpp | 14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by 570 INT bandwidth, 587 psyConf->allowIS = (useIS) && ( (bitrate/bandwidth) < 5 ); 623 psyConf->lowpassLine = (INT)((2*bandwidth*frameLengthLong)/samplerate); 627 psyConf->lowpassLine = (INT)((2*bandwidth*frameLengthShort)/samplerate);
|
pnsparam.cpp | 14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by 87 contents/description: PNS parameters depending on bitrate and bandwidth 233 description: Gets PNS parameters depending on bitrate and bandwidth
|
/external/aac/libSBRenc/src/ |
resampler.cpp | 14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by 110 int Wc; /*! normalized passband bandwidth at input samplerate * 1000 */ 122 bandwidth 0.48 161 bandwidth 0.45 197 bandwidth = 0.41
|
/external/chromium_org/third_party/opus/src/silk/fixed/ |
noise_shape_analysis_FIX.c | 58 /* amplitude of monic warped coefficients by using bandwidth expansion on the true coefficients */ 114 /* Apply bandwidth expansion */ 240 /* Control bandwidth expansion */ 324 /* Bandwidth expansion for synthesis filter shaping */ 330 /* Bandwidth expansion for analysis filter shaping */
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
SimpleSessionDescription.java | 26 * Therefore, it only handles connection addresses ("c="), bandwidth limits, 184 * Returns the types of the bandwidth limits. 191 * Returns the bandwidth limit of the given type or {@code -1} if it is not 460 * Returns the types of the bandwidth limits. 467 * Returns the bandwidth limit of the given type or {@code -1} if it is
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
mediasession.h | 181 int bandwidth() const { return bandwidth_; } function in class:cricket::MediaContentDescription 182 void set_bandwidth(int bandwidth) { bandwidth_ = bandwidth; }
|
mediasessionclient.cc | 865 if (video->bandwidth() != kAutoBandwidth) { 867 video->bandwidth())); [all...] |
/external/libppp/src/ |
bundle.c | 273 * If it's the first NCP, calculate our bandwidth 816 bundle.bandwidth = 0; 1036 prompt_Printf(arg->prompt, " bandwidth %d, %llu bps (%llu bytes/sec)", 1037 dl->mp.bandwidth ? dl->mp.bandwidth : 1069 arg->bundle->iface->name, arg->bundle->bandwidth); [all...] |
/external/oprofile/events/x86-64/hammer/ |
events | 123 event:0xf6 counters:0,1,2,3 um:ht minimum:500 name:HYPERTRANSPORT_LINK0_BANDWIDTH : HyperTransport(tm) link 0 transmit bandwidth 124 event:0xf7 counters:0,1,2,3 um:ht minimum:500 name:HYPERTRANSPORT_LINK1_BANDWIDTH : HyperTransport(tm) link 1 transmit bandwidth 125 event:0xf8 counters:0,1,2,3 um:ht minimum:500 name:HYPERTRANSPORT_LINK2_BANDWIDTH : HyperTransport(tm) link 2 transmit bandwidth
|
/hardware/qcom/keymaster/ |
QSEEComAPI.h | 265 * @brief Set the bandwidth for QSEE. 275 * bandwidth to high/low. 277 * @param[in] high Set to 1 to enable bandwidth.
|
/external/bluetooth/bluedroid/bta/ag/ |
bta_ag_sco.c | 76 BTM_64KBITS_RATE, /* TX Bandwidth (64 kbits/sec) */ 77 BTM_64KBITS_RATE, /* RX Bandwidth (64 kbits/sec) */ 92 BTM_64KBITS_RATE, /* TX Bandwidth (64 kbits/sec), 8000 */ 93 BTM_64KBITS_RATE, /* RX Bandwidth (64 kbits/sec), 8000 */ 106 BTM_64KBITS_RATE, /* TX Bandwidth (64 kbits/sec) */ 107 BTM_64KBITS_RATE, /* RX Bandwidth (64 kbits/sec) */ [all...] |
/docs/source.android.com/src/source/ |
downloading.jd | 186 When using several clients, especially in situations where bandwidth is scarce, it is better 194 bandwidth and a similar amount of disk space. Notice the <code>--mirror</code> flag, which
|
/external/apache-http/src/org/apache/http/params/ |
HttpConnectionParams.java | 102 * tries to conserve bandwidth by minimizing the number of segments that are 105 * Data will be sent earlier, at the cost of an increase in bandwidth consumption.
|
/system/core/include/private/ |
android_filesystem_config.h | 91 #define AID_NET_BW_STATS 3006 /* read bandwidth statistics */ 92 #define AID_NET_BW_ACCT 3007 /* change bandwidth statistics accounting */
|
/system/netd/ |
CommandListener.cpp | 61 // Bandwidth should always be early in input chain, to make sure we [all...] |
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
webrtcsdp.cc | 2397 std::string bandwidth; local 2412 std::string bandwidth; local [all...] |
/device/generic/goldfish/libqemu/ |
test_guest_2.c | 238 printf("Bandwidth: %g MB/s\n", (maxCount*bufferSize/(1024.0*1024.0))/(time1 - time0) );
|
/external/aac/ |
NOTICE | 12 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
|
/external/aac/libAACdec/src/ |
aacdec_hcr_bit.h | 14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
|