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

1 2

  /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...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/nas/
SDL_nasaudio.h 57 int bps; member in struct:SDL_PrivateAudioData
  /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 */
  /external/iproute2/tc/
tc_core.c 115 unsigned bps = r->rate; local
129 rtab[i] = tc_calc_xmittime(bps, sz);
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));
  /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);
  /device/samsung/crespo/alsa-lib/test/
pcm.c 46 int bps = snd_pcm_format_width(format) / 8; /* bytes per sample */ local
68 for (byte = 0; byte < (unsigned int)bps; byte++)
  /external/libvpx/vpx/
vpx_image.h 129 int bps; /**< bits per sample (for packed formats) */ member in struct:vpx_image
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_file.c 52 int bps; member in struct:wav_fmt
93 fmt->bps = fmt->bwidth * pcm->rate;
95 fmt->bps = TO_LE32(fmt->bps);
  /frameworks/base/media/libstagefright/
OggExtractor.cpp 614 uint64_t bps = approxBitrate(); local
616 mMeta->setInt64(kKeyDuration, size * 8000000ll / bps);
  /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...]
  /bionic/libc/kernel/common/linux/
pkt_sched.h 32 __u32 bps; member in struct:tc_stats
wanrouter.h 150 unsigned bps; member in struct:wandev_conf
331 unsigned bps; member in struct:wanif_conf
  /development/ndk/platforms/android-3/include/linux/
pkt_sched.h 30 __u32 bps; member in struct:tc_stats
wanrouter.h 150 unsigned bps; member in struct:wandev_conf
331 unsigned bps; member in struct:wanif_conf
  /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 */
wanrouter.h 212 unsigned bps; /* data transfer rate */ member in struct:wandev_conf
427 unsigned bps; /* data transfer rate */ member in struct:wanif_conf
476 unsigned bps; /* data transfer rate */ member in struct:wan_device
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
pkt_sched.h 30 __u32 bps; member in struct:tc_stats
wanrouter.h 150 unsigned bps; member in struct:wandev_conf
331 unsigned bps; member in struct:wanif_conf
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
pkt_sched.h 30 __u32 bps; member in struct:tc_stats
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
pkt_sched.h 30 __u32 bps; member in struct:tc_stats
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
pkt_sched.h 30 __u32 bps; member in struct:tc_stats
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
pkt_sched.h 30 __u32 bps; member in struct:tc_stats
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
pkt_sched.h 30 __u32 bps; member in struct:tc_stats

Completed in 975 milliseconds

1 2