HomeSort by relevance Sort by last modified time
    Searched refs:throughput (Results 1 - 25 of 99) 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);
  /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);
  /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
  /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/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/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)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
OverridesSupport.js 73 this.settings.networkConditions = WebInspector.settings.createSetting("networkConditions", {throughput: WebInspector.OverridesSupport.NetworkThroughputUnlimitedValue, latency: 0});
277 /** @typedef {{id: string, title: string, throughput: number, latency: number}} */
379 this.settings.networkConditions.set({throughput: WebInspector.OverridesSupport.NetworkThroughputUnlimitedValue, latency: 0});
693 var throughput = conditions.throughput;
695 var offline = !throughput && !latency;
696 NetworkAgent.emulateNetworkConditions(offline, latency, throughput, throughput);
815 return conditions.throughput !== WebInspector.OverridesSupport.NetworkThroughputUnlimitedValue;
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-embedder-3.2.1.jar 
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_fcr.c 295 sprintf(p_str, "[%02u] throughput: %5u, ack_delay avg:%3u, min:%3u, max:%3u, ack_q_count avg:%3u, min:%3u, max:%3u",
296 i, p_ccb->fcrb.throughput[i],
302 throughput_avg += p_ccb->fcrb.throughput[i];
    [all...]
  /development/ndk/platforms/android-3/include/linux/
wireless.h 454 __u32 throughput; member in struct:iw_range

Completed in 571 milliseconds

1 2 3 4