HomeSort by relevance Sort by last modified time
    Searched full:throughput (Results 1 - 25 of 292) 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/iproute2/etc/iproute2/
rt_dsfield 3 0x08 throughput
  /external/iptables/extensions/
tos_values.c 19 {IPTOS_THROUGHPUT, "Maximize-Throughput"},
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsConnectionStateListener.java 43 * now allows throughput.
50 * Called when its current IMS connection is suspended, meaning there is no data 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,
  /external/chromium_org/remoting/codec/
video_encoder.h 19 // interface is asynchronous to enable maximum throughput.
  /external/iproute2/include/linux/
gen_stats.h 17 * struct gnet_stats_basic - byte/packet throughput statistics
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/sysroot/usr/include/linux/
gen_stats.h 17 * struct gnet_stats_basic - byte/packet throughput statistics
  /system/core/liblog/tests/
benchmark_main.cpp 140 char throughput[100]; local
141 throughput[0] = '\0';
145 snprintf(throughput, sizeof(throughput), " %8.2f MiB/s", mib_processed/seconds);
163 static_cast<uint64_t>(iterations), mean, throughput);
166 static_cast<uint64_t>(iterations), mean, sdev, throughput);
  /bionic/benchmarks/
benchmark_main.cpp 147 char throughput[100]; local
148 throughput[0] = '\0';
152 snprintf(throughput, sizeof(throughput), " %8.2f MiB/s", mib_processed/seconds);
169 iterations, g_benchmark_total_time_ns/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
  /frameworks/base/telephony/java/com/android/ims/internal/
IImsRegistrationListener.aidl 38 * meaning the connection now allows throughput.
44 * meaning there is no data throughput.
  /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/kernel-headers/original/uapi/linux/
gen_stats.h 18 * struct gnet_stats_basic - byte/packet throughput statistics
  /external/qemu/include/android/
shaper.h 17 /* a NetShaper object is used to limit the throughput of data packets
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox/
OverridesUI.js 167 var throughput = preset.throughput | 0;
169 var isThrottling = (throughput > 0) || latency;
173 var throughputText = (throughput < 1024) ? WebInspector.UIString("%d Kbps", throughput) : WebInspector.UIString("%d Mbps", (throughput / 1024) | 0);
176 option.title = WebInspector.UIString("Maximum download throughput: %s.\r\nMinimum round-trip time: %dms.", throughputText, latency);
199 networkConditionsSetting.set({throughput: preset.throughput * kbps, latency: preset.latency});
209 if (presets[i].throughput === conditions.throughput / kbps && presets[i].latency === conditions.latency)
    [all...]
  /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 833 milliseconds

1 2 3 4 5 6 7 8 91011>>