HomeSort by relevance Sort by last modified time
    Searched refs:Throughput (Results 1 - 7 of 7) sorted by null

  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
Throughput.java 23 public class Throughput {
30 public Throughput(int totalFrames, int periodFrames, int periodTime, int pixels) {
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);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
Throughput.java 20 public class Throughput {
26 public Throughput(int totalFrames, int periodFrames, long periodTime, int size) {
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);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ipxrtdef.h 177 ULONG Throughput;
tdi.h 217 LARGE_INTEGER Throughput;
  /external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/
BufferPerformanceBench.java 55 @BenchmarkMode(Mode.Throughput)

Completed in 327 milliseconds