/external/webrtc/webrtc/modules/rtp_rtcp/test/testFec/ |
test_packet_masks_metrics.cc | 41 * (1) Random loss: Bernoulli process, characterized by the average loss rate. 43 * parameters: average loss rate and average burst length. 102 // Average loss rates. 105 // Average burst lengths. The case of |kAverageBurstLength = 1.0| refers to 106 // the random model. Note that for the random (Bernoulli) model, the average 107 // burst length is determined by the average loss rate, i.e., 117 // Thresholds on the average loss rate of the packet loss model, below which 122 // Set of thresholds on the expected average recovery rate, for each code type. 132 // The average and variance of the residual loss, as a function of th [all...] |
average_residual_loss_xor_codes.h | 22 // For the random mask type: reference level for the maximum average residual 106 // For the bursty mask type: reference level for the maximum average residual
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/ |
profile-mode.rb | 140 fixed_data.average.should == 1.075 147 cyclic_data.average.should == 5.75
|
/external/fio/ |
iolog.h | 84 * Windowed average, for logging single entries average over some
|
/external/iproute2/examples/ |
cbqinit.eth1 | 10 # avpkt is average packet size. 21 # est 1sec 8sec means, that kernel will evaluate average rate
|
/external/iproute2/man/man8/ |
tipc-link.8 | 127 .B average 183 is the average outqueue size during the lifetime of a link.
|
/external/kernel-headers/original/uapi/linux/ |
acct.h | 55 comp_t ac_mem; /* Average Memory Usage */ 91 comp_t ac_mem; /* Average Memory Usage */
|
/external/libavc/encoder/ |
ih264e_modify_frm_rate.h | 164 * @brief returns average frame rate in 1 sec duration 174 * @returns average frame rate
|
/external/libevent/ |
ratelim-internal.h | 49 /** How many bytes are we willing to read on average per tick? */ 53 /** How many bytes are we willing to write on average per tick? */
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_broadc_clnt_broadcast/ |
rpc_clnt_broadcast_scalability.c | 42 double average(double *tbl) function 44 //Return average of values in tbl
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_callrpc/ |
rpc_callrpc_scalability.c | 40 double average(double *tbl) function 42 //Return average of values in tbl
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_call/ |
rpc_clnt_call_scalability.c | 40 double average(double *tbl) function 42 //Return average of values in tbl
|
/external/ltp/utils/benchmark/kernbench-0.42/ |
README | 15 for the average of each group of runs and logs them to kernbench.log 65 v0.20 Change to average of runs, add options to choose which runs to perform
|
/external/lz4/tests/ |
README.md | 33 - The speed benchmark is not performed until computers' load average is lower than `maxLoadAvg` (an optional parameter, default 0.75) 59 maximum load average to start testing
|
/external/slf4j/jul-to-slf4j/src/test/java/org/slf4j/bridge/ |
SLF4JBridgeHandlerPerfTest.java | 105 System.out.println("Average cost per call (JUL->SLF4J->log4j): " + julAvg + " nanos"); 109 System.out.println("Average cost per call (SLF4J->log4j): " + slf4jAvg + " nanos");
|
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
DWARFCompileUnit.h | 87 // The average bytes per DIE entry has been seen to be 90 // average bytes per DIE" to see #if'ed out code that does
|
/external/webrtc/webrtc/modules/audio_processing/ |
echo_cancellation_impl.cc | 314 metrics->residual_echo_return_loss.average = my_metrics.rerl.average; 319 metrics->echo_return_loss.average = my_metrics.erl.average; 324 metrics->echo_return_loss_enhancement.average = my_metrics.erle.average; 329 metrics->a_nlp.average = my_metrics.aNlp.average;
|
/external/webrtc/webrtc/video/ |
overuse_frame_detector.h | 64 int encode_usage_percent; // Average encode time divided by the average time
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
omxVCM4P10_Average_4x.c | 27 * This function will calculate Average of two 4x4 or 4x8 blocks 42 * This function calculates the average of two 4x4, 4x8 blocks. The result
|
omxVCM4P10_SADQuar_8x.c | 27 * This function will calculate SAD of pSrc with average of two Ref blocks 43 * This function calculates the SAD between one block (pSrc) and the average
|
/frameworks/base/core/java/com/android/internal/app/procstats/ |
PssTable.java | 60 * one and the new one, the average will now incorporate the new average, etc.
|
/frameworks/base/core/java/com/android/internal/os/ |
PowerProfile.java | 169 * Average power consumption when camera flashlight is on. 179 * Average power consumption when the camera is on over all standard use cases. 391 * Returns the average current in mA consumed by the subsystem, or the given 395 * @return the average current in milliAmps. 411 * Returns the average current in mA consumed by the subsystem 413 * @return the average current in milliAmps. 420 * Returns the average current in mA consumed by the subsystem for the given level. 425 * @return the average current in milliAmps.
|
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/ |
SettingsProviderPerformanceTest.java | 77 Log.i(LOG_TAG, "Average time to set and get setting via provider APIs: " 121 Log.i(LOG_TAG, "Average time to set and get setting via front-eng APIs: "
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
HistoryEvaluator.java | 50 * Calculates the weighted average of strokes and adds to it the weighted average of gestures
|
/frameworks/base/sax/tests/saxtests/src/android/sax/ |
SafeSaxTest.java | 322 String average = attributes.getValue("", "average"); 323 video.rating = average == null 324 ? 0.0f : Float.parseFloat(average); 442 String average = attributes.getValue("", "average"); local 443 video.rating = average == null 444 ? 0.0f : Float.parseFloat(average);
|