HomeSort by relevance Sort by last modified time
    Searched defs:bandwidth (Results 26 - 50 of 73) sorted by null

12 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
firewire-cdev.h 176 * @bandwidth: Bandwidth allocation units which were (de)allocated, if any
180 * @bandwidth for whether the allocation actually succeeded.
187 * @bandwidth is 0 if no bandwidth was (de)allocated or if reallocation failed.
194 __s32 bandwidth; member in struct:fw_cdev_event_iso_resource
557 * struct fw_cdev_allocate_iso_resource - (De)allocate a channel or bandwidth
560 * @bandwidth: Isochronous bandwidth units to be (de)allocated
565 * isochronous channel and/or of isochronous bandwidth at the isochronou
603 __u32 bandwidth; member in struct:fw_cdev_allocate_iso_resource
    [all...]
  /bionic/libc/kernel/uapi/linux/
firewire-cdev.h 112 __s32 bandwidth; member in struct:fw_cdev_event_iso_resource
305 __u32 bandwidth; member in struct:fw_cdev_allocate_iso_resource
  /development/ndk/platforms/android-L/include/linux/
firewire-cdev.h 112 __s32 bandwidth; member in struct:fw_cdev_event_iso_resource
305 __u32 bandwidth; member in struct:fw_cdev_allocate_iso_resource
  /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/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/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession.h 188 int bandwidth() const { return bandwidth_; } function in class:cricket::MediaContentDescription
189 void set_bandwidth(int bandwidth) { bandwidth_ = bandwidth; }
mediasessionclient_unittest.cc 2123 const buzz::XmlElement* bandwidth = local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
isac.c 47 * when bandwidth is changing. The latter might be the result of bandwidth
55 * of limit is required every time that the bandwidth is changing.
105 * result in an update of bandwidth, therefore, the bottlenech should be
110 /* Read the bottleneck from bandwidth estimator for the
112 * in bandwidth, upper and lower-band will be in sync. */
120 /* Adding hysteresis when increasing signal bandwidth. */
142 /* Do the rate-allocation and get the new bandwidth. */
143 enum ISACBandwidth bandwidth; local
147 &bandwidth);
1601 enum ISACBandwidth bandwidth; local
    [all...]
  /external/kernel-headers/original/uapi/linux/
firewire-cdev.h 310 * @bandwidth: Bandwidth allocation units which were (de)allocated, if any
314 * @bandwidth for whether the allocation actually succeeded.
321 * @bandwidth is 0 if no bandwidth was (de)allocated or if reallocation failed.
328 __s32 bandwidth; member in struct:fw_cdev_event_iso_resource
971 __u32 bandwidth; member in struct:fw_cdev_allocate_iso_resource
    [all...]
  /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...]
print-rsvp.c 320 u_int8_t bandwidth[4]; member in struct:rsvp_obj_frr_t
351 { 0x04, "Bandwidth protection" },
397 { 0x08, "Bandwidth protection" }, /* RFC4090 */
    [all...]
  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp 671 // initial bandwidth by listing it first in the variant playlist.
673 // network bandwidth since we haven't tranferred any data yet. Once
688 unsigned long bandwidth; local
689 CHECK(meta->findInt32("bandwidth", (int32_t *)&item.mBandwidth));
991 ALOGV("bandwidth estimated at %.2f kbps", bandwidthBps / 1024.0f);
993 ALOGV("no bandwidth estimate.");
994 return 0; // Pick the lowest bandwidth stream by default.
1003 ALOGV("bandwidth capped to %ld bps", maxBw);
1009 // Pick the highest bandwidth stream below or equal to estimated bandwidth
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
driver_nl80211.h 110 int bandwidth; member in struct:i802_bss
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
firewire-cdev.h 112 __s32 bandwidth; member in struct:fw_cdev_event_iso_resource
305 __u32 bandwidth; member in struct:fw_cdev_allocate_iso_resource
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
firewire-cdev.h 112 __s32 bandwidth; member in struct:fw_cdev_event_iso_resource
305 __u32 bandwidth; member in struct:fw_cdev_allocate_iso_resource
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
firewire-cdev.h 112 __s32 bandwidth; member in struct:fw_cdev_event_iso_resource
305 __u32 bandwidth; member in struct:fw_cdev_allocate_iso_resource
  /external/chromium_org/third_party/opus/src/src/
opus_encoder.c 94 int bandwidth; member in struct:OpusEncoder
243 st->bandwidth = OPUS_BANDWIDTH_FULLBAND;
248 static unsigned char gen_toc(int mode, int framerate, int bandwidth, int channels)
260 toc = (bandwidth-OPUS_BANDWIDTH_NARROWBAND)<<5;
264 int tmp = bandwidth-OPUS_BANDWIDTH_MEDIUMBAND;
273 toc |= (bandwidth-OPUS_BANDWIDTH_SUPERWIDEBAND)<<4;
1012 analysis_bandwidth = analysis_info.bandwidth;
1039 int bw = st->bandwidth == 0 ? OPUS_BANDWIDTH_NARROWBAND : st->bandwidth;
1231 int bandwidth = OPUS_BANDWIDTH_FULLBAND; local
    [all...]
  /external/libopus/src/
opus_encoder.c 94 int bandwidth; member in struct:OpusEncoder
243 st->bandwidth = OPUS_BANDWIDTH_FULLBAND;
248 static unsigned char gen_toc(int mode, int framerate, int bandwidth, int channels)
260 toc = (bandwidth-OPUS_BANDWIDTH_NARROWBAND)<<5;
264 int tmp = bandwidth-OPUS_BANDWIDTH_MEDIUMBAND;
273 toc |= (bandwidth-OPUS_BANDWIDTH_SUPERWIDEBAND)<<4;
1012 analysis_bandwidth = analysis_info.bandwidth;
1039 int bw = st->bandwidth == 0 ? OPUS_BANDWIDTH_NARROWBAND : st->bandwidth;
1231 int bandwidth = OPUS_BANDWIDTH_FULLBAND; local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bt_amp_hci.h 240 uint32 bandwidth; member in struct:read_local_info_evt_parms
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/dvb/
frontend.h 222 fe_bandwidth_t bandwidth; member in struct:dvb_ofdm_parameters
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/dvb/
frontend.h 222 fe_bandwidth_t bandwidth; member in struct:dvb_ofdm_parameters
  /bionic/libc/kernel/uapi/linux/dvb/
frontend.h 245 fe_bandwidth_t bandwidth; member in struct:dvb_ofdm_parameters
  /development/ndk/platforms/android-L/include/linux/dvb/
frontend.h 245 fe_bandwidth_t bandwidth; member in struct:dvb_ofdm_parameters
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsdp.cc 2452 std::string bandwidth; local
    [all...]
  /external/kernel-headers/original/uapi/linux/dvb/
frontend.h 259 fe_bandwidth_t bandwidth; member in struct:dvb_ofdm_parameters

Completed in 2129 milliseconds

12 3