/external/webrtc/webrtc/modules/audio_coding/neteq/test/ |
neteq_opus_quality_test.cc | 71 // Define switch for reported packet loss rate. 79 DEFINE_int32(reported_loss_rate, 10, "Reported percentile of packet loss.");
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
aec_core_internal.h | 28 // if reported delays are disabled. 33 // 500 ms for 16 kHz which is equivalent with the limit of reported delays.
|
system_delay_unittest.cc | 141 // 10 ms chunk. Hence, we don't need to wait for the reported system delay 238 // |system_delay| is in the interval [75%, 100%] of what's reported on 264 // On the last frame the AEC buffer is adjusted to 60% of the last reported 296 // |system_delay| is in the interval [60%, 100%] of what's last reported. 317 // internal buffer size of 75% of what's been reported. 398 // device buffer. The drift is simulated by decreasing the reported device 441 // after which the stable procedure continues. The glitch is never reported by 546 // toggling values reported by the device.
|
/external/zlib/src/ |
README | 62 compiler flag). The compiler bug has been reported to SGI. 82 people who reported problems and suggested various improvements in zlib; they
|
/frameworks/av/include/cpustats/ |
ThreadCpuUsage.h | 26 // Units are in per-thread CPU ns, as reported by 105 // as reported by clock_gettime(CLOCK_MONOTONIC).
|
/frameworks/base/core/java/android/inputmethodservice/ |
ExtractEditText.java | 54 * Start making changes that will not be reported to the client. That 63 * Finish making changes that will not be reported to the client. That
|
/frameworks/base/core/java/android/view/ |
FrameMetrics.java | 27 * lifecycle reported by the rendering subsystem. 236 * Use this method to copy out metrics reported by
|
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityNodeProvider.java | 28 * view hierarchy is a tree of imaginary Views that is reported as a part of the view 82 * A virtual descendant is an imaginary View that is reported as a part of the view
|
/frameworks/base/core/java/com/android/internal/util/ |
ProgressReporter.java | 31 * The reported progress of a task ranges from 0-100, but the task can be 78 * reported to the given listener.
|
/frameworks/native/include/media/hardware/ |
HardwareAPI.h | 334 // e) (optional) verify the color aspects that should be reported to the container for a 351 // encoders for the color aspects that should be reported to the container using OMX_GetConfig 367 // c) get the final color aspects reported by the coded bitstream after taking the default values 370 // 1. Decoders should maintain two color aspect states - the default state as reported by the 371 // framework, and the coded state as reported by the bitstream - as each state can change 464 // c) get the final HDR static information reported by the coded bitstream after taking the 468 // reported by the framework, and the coded values as reported by the bitstream - as each
|
/hardware/libhardware/tests/input/evdev/ |
InputDevice_test.cpp | 83 // Send a key up, which should be at the reported timestamp. 121 // Input event from now, but will be reported as if it came early.
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
AccelerometerListener.java | 41 // mOrientation is the orientation value most recently reported to the client. 104 // previously reported value.
|
/packages/apps/TV/src/com/android/tv/receiver/ |
AudioCapabilitiesReceiver.java | 108 boolean reported = getBoolean(SETTINGS_KEY_AC3_PASSTHRU_REPORTED, false); 113 if (!reported || oldVal != ac3Supported || REPORT_REVISION > revision) {
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/usb/ |
functionfs.h | 133 /* IN transfers may be reported to the gadget driver as complete 135 * OUT transfers may be reported to the host's "client" driver as
|
/prebuilts/go/darwin-x86/src/io/ioutil/ |
ioutil.go | 40 // as an error to be reported. 48 // to be reported.
|
/prebuilts/go/linux-x86/src/io/ioutil/ |
ioutil.go | 40 // as an error to be reported. 48 // to be reported.
|
/system/connectivity/shill/ |
result_aggregator.h | 44 // |callback_| will see Error type of Success if all Callbacks reported 47 // the Errors reported to ResultAggregator.
|
/system/extras/tests/bootloader/ |
haltest.py | 28 """Test that all slots are reported and named uniquely.""" 64 change the reported slot until the reboot."""
|
/system/update_engine/common/ |
action_processor.h | 104 // The ErrorCode reported by an action that was suspended but finished while 105 // being suspended. This error code is stored here to be reported back to the
|
/external/autotest/site_utils/bootperf-bin/ |
resultset.py | 260 # Time-based keyvals are reported in seconds and get converted to 300 # Time-based keyvals are reported in seconds and get converted to 310 # Time-based keyvals are reported in seconds and get converted to 324 # test are reported, variously, as "time from shutdown request", 358 # Disk read keyvals are reported in bytes and get converted to
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
StaticMetadata.java | 196 * Whether or not the hardware level reported by android.info.supportedHardwareLevel 209 * Whether or not the hardware level reported by android.info.supportedHardwareLevel 210 * Return the supported hardware level of the device, or fail if no value is reported. 219 Assert.fail("No supported hardware level reported."); 225 * Whether or not the hardware level reported by android.info.supportedHardwareLevel 262 * Whether or not the hardware level reported by android.info.supportedHardwareLevel 275 * Whether or not the hardware level reported by {@code android.info.supportedHardwareLevel} [all...] |
/external/icu/icu4c/source/test/intltest/ |
ucharstrietest.cpp | 297 return; // buildTrie() reported an error 386 return; // buildTrie() reported an error 465 return; // buildTrie() reported an error 501 return; // buildTrie() reported an error 551 return; // buildTrie() reported an error 600 return; // buildTrie() reported an error 628 return; // buildTrie() reported an error 679 return; // buildTrie() reported an error 707 return; // buildTrie() reported an error 757 return; // buildTrie() reported an erro [all...] |
/libcore/xml/src/main/java/org/xmlpull/v1/ |
XmlPullParser.java | 147 // EVENT TYPES as reported by next() 268 * parsers, this event is only reported by nextToken() when outside 375 * the DOCDECL event type is reported by nextToken() 395 * defined in the XML 1.0 specification are reported. 687 * whitespace is reported as separate event, which is exposed 809 * then namespace attributes (xmlns:ns='...') must be reported 813 * The default namespace attribute (xmlns="...") will be reported with empty namespace. [all...] |
/docs/source.android.com/src/devices/sensors/ |
sensor-types.jd | 111 is what is reported in the sensor static characteristics through the HAL.</li> 120 (change of velocity) and the gravity. The measurement is reported in the x, y 158 <p>The measurement is reported in the x, y and z fields of 181 <p>The measurement is reported in the x, y and z fields of <code>sensors_event_t.gyro</code> 202 <p>The current heart rate in beats per minute (BPM) is reported in 203 <code>sensors_event_t.heart_rate.bpm</code> and the status of the sensor is reported in 218 <p>The measurement is reported in <code>sensors_event_t.light</code>.</p> 229 <p>The measurement is reported in centimeters in <code>sensors_event_t.distance</code>. Note 266 reported separately instead of being corrected in the measurement.</li> 408 href="#gravity">gravity sensor</a>. It is reported in m/s^2 in the x, y and [all...] |
/external/autotest/server/site_tests/autoupdate_EndToEndTest/ |
autoupdate_EndToEndTest.py | 102 @param version: Expected reported image version. 103 @param previous_version: Expected reported previous image version. 345 @return The next new event in the host log, as reported by devserver; 716 raise error.TestError('Unknown OS type reported by host: %s' % os_type) [all...] |