HomeSort by relevance Sort by last modified time
    Searched refs:bandwidth (Results 126 - 150 of 169) sorted by null

1 2 3 4 56 7

  /external/aac/libSBRenc/src/
sbr_encoder.cpp 14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
125 #define DELAY_QMF_ANA(dwnsmp) ((320<<((dwnsmp)-1)) - (32<<((dwnsmp)-1))) /* Full bandwidth */
2051 int bandwidth = *coreBandwidth; local
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.h 673 /* bandwidth 0-100 where 100 is fastest */
674 __u8 bandwidth; member in struct:btrfs_dev_item
  /external/wpa_supplicant_8/src/ap/
ctrl_iface_ap.c 521 SET_CSA_SETTING(bandwidth);
hostapd.c     [all...]
  /external/chromium_org/remoting/tools/winext/manifest/
rdp.h 234 HRESULT OnNetworkStatusChanged(ULONG qualityLevel, long bandwidth, long rtt);
    [all...]
  /external/chromium_org/remoting/webapp/
server_log_entry.js 115 remoting.ServerLogEntry.KEY_VIDEO_BANDWIDTH_ = "video-bandwidth";
  /external/opencv/cv/include/
cvcompat.h 398 #define cvConvexHullApprox( points, num_points, bound_rect, bandwidth, \
403 #define cvContourConvexHullApprox( contour, bandwidth, orientation, storage ) \
    [all...]
  /external/oprofile/events/x86-64/family11h/
events 132 event:0xf6 counters:0,1,2,3 um:httransmit minimum:500 name:HYPERTRANSPORT_LINK_0_TRANSMIT_BANDWIDTH : HyperTransport(tm) link 0 transmit bandwidth
  /external/tcpdump/
print-802_11.c 539 "Association denied due to QAP having insufficient bandwidth "
609 "TS deleted because QoS AP lacks sufficient bandwidth for this "
614 "Disassociated because QoS AP lacks sufficient bandwidth for this "
2113 static const char *bandwidth[4] = { local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.c 595 const int64_t bandwidth = oxcf->target_bandwidth; local
600 rc->starting_buffer_level = starting * bandwidth / 1000;
601 rc->optimal_buffer_level = (optimal == 0) ? bandwidth / 8
602 : optimal * bandwidth / 1000;
603 rc->maximum_buffer_size = (maximum == 0) ? bandwidth / 8
604 : maximum * bandwidth / 1000;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsdp.cc 2496 std::string bandwidth; local
    [all...]
webrtcsdp_unittest.cc 763 // bandwidth
764 EXPECT_EQ(cd1->bandwidth(), cd2->bandwidth());
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.cc 153 " given JID and with optional bandwidth.\n"
155 " the given JID and with optional bandwidth.\n"
338 int bandwidth = GetInt(words, 2, cricket::kAutoBandwidth); local
341 options.video_bandwidth = bandwidth;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86vm/
XF86VMode.c 928 monitor->bandwidth = (float)rep.bandwidth / 1e6;
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 428 * only for bandwidth 80 and an 80+80 channel */
430 int bandwidth; member in struct:hostapd_freq_params
908 * freq - Channel parameters for dynamic bandwidth changes
    [all...]
driver_nl80211.c 243 int bandwidth; member in struct:i802_bss
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc     [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 128 memory bandwidth is not a good idea. Such patches are acceptable
ip-tunnels.tex 433 example is limiting tunnel bandwidth. The following command:
  /external/qemu-pc-bios/vgabios/
clext.c 727 ;; al = 4 << bandwidth
  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp 52 // Number of recently-read bytes to use for bandwidth estimation
695 // initial bandwidth by listing it first in the variant playlist.
697 // network bandwidth since we haven't tranferred any data yet. Once
712 unsigned long bandwidth; local
713 CHECK(meta->findInt32("bandwidth", (int32_t *)&item.mBandwidth));
1019 ALOGV("bandwidth estimated at %.2f kbps", bandwidthBps / 1024.0f);
1021 ALOGV("no bandwidth estimate.");
1022 return 0; // Pick the lowest bandwidth stream by default.
    [all...]