/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/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);
|
/external/libppp/src/ |
ipv6cp.h | 55 struct pppThroughput throughput; /* throughput statistics */ member in struct:ipv6cp
|
ipcp.h | 99 struct pppThroughput throughput; /* throughput statistics */ member in struct:ipcp
|
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...] |
Makefile | 12 tcpmss.c throughput.c timer.c tty.c tun.c udp.c vjcomp.c
|
ipcp.c | 70 #include "throughput.h" 163 throughput_addin(&ipcp->throughput, n); 169 throughput_addout(&ipcp->throughput, n); 411 throughput_disp(&ipcp->throughput, arg->prompt); 489 throughput_init(&ipcp->throughput, SAMPLE_PERIOD); 497 throughput_destroy(&ipcp->throughput); 820 throughput_start(&ipcp->throughput, "IPCP throughput", 833 throughput_stop(&ipcp->throughput); 834 throughput_log(&ipcp->throughput, LogIPCP, NULL) [all...] |
command.c | 69 #include "throughput.h" 535 oin = bundle->ncp.ipcp.throughput.OctetsIn; 536 oout = bundle->ncp.ipcp.throughput.OctetsOut; 537 pin = bundle->ncp.ipcp.throughput.PacketsIn; 538 pout = bundle->ncp.ipcp.throughput.PacketsOut; 540 oin += bundle->ncp.ipv6cp.throughput.OctetsIn; 541 oout += bundle->ncp.ipv6cp.throughput.OctetsOut; 542 pin += bundle->ncp.ipv6cp.throughput.PacketsIn; 543 pout += bundle->ncp.ipv6cp.throughput.PacketsOut; 561 bundle->ncp.ipcp.throughput.OctetsIn) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
x25.h | 103 unsigned int throughput; member in struct:x25_facilities
|
wireless.h | 955 __u32 throughput; \/* To give an idea... *\/ member in struct:iw_range [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
x25.h | 103 unsigned int throughput; member in struct:x25_facilities
|
wireless.h | 955 __u32 throughput; \/* To give an idea... *\/ member in struct:iw_range [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
x25.h | 103 unsigned int throughput; member in struct:x25_facilities
|
wireless.h | 955 __u32 throughput; \/* To give an idea... *\/ member in struct:iw_range [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/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/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...] |
/bionic/libc/kernel/common/linux/ |
wireless.h | 457 __u32 throughput; member in struct:iw_range
|
/development/ndk/platforms/android-3/include/linux/ |
wireless.h | 454 __u32 throughput; member in struct:iw_range
|
/external/kernel-headers/original/linux/ |
wireless.h | 928 __u32 throughput; \/* To give an idea... *\/ member in struct:iw_range [all...] |
/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
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
wireless.h | 454 __u32 throughput; member in struct:iw_range
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
wireless.h | 454 __u32 throughput; member in struct:iw_range
|