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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
ThroughputFilter.java 53 mOutputFormat = ObjectFormat.fromClass(Throughput.class, FrameFormat.TARGET_SIMPLE);
55 addOutputPort("throughput", mOutputFormat);
86 // Output throughput info if time period is up
90 Throughput throughput = new Throughput(mTotalFrameCount, local
95 throughputFrame.setObjectValue(throughput);
96 pushOutput("throughput", throughputFrame);
Throughput.java 23 public class Throughput {
30 public Throughput(int totalFrames, int periodFrames, int periodTime, int pixels) {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ThroughputFilter.java 39 FrameType throughputType = FrameType.single(Throughput.class);
42 .addOutputPort("throughput", Signature.PORT_REQUIRED, throughputType)
78 // Output throughput info if time period is up
81 OutputPort tpPort = getConnectedOutputPort("throughput");
82 Throughput throughput = new Throughput(mTotalFrameCount, local
87 throughputFrame.setValue(throughput);
Throughput.java 20 public class Throughput {
26 public Throughput(int totalFrames, int periodFrames, long periodTime, int size) {
  /external/iproute2/examples/diffserv/
regression-testing 37 Metering: The data throughput should not exceed 2*CIR1 + 2*CIR2
53 Metering: Allocated throughput should not exceed 2*CIR1 + 2*CIR2
58 Metering: Allocated throughput should not exceed CIR1 + 2*CIR2
63 Metering: Allocated throughput should not exceed CIR1 + CIR2
68 Metering: Allocated throughput should not exceed CIR1
84 The data throughput should not exceed 2*CIR1 + 2*CIR2
86 The data throughput should not exceed 2*CIR1 + 5*CIR2
105 Metering: Allocated throughput should not exceed 2*CIR1 + 2*CIR2
110 Metering: Allocated throughput should not exceed CIR1 + 2*CIR2
115 Metering: Allocated throughput should not exceed PIR1+ CIR1 + CIR
    [all...]
  /external/chromium_org/remoting/codec/
video_encoder.h 19 // interface is asynchronous to enable maximum throughput.
  /external/iproute2/etc/iproute2/
rt_dsfield 3 0x08 throughput
  /external/iptables/extensions/
tos_values.c 19 {IPTOS_THROUGHPUT, "Maximize-Throughput"},
  /cts/suite/cts/deviceTests/filesystemperf/src/com/android/cts/filesystemperf/
SequentialRWTest.java 68 getReportLog().printArray("write throughput",
73 getReportLog().printSummary("write throughput", stat.mAverage, ResultType.HIGHER_BETTER,
98 getReportLog().printValue("write throughput for test file of length " + fileSize,
119 getReportLog().printArray("read throughput",
122 getReportLog().printSummary("read throughput", stat.mAverage, ResultType.HIGHER_BETTER,
FileUtil.java 302 report.printArray("read throughput",
308 report.printSummary("read throughput", stat.mAverage, ResultType.HIGHER_BETTER,
355 report.printArray("write throughput",
361 report.printSummary("write throughput", stat.mAverage, ResultType.HIGHER_BETTER,
396 report.printArray(i + "-th round throughput",
401 report.printSummary("update throughput", stat.mAverage, ResultType.HIGHER_BETTER,
  /external/iproute2/include/linux/
gen_stats.h 17 * struct gnet_stats_basic - byte/packet throughput statistics
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
gen_stats.h 17 * struct gnet_stats_basic - byte/packet throughput statistics
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
gen_stats.h 17 * struct gnet_stats_basic - byte/packet throughput statistics
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
gen_stats.h 17 * struct gnet_stats_basic - byte/packet throughput statistics
  /bionic/tests/
benchmark_main.cpp 144 char throughput[100]; local
145 throughput[0] = '\0';
149 snprintf(throughput, sizeof(throughput), " %8.2f MiB/s", mib_processed/seconds);
166 static_cast<int64_t>(iterations), gBenchmarkTotalTimeNs/iterations, throughput);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/res/raw/
camera_graph.xml 77 <filter class="ThroughputFilter" name="throughput" />
150 targetFilter="throughput" targetPort="frame" />
151 <connect sourceFilter="throughput" sourcePort="frame"
157 <connect sourceFilter="throughput" sourcePort="throughput"
  /external/iproute2/man/man8/
tc-prio.8 94 0100 4 Maximize throughput (mt)
112 0x8 4 Maximize Throughput 2 Bulk 2
129 Throughput AND Minimum Delay.
150 Data 0100 (maximize throughput)
156 DATA phase 0100 (maximize throughput)
161 Zone Transfer 0100 (maximize throughput)
tc-choke.8 55 A. Tang, J. Wang, S. Low, "Understanding CHOKe: Throughput and Spatial
  /external/libppp/src/
ipv6cp.h 55 struct pppThroughput throughput; /* throughput statistics */ member in struct:ipv6cp
link.h 46 struct pppThroughput total; /* Link throughput statistics */
47 struct pppThroughput *parent; /* MP link throughput statistics */
ipv6cp.c 53 #include "throughput.h"
296 throughput_init(&ipv6cp->throughput, SAMPLE_PERIOD);
304 throughput_destroy(&ipv6cp->throughput);
345 throughput_disp(&ipv6cp->throughput, arg->prompt);
369 throughput_addin(&ipv6cp->throughput, n);
375 throughput_addout(&ipv6cp->throughput, n);
481 fp->bundle->links, RAD_START, &ipv6cp->throughput);
534 fp->bundle->links, RAD_STOP, &ipv6cp->throughput);
578 throughput_start(&ipv6cp->throughput, "IPV6CP throughput",
    [all...]
  /cts/suite/cts/deviceTests/dram/src/com/android/cts/dram/
BandwidthTest.java 172 getReportLog().printArray("memcpy throughput", mbps, ResultType.HIGHER_BETTER,
187 getReportLog().printSummary("memcpy throughput", stat.mAverage, ResultType.HIGHER_BETTER,
205 getReportLog().printArray("memset throughput", mbps, ResultType.HIGHER_BETTER,
220 getReportLog().printSummary("memset throughput", stat.mAverage, ResultType.HIGHER_BETTER,
  /external/qemu/
shaper.h 17 /* a NetShaper object is used to limit the throughput of data packets
  /external/blktrace/
blkiomon.h 110 minmax_print(fp, "throughput read (bytes/msec)", &p->thrput_r);
111 minmax_print(fp, "throughput write (bytes/msec)", &p->thrput_w);
  /frameworks/av/media/libstagefright/include/
ThrottledSource.h 31 // implementation of readAt() that sleeps to achieve the desired max throughput

Completed in 1001 milliseconds

1 2 3 4 5 6 7 8 91011>>