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

1 2 3 4

  /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);
  /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);
  /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);
  /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);
  /external/chromium_org/v8/tools/
gc-nvp-trace-processor.py 342 def throughput(name, trace): function in function:process_trace
348 out.write('GC %s Throughput (after): %s / %s ms = %s/ms<br/>' %
353 out.write('GC %s Throughput (before): %s / %s ms = %s/ms<br/>' %
375 throughput('TOTAL', trace)
376 throughput('MS', marksweeps)
377 throughput('OLDSPACE', globalgcs)
  /bionic/libc/kernel/uapi/linux/
x25.h 85 unsigned int throughput; member in struct:x25_facilities
wireless.h 487 __u32 throughput; member in struct:iw_range
  /development/ndk/platforms/android-L/include/linux/
x25.h 85 unsigned int throughput; member in struct:x25_facilities
wireless.h 487 __u32 throughput; member in struct:iw_range
  /external/kernel-headers/original/uapi/linux/
x25.h 105 unsigned int throughput; member in struct:x25_facilities
wireless.h 971 __u32 throughput; \/* To give an idea... *\/ member in struct:iw_range
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
x25.h 103 unsigned int throughput; member in struct:x25_facilities
wireless.h 969 __u32 throughput; \/* To give an idea... *\/ member in struct:iw_range
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
x25.h 103 unsigned int throughput; member in struct:x25_facilities
wireless.h 969 __u32 throughput; \/* To give an idea... *\/ member in struct:iw_range
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
x25.h 85 unsigned int throughput; member in struct:x25_facilities
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
x25.h 85 unsigned int throughput; member in struct:x25_facilities
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
x25.h 85 unsigned int throughput; member in struct:x25_facilities
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
x25.h 85 unsigned int throughput; member in struct:x25_facilities
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
x25.h 85 unsigned int throughput; member in struct:x25_facilities
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
x25.h 85 unsigned int throughput; member in struct:x25_facilities
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_int.h 229 UINT32 throughput[L2CAP_ERTM_STATS_NUM_AVG]; member in struct:__anon6285
    [all...]
  /development/ndk/platforms/android-3/include/linux/
wireless.h 454 __u32 throughput; member in struct:iw_range
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
wireless.h 454 __u32 throughput; member in struct:iw_range
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
wireless.h 454 __u32 throughput; member in struct:iw_range

Completed in 660 milliseconds

1 2 3 4