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

1 2 3 4 5 6 7 8

  /external/libvpx/libvpx/vp9/
vp9_iface_common.h 21 int bps; local
25 bps = 24;
28 bps = 16;
33 bps = 16;
36 bps = 12;
74 img->bps = bps;
  /external/libvpx/libvpx/vpx/src/
vpx_image.c 23 unsigned int h, w, s, xcs, ycs, bps; local
44 case VPX_IMG_FMT_ARGB_LE: bps = 32; break;
46 case VPX_IMG_FMT_BGR24: bps = 24; break;
53 case VPX_IMG_FMT_YVYU: bps = 16; break;
57 case VPX_IMG_FMT_VPXYV12: bps = 12; break;
59 case VPX_IMG_FMT_I440: bps = 16; break;
60 case VPX_IMG_FMT_I444: bps = 24; break;
61 case VPX_IMG_FMT_I42016: bps = 24; break;
63 case VPX_IMG_FMT_I44016: bps = 32; break;
64 case VPX_IMG_FMT_I44416: bps = 48; break
    [all...]
  /bionic/libc/kernel/uapi/linux/
gen_stats.h 42 __u32 bps; member in struct:gnet_stats_rate_est
46 __u64 bps; member in struct:gnet_stats_rate_est64
  /external/iproute2/include/uapi/linux/
gen_stats.h 35 * @bps: current byte rate
39 __u32 bps; member in struct:gnet_stats_rate_est
45 * @bps: current byte rate
49 __u64 bps; member in struct:gnet_stats_rate_est64
  /external/iproute2/tc/
tc_core.c 132 unsigned int bps = r->rate; local
146 rtab[i] = tc_calc_xmittime(bps, sz);
tc_util.c 182 { "Bps", 8. },
198 double bps = strtod(str, &p); local
206 bps *= s->scale;
215 bps /= 8; /* -> bytes per second */
216 *rate = bps;
218 if (*rate != floor(bps))
226 double bps = strtod(str, &p); local
234 bps *= s->scale;
243 bps /= 8; /* -> bytes per second */
244 *rate = bps;
    [all...]
  /external/kernel-headers/original/uapi/linux/
gen_stats.h 35 * @bps: current byte rate
39 __u32 bps; member in struct:gnet_stats_rate_est
45 * @bps: current byte rate
49 __u64 bps; member in struct:gnet_stats_rate_est64
  /external/libnl/include/linux-private/linux/
gen_stats.h 32 * @bps: current byte rate
36 __u32 bps; member in struct:gnet_stats_rate_est
  /external/libvpx/libvpx/test/
encode_api_test.cc 86 const int bps = 12; local
91 calloc(width * height * bps / 8, sizeof(*img_buf)));
  /external/libvpx/libvpx/
y4minput.h 55 int bps; member in struct:y4m_input
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
gen_stats.h 32 * @bps: current byte rate
36 __u32 bps; member in struct:gnet_stats_rate_est
  /external/iptables/extensions/
libxt_rateest.c 22 " --rateest-bps1 [bps] Compare bps\n"
24 " --rateest-bps2 [bps] Compare bps\n"
52 {.name = "rateest-bps", .has_arg = false, .val = OPT_RATEEST_BPS2}, /* alias for absolute mode */
75 { "Bps", 8. },
91 double bps = strtod(str, &p); local
98 *rate = bps / 8.; /* assume bytes/sec */
104 *rate = (bps * s->scale) / 8.;
150 "rateest: rateest-bps can't be inverted")
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
remb.cc 152 unsigned int bps = 0; local
153 if (!estimator_->LatestEstimate(&ssrcs, &bps)) {
156 latest_estimate_bps_ = bps;
  /external/flac/libFLAC/
lpc.c 1319 double bps = (double)0.5 * log(error_scale * lpc_error) \/ M_LN2; local
    [all...]
  /external/pdfium/third_party/libtiff/
tif_predict.c 412 uint32 bps = tif->tif_dir.td_bitspersample / 8; local
413 tmsize_t wc = cc / bps;
418 if(cc%(bps*stride)!=0)
421 "%s", "cc%(bps*stride))!=0");
439 for (byte = 0; byte < bps; byte++) {
441 cp[bps * count + byte] = tmp[byte * wc + count];
443 cp[bps * count + byte] =
444 tmp[(bps - byte - 1) * wc + count];
644 uint32 bps = tif->tif_dir.td_bitspersample / 8; local
645 tmsize_t wc = cc / bps;
    [all...]
tif_luv.c 1617 int bps, fmt; local
    [all...]
  /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)) {
  /art/tools/breakpoint-logger/
breakpoint_logger.cc 36 std::vector<SingleBreakpointTarget> bps; member in struct:breakpoint_logger::BreakpointTargets
45 for (const SingleBreakpointTarget& target : all_targets->bps) {
341 targets->bps.push_back(target);
  /external/libvpx/libvpx/vpx/
vpx_image.h 119 int bps; /**< bits per sample (for packed formats) */ member in struct:vpx_image
  /external/pdfium/core/fxcodec/codec/
ccodec_tiffmodule.cpp 45 void SetPalette(const RetainPtr<CFX_DIBitmap>& pDIBitmap, uint16_t bps);
49 uint16_t bps,
54 uint16_t bps,
59 uint16_t bps,
326 uint16_t bps) {
331 for (int32_t i = (1L << bps) - 1; i >= 0; i--) {
338 int32_t len = 1 << bps;
352 uint16_t bps,
354 if (pDIBitmap->GetBPP() != 1 || spp != 1 || bps != 1 ||
358 SetPalette(pDIBitmap, bps);
465 uint16_t bps = 0; local
    [all...]
  /external/syslinux/com32/include/syslinux/
disk.h 55 uint32_t bps; /* bytes per sector */ member in struct:disk_info
77 uint16_t bps; /* bytes per sector */ member in struct:disk_ebios_eparam
  /external/syslinux/memdisk/
mstructs.h 124 uint8_t bps; /* Bytes/sector (02h = 512) */ member in struct:__anon38521::fd_dpt
  /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/fio/
backend.c 804 uint64_t secs, remainder, bps, bytes, iops; local
808 bps = td->rate_bps[ddir];
812 iops = bps / td->o.bs[ddir];
822 } else if (bps) {
823 secs = bytes / bps;
824 remainder = bytes % bps;
825 return remainder * 1000000 / bps + secs * 1000000;
    [all...]
  /frameworks/av/media/extractors/ogg/
OggExtractor.cpp 424 uint64_t bps = approxBitrate(); local
425 if (bps <= 0) {
429 off64_t pos = timeUs * bps / 8000000ll;
1141 uint64_t bps = approxBitrate(); local
    [all...]

Completed in 476 milliseconds

1 2 3 4 5 6 7 8