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

1 2 3 4 5 6 7 8 910

  /bionic/libc/kernel/uapi/linux/
gen_stats.h 46 __u32 bps; member in struct:gnet_stats_rate_est
51 __u64 bps; member in struct:gnet_stats_rate_est64
  /external/kernel-headers/original/uapi/linux/
gen_stats.h 33 * @bps: current byte rate
37 __u32 bps; member in struct:gnet_stats_rate_est
43 * @bps: current byte rate
47 __u64 bps; member in struct:gnet_stats_rate_est64
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
gen_stats.h 46 __u32 bps; member in struct:gnet_stats_rate_est
51 __u64 bps; member in struct:gnet_stats_rate_est64
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
gen_stats.h 46 __u32 bps; member in struct:gnet_stats_rate_est
51 __u64 bps; member in struct:gnet_stats_rate_est64
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
gen_stats.h 46 __u32 bps; member in struct:gnet_stats_rate_est
51 __u64 bps; member in struct:gnet_stats_rate_est64
  /external/qemu/distrib/sdl-1.2.15/src/audio/nas/
SDL_nasaudio.h 57 int bps; member in struct:SDL_PrivateAudioData
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_iface_common.h 21 int bps; local
25 bps = 24;
28 bps = 16;
32 bps = 12;
48 img->bps = bps;
  /external/libnl/include/linux/
gen_stats.h 25 * @bps: current byte rate
30 __u32 bps; member in struct:gnet_stats_rate_est
  /external/libvpx/libvpx/vp9/
vp9_iface_common.h 19 int bps = 12; local
23 bps = 24;
26 bps = 16;
45 img->bps = bps;
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
vpx_image.c 51 unsigned int h, w, s, xcs, ycs, bps; local
76 bps = 32;
80 bps = 24;
89 bps = 16;
95 bps = 12;
98 bps = 16;
132 s = (fmt & VPX_IMG_FMT_PLANAR) ? w : bps * w / 8;
151 h * s * bps / 8 : h * s));
163 img->bps = bps;
    [all...]
  /external/libvpx/libvpx/vpx/src/
vpx_image.c 51 unsigned int h, w, s, xcs, ycs, bps; local
76 bps = 32;
80 bps = 24;
89 bps = 16;
95 bps = 12;
98 bps = 16;
132 s = (fmt & VPX_IMG_FMT_PLANAR) ? w : bps * w / 8;
151 h * s * bps / 8 : h * s));
163 img->bps = bps;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
vpx_image.c 51 unsigned int h, w, s, xcs, ycs, bps; local
76 bps = 32;
80 bps = 24;
89 bps = 16;
95 bps = 12;
98 bps = 16;
132 s = (fmt & VPX_IMG_FMT_PLANAR) ? w : bps * w / 8;
151 h * s * bps / 8 : h * s));
163 img->bps = bps;
    [all...]
  /development/ndk/platforms/android-L/include/linux/
gen_stats.h 45 __u32 bps; member in struct:gnet_stats_rate_est
  /external/iproute2/include/linux/
gen_stats.h 32 * @bps: current byte rate
36 __u32 bps; member in struct:gnet_stats_rate_est
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
gen_stats.h 34 * @bps: current byte rate
39 __u32 bps; member in struct:gnet_stats_rate_est
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
gen_stats.h 34 * @bps: current byte rate
39 __u32 bps; member in struct:gnet_stats_rate_est
  /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);
441 if (!powerof2(bpb.bps))
442 errx(1, "bytes/sector (%u) is not a power of 2", bpb.bps);
443 if (bpb.bps < MINBPS)
445 bpb.bps, MINBPS);
461 if (opt_b < bpb.bps)
463 opt_b, bpb.bps);
    [all...]
  /external/iproute2/tc/
tc_red.c 75 int tc_red_eval_idle_damping(int Wlog, unsigned avpkt, unsigned bps, __u8 *sbuf)
77 double xmit_time = tc_calc_xmittime(bps, avpkt);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_iface_common.h 19 int bps = 12; local
23 bps = 24;
26 bps = 16;
45 img->bps = bps;
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
NativeFrame.java 178 int bps = getFormat().getBytesPerSample(); local
179 if (!setNativeBitmap(rgbaBitmap, byteCount, bps)) {
194 int bps = getFormat().getBytesPerSample(); local
195 if (!getNativeBitmap(result, byteCount, bps)) {
  /external/lldb/tools/debugserver/source/
DNBBreakpoint.cpp 120 std::vector<DNBBreakpoint *> &bps)
122 bps.clear();
134 bps.push_back (&pos->second);
148 bps.push_back (&pos->second);
153 return bps.size();
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
SuperFloppyFormatter.java 272 final int bps = device.getSectorSize(); local
274 ((rootDirEntries * 32) + (bps - 1)) / bps;
365 private static int rootDirectorySize(int bps, int nbTotalSectors) {
366 final int totalSize = bps * nbTotalSectors;
  /external/aac/libSYS/src/
wav_file.cpp 247 * host endianess and scaled to full scale of the INT_PCM type, from whatever bps the WAVEfile
472 int bps = Unpack(wav->header.bitsPerSample); local
476 if (bps == nBufBits && bps == nSigBits) {
477 if (FDKfwrite_EL(sampleBuffer, (bps>>3), numberOfSamples, wav->fp) != numberOfSamples)
495 shift = (nBufBits-nSigBits)-(32-bps);
498 if ( !IS_LITTLE_ENDIAN() && bps == 24) {
508 result=FDKfwrite_EL(&tmp, bps>>3, 1, wav->fp);
516 wav->header.dataSize += (numberOfSamples * (bps>>3));
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
rtpdataengine.h 99 virtual bool SetStartSendBandwidth(int bps) { return true; }
100 virtual bool SetMaxSendBandwidth(int bps);
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctpdataengine.h 175 virtual bool SetStartSendBandwidth(int bps) { return true; }
176 virtual bool SetMaxSendBandwidth(int bps) { return true; }

Completed in 680 milliseconds

1 2 3 4 5 6 7 8 910