/external/icu/icu4c/source/test/intltest/ |
numrgts.cpp | 1755 double rate = 12.34; local [all...] |
/external/iproute2/include/linux/ |
if_link.h | 300 __u32 rate; /* Max TX bandwidth in Mbps, 0 disables throttling */ member in struct:ifla_vf_tx_rate
|
/external/kernel-headers/original/uapi/linux/ |
fd.h | 31 rate, /* data rate. |= 0x40 for perpendicular */ member in struct:floppy_struct 34 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8) 35 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? \ 39 spec1, /* stepping rate, head unload time */ 132 unsigned long max_dtr; /* Step rate, usec */ 136 unsigned long srt; /* Step rate, usec */ 358 unsigned char rate; member in struct:floppy_raw_cmd
|
/external/libnl/include/linux/ |
pkt_sched.h | 37 __u32 bps; /* Current flow byte rate */ 38 __u32 pps; /* Current flow packet rate */ 83 __u32 rate; member in struct:tc_ratespec 117 struct tc_ratespec rate; member in struct:tc_tbf_qopt 245 struct tc_ratespec rate; member in struct:tc_htb_opt 279 __u32 giants; /* too big packets (rate will not be accurate) */
|
/external/libvpx/libvpx/vp8/encoder/ |
rdopt.c | 240 /* Extend rate multiplier along side quantizer zbin increases */ 576 int *Rate, 616 /* rate */ 617 *Rate = vp8_rdcost_mby(mb); 644 int rate = 0; local 668 rate = bmode_costs[mode]; 680 rate += ratey; 683 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion); 687 *bestrate = rate; 705 static int rd_pick_intra4x4mby_modes(MACROBLOCK *mb, int *Rate, 777 int rate, ratey; local 1112 int rate = 0; local 1956 int rate; local 2612 int rate; local [all...] |
/external/libvpx/libvpx/ |
vpxenc.c | 220 "Stream frame rate (rate/scale)"); 227 static const arg_def_t rate_hist_n = ARG_DEF(NULL, "rate-hist", 1, 228 "Show rate histogram (n-buckets)"); 299 "Rate control mode", end_usage_enum); 371 static const arg_def_t max_intra_rate_pct = ARG_DEF(NULL, "max-intra-rate", 1, 442 fprintf(stderr, "\nTwopass Rate Control Options:\n"); 1713 int64_t rate; local [all...] |
/external/pdfium/core/src/fxge/ge/ |
fx_ge_text.cpp | 1332 FX_FLOAT rate; local [all...] |
/external/tcpdump/ |
ieee802_11.h | 156 u_int8_t rate[16]; member in struct:rates_t
|
print-sflow.c | 95 u_int8_t rate[4]; member in struct:sflow_flow_sample_t 108 u_int8_t rate[4]; member in struct:sflow_expanded_flow_sample_t 767 printf(" seqnum %u, type %u, idx %u, rate %u, pool %u, drops %u, input %u output %u records %u", 771 EXTRACT_32BITS(sflow_flow_sample->rate), 797 printf(" seqnum %u, type %u, idx %u, rate %u, pool %u, drops %u, records %u", 801 EXTRACT_32BITS(sflow_expanded_flow_sample->rate),
|
/external/webp/src/enc/ |
quant.c | 33 #define I4_PENALTY 4000 // Rate-penalty for quick i4/i16 decision 545 static WEBP_INLINE score_t RDScoreTrellis(int lambda, score_t rate, 547 return rate * lambda + 256 * distortion; 591 const score_t rate = (ctx0 == 0) ? VP8BitCost(1, last_proba) : 0; local 592 ss_cur[m].score = RDScoreTrellis(lambda, rate, 0); 632 // Compute extra rate cost if last coeff's position is < 15 832 // Pick the mode is lower RD-cost = Rate + lambda * Distortion. [all...] |
/external/wpa_supplicant_8/src/ap/ |
hostapd.h | 65 int rate; /* rate in 100 kbps */ member in struct:hostapd_rate_data
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
vpxenc.c | 220 "Stream frame rate (rate/scale)"); 227 static const arg_def_t rate_hist_n = ARG_DEF(NULL, "rate-hist", 1, 228 "Show rate histogram (n-buckets)"); 299 "Rate control mode", end_usage_enum); 371 static const arg_def_t max_intra_rate_pct = ARG_DEF(NULL, "max-intra-rate", 1, 442 fprintf(stderr, "\nTwopass Rate Control Options:\n"); 1713 int64_t rate; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/ |
mkvparser.cpp | 5163 double rate = 0.0; local 5410 double rate = 8000.0; local [all...] |
/hardware/libhardware_legacy/audio/ |
AudioPolicyManagerBase.cpp | 4038 uint32_t rate = atoi(str); local [all...] |
/packages/apps/Camera2/src/com/android/camera/util/ |
CameraUtil.java | 889 int[] rate = frameRates.get(i); local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
pkt_sched.h | 39 __u32 bps; /* Current flow byte rate */ 40 __u32 pps; /* Current flow packet rate */ 85 __u32 rate; member in struct:tc_ratespec 139 struct tc_ratespec rate; member in struct:tc_tbf_qopt 272 struct tc_ratespec rate; member in struct:tc_htb_opt 306 __u32 giants; /* too big packets (rate will not be accurate) */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
pkt_sched.h | 39 __u32 bps; /* Current flow byte rate */ 40 __u32 pps; /* Current flow packet rate */ 85 __u32 rate; member in struct:tc_ratespec 139 struct tc_ratespec rate; member in struct:tc_tbf_qopt 272 struct tc_ratespec rate; member in struct:tc_htb_opt 306 __u32 giants; /* too big packets (rate will not be accurate) */
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
pkt_cls.h | 118 struct tc_ratespec rate; member in struct:tc_police
|
pkt_sched.h | 59 __u32 rate; member in struct:tc_ratespec 78 struct tc_ratespec rate; member in struct:tc_tbf_qopt 184 struct tc_ratespec rate; member in struct:tc_htb_opt
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
pkt_cls.h | 118 struct tc_ratespec rate; member in struct:tc_police
|
pkt_sched.h | 59 __u32 rate; member in struct:tc_ratespec 78 struct tc_ratespec rate; member in struct:tc_tbf_qopt 184 struct tc_ratespec rate; member in struct:tc_htb_opt
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
pkt_cls.h | 118 struct tc_ratespec rate; member in struct:tc_police
|
pkt_sched.h | 59 __u32 rate; member in struct:tc_ratespec 78 struct tc_ratespec rate; member in struct:tc_tbf_qopt 184 struct tc_ratespec rate; member in struct:tc_htb_opt
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
pkt_cls.h | 118 struct tc_ratespec rate; member in struct:tc_police
|
pkt_sched.h | 59 __u32 rate; member in struct:tc_ratespec 78 struct tc_ratespec rate; member in struct:tc_tbf_qopt 184 struct tc_ratespec rate; member in struct:tc_htb_opt
|