HomeSort by relevance Sort by last modified time
    Searched full:bps (Results 1 - 25 of 138) sorted by null

1 2 3 4 5 6

  /external/iproute2/include/linux/
gen_stats.h 34 * @bps: current byte rate
39 __u32 bps; member in struct:gnet_stats_rate_est
pkt_sched.h 39 __u32 bps; /* Current flow byte rate */ member in struct:tc_stats
283 __u32 rate2quantum; /* bps->quantum divisor */
320 __u32 m1; /* slope of the first segment in bps */
322 __u32 m2; /* slope of the second segment in bps */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
gen_stats.h 29 * @bps: current byte rate
34 __u32 bps; member in struct:gnet_stats_rate_est
serial.h 86 #define ASYNC_SPD_HI 0x0010 /* Use 56000 instead of 38400 bps */
88 #define ASYNC_SPD_VHI 0x0020 /* Use 115200 instead of 38400 bps */
99 #define ASYNC_SPD_SHI 0x1000 /* Use 230400 instead of 38400 bps */
100 #define ASYNC_SPD_WARP 0x1010 /* Use 460800 instead of 38400 bps */
pkt_sched.h 37 __u32 bps; /* Current flow byte rate */ member in struct:tc_stats
256 __u32 rate2quantum; /* bps->quantum divisor */
293 __u32 m1; /* slope of the first segment in bps */
295 __u32 m2; /* slope of the second segment in bps */
  /external/libvpx/vpx/src/
vpx_image.c 24 unsigned int h, w, s, xcs, ycs, bps; local
42 bps = 32;
46 bps = 24;
55 bps = 16;
61 bps = 12;
64 bps = 16;
100 s = (fmt & VPX_IMG_FMT_PLANAR) ? w : bps * w / 8;
122 img->img_data = malloc((fmt & VPX_IMG_FMT_PLANAR) ? h * w * bps / 8 : h * s);
134 img->bps = bps;
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwbenc/
AMRWBEncoder.cpp 53 static VOAMRWBMODE pickModeFromBitRate(int32_t bps) {
54 CHECK(bps >= 0);
55 if (bps <= 6600) {
57 } else if (bps <= 8850) {
59 } else if (bps <= 12650) {
61 } else if (bps <= 14250) {
63 } else if (bps <= 15850) {
65 } else if (bps <= 18250) {
67 } else if (bps <= 19850) {
69 } else if (bps <= 23050)
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/
AMRNBEncoder.cpp 52 static Mode PickModeFromBitrate(int32_t bps) {
53 if (bps <= 4750) {
55 } else if (bps <= 5150) {
57 } else if (bps <= 5900) {
59 } else if (bps <= 6700) {
61 } else if (bps <= 7400) {
63 } else if (bps <= 7950) {
65 } else if (bps <= 10200) {
  /external/chromium/net/tools/fetch/
fetch_client.cc 172 const char *units = "bps";
173 double bps = static_cast<float>(bytes_read * 8) / local
176 if (bps > (1024*1024)) {
177 bps /= (1024*1024);
179 } else if (bps > 1024) {
180 bps /= 1024;
183 printf("Bandwidth : %.2f%s\n", bps, units);
  /system/core/toolbox/
newfs_msdos.c 112 u_int8_t bps[2]; /* bytes per sector */ member in struct:bsbpb
156 u_int bps; /* bytes per sector */ member in struct:bpb
409 bpb.bps = opt_S;
420 bpb.bsec -= (opt_ofs / bpb.bps);
440 if (!powerof2(bpb.bps))
441 errx(1, "bytes/sector (%u) is not a power of 2", bpb.bps);
442 if (bpb.bps < MINBPS)
444 bpb.bps, MINBPS);
460 if (opt_b < bpb.bps)
462 opt_b, bpb.bps);
    [all...]
  /external/v8/test/mjsunit/
debug-multiple-breakpoints.js 93 bps = new Array(test_count);
96 bps[i] = Debug.setBreakPoint(h);
101 Debug.clearBreakPoint(bps[i]);
  /frameworks/base/include/media/
MediaProfiles.h 62 * vid.bps - video bit rate
63 * aud.bps - audio bit rate
89 * enc.vid.bps.min - min bit rate in bits per second
90 * enc.vid.bps.max - max bit rate in bits per second
108 * enc.aud.bps.min - min bit rate in bits per second
109 * enc.aud.bps.max - max bit rate in bits per second
Metadata.h 73 // all the streams in bps.
75 static const Type kAudioBitRate = 18; // Integer, bps
76 static const Type kVideoBitRate = 19; // Integer, bps
  /external/iproute2/tc/
tc_red.c 72 int tc_red_eval_idle_damping(int Wlog, unsigned avpkt, unsigned bps, __u8 *sbuf)
74 double xmit_time = tc_calc_xmittime(bps, avpkt);
tc_util.c 133 { "Bps", 8. },
149 double bps = strtod(str, &p); local
156 *rate = bps / 8.; /* assume bytes/sec */
162 *rate = (bps * s->scale) / 8.;
519 prefix, sprint_rate(re.bps, b1), re.pps);
557 if (st.bps || st.pps || st.qlen || st.backlog) {
559 if (st.bps || st.pps) {
561 if (st.bps)
562 fprintf(fp, "%s ", sprint_rate(st.bps, b1));
q_hfsc.c 46 "SC := [ [ m1 BPS ] [ d SEC ] m2 BPS\n"
54 "SC := [ [ umax BYTE ] dmax SEC ] rate BPS\n"
375 sc->m1 = ceil(1.0 * umax * TIME_UNITS_PER_SEC / dmax); /* in bps */
  /frameworks/base/media/libstagefright/codecs/common/include/
voAMRWB.h 38 VOAMRWB_MD1585 = 4, /*!< 15.85bps */
39 VOAMRWB_MD1825 = 5, /*!< 18.25bps */
  /external/qemu/distrib/sdl-1.2.12/src/audio/nas/
SDL_nasaudio.h 57 int bps; member in struct:SDL_PrivateAudioData
  /hardware/broadcom/wlan/bcm4329/src/include/proto/
802.11e.h 67 uint32 min_data_rate; /* Minimum Data Rate (bps) */
68 uint32 mean_data_rate; /* Mean Data Rate (bps) */
69 uint32 peak_data_rate; /* Peak Data Rate (bps) */
72 uint32 min_phy_rate; /* Minimum PHY Rate (bps) */
  /frameworks/base/media/jni/
android_media_MediaProfiles.cpp 86 int minBitRate = sProfiles->getVideoEncoderParamByName("enc.vid.bps.min", encoder);
87 int maxBitRate = sProfiles->getVideoEncoderParamByName("enc.vid.bps.max", encoder);
137 int minBitRate = sProfiles->getAudioEncoderParamByName("enc.aud.bps.min", encoder);
138 int maxBitRate = sProfiles->getAudioEncoderParamByName("enc.aud.bps.max", encoder);
177 int videoBitRate = sProfiles->getCamcorderProfileParamByName("vid.bps", id, q);
182 int audioBitRate = sProfiles->getCamcorderProfileParamByName("aud.bps", id, q);
  /device/samsung/crespo/libaudio/
aplay.c 42 uint32_t byte_rate; /* sample_rate * num_channels * bps / 8 */
43 uint16_t block_align; /* num_channels * bps / 8 */
arec.c 42 uint32_t byte_rate; /* sample_rate * num_channels * bps / 8 */
43 uint16_t block_align; /* num_channels * bps / 8 */
  /external/kernel-headers/original/linux/
pkt_sched.h 39 __u32 bps; /* Current flow byte rate */ member in struct:tc_stats
283 __u32 rate2quantum; /* bps->quantum divisor */
320 __u32 m1; /* slope of the first segment in bps */
322 __u32 m2; /* slope of the second segment in bps */
  /hardware/qcom/media/mm-core/omxcore/inc/
QOMX_AudioExtensions.h 66 QOMX_AUDIO_AMRBandModeWB10 = 0x7F000002,/**< AMRWB Mode 10 = 13600 bps */
67 QOMX_AUDIO_AMRBandModeWB11 = 0x7F000003,/**< AMRWB Mode 11 = 18000 bps */
68 QOMX_AUDIO_AMRBandModeWB12 = 0x7F000004,/**< AMRWB Mode 12 = 24000 bps */
69 QOMX_AUDIO_AMRBandModeWB13 = 0x7F000005,/**< AMRWB Mode 13 = 24000 bps */
  /external/bluetooth/bluez/tools/
hciattach.8 105 specifies the UART speed to use. Baudrates higher than 115.200bps require

Completed in 754 milliseconds

1 2 3 4 5 6