Searched full:correction (Results 1 – 25 of 32) sorted by relevance
12
| /system/update_engine/payload_consumer/ |
| D | fec_file_descriptor.h | 24 // A FileDescriptor implementation with error correction based on the "libfec" 26 // correction blocks stored in partitions that have verity and error correction
|
| D | delta_performer.cc | 127 // TODO(garnold) the correction of operations weight when we do not have the in UpdateOverallProgress()
|
| /system/logging/logd/ |
| D | LogKlog.h | 35 static log_time correction; variable 41 static void convertMonotonicToReal(log_time& real) { real += correction; } in convertMonotonicToReal()
|
| D | LogKlog.cpp | 198 log_time LogKlog::correction = (log_time(CLOCK_REALTIME) < log_time(CLOCK_MONOTONIC)) member in LogKlog 272 // timezone so we are calculating our own correction. in calculateCorrection() 282 correction = log_time(log_time::EPOCH); in calculateCorrection() 284 correction = real - monotonic; in calculateCorrection() 328 if (real > correction) { in sniffTime() 329 correction = log_time(log_time::EPOCH); in sniffTime() 331 correction -= real; in sniffTime() 334 correction += real; in sniffTime() 344 correction = (real < mono) ? log_time(log_time::EPOCH) : (real - mono); in sniffTime()
|
| /system/media/audio_utils/include/audio_utils/ |
| D | TimestampVerifier.h | 135 // We choose frame correction over time correction. in add() 140 // prevent retrograde correction. in add() 146 // prevent retrograde correction. in add() 289 // timestamp estimation and correction
|
| D | Statistics.h | 68 #warning "fast math enabled, could optimize out KahanSum correction" 392 // Reliability correction for unbiasing variance, since mean is estimated 396 // TODO: consider exposing the correction factor.
|
| /system/extras/boottime_tools/bootanalyze/ |
| D | README.md | 39 be present in dmesg log after clock correction.
|
| D | config.yaml | 2 time_correction_key: correction 37 correction: Updating system time diff=([0-9]+\.?[0-9]*), cuttime=([0-9]+)
|
| /system/media/camera/docs/ |
| D | metadata_definitions.xml | 193 <notes>Color correction processing must not slow down 205 <notes>Color correction processing operates at improved 290 HAL must support both FAST and HIGH_QUALITY if color correction control is available 361 No aberration correction is applied. 366 Aberration correction will not slow down capture rate 372 Aberration correction operates at improved quality but the capture rate might be 378 Mode of operation for the chromatic aberration correction algorithm. 384 the high level control of chromatic aberration correction algorithm, which aims to 389 correction will be applied. HIGH_QUALITY mode indicates that the camera device will 390 use the highest-quality aberration correction algorithms, even if it slows down [all …]
|
| D | docs.html | 1615 android.<wbr/>color<wbr/>Correction.<wbr/>mode 1630 …"#controls_android.colorCorrection.transform">android.<wbr/>color<wbr/>Correction.<wbr/>transform<… 1631 and <a href="#controls_android.colorCorrection.gains">android.<wbr/>color<wbr/>Correction.<wbr/>gai… 1640 … <span class="entry_type_enum_notes"><p>Color correction processing must not slow down 1650 … <span class="entry_type_enum_notes"><p>Color correction processing operates at improved 1662 <a href="#controls_android.colorCorrection.colorTemperature">android.<wbr/>color<wbr/>Correction.<w… 1663 <a href="#controls_android.colorCorrection.colorTint">android.<wbr/>color<wbr/>Correction.<wbr/>col… 1681 …tatic_android.colorCorrection.availableModes">android.<wbr/>color<wbr/>Correction.<wbr/>available<… 1706 …ref="#controls_android.colorCorrection.gains">android.<wbr/>color<wbr/>Correction.<wbr/>gains</a> … 1707 <a href="#controls_android.colorCorrection.transform">android.<wbr/>color<wbr/>Correction.<wbr/>tra… [all …]
|
| D | metadata_helpers_test.py | 202 …self.assertEqual("android.{0}color{0}Correction.{0}mode is TRANSFORM_{0}MATRIX.{0}".format(wbr_str…
|
| /system/extras/libfec/ |
| D | fec_read.cpp | 326 /* copy raw data without error correction */ in verity_read() 447 error correction and integrity validation, if available */ 518 /* reads up to `count' bytes starting from `offset' using error correction and
|
| D | fec_verity.cpp | 179 // Reads the hash and the corresponding data block using error correction, if
|
| /system/media/audio_utils/tests/ |
| D | timestampverifier_tests.cpp | 134 // rather than time correction). in TEST()
|
| /system/chre/chpp/clients/ |
| D | timesync.c | 137 CHPP_LOGD("Timesync RTT=%" PRIu64 " correction=%" PRId64 " offset=%" PRId64 in chppDispatchTimesyncServiceResponse()
|
| D | wifi.c | 728 // Timestamp correction prior to conversion to avoid const casting issues. in chppWifiRangingEventNotification()
|
| /system/timezone/testing/src/main/java/libcore/timezone/testing/ |
| D | ZoneInfoTestHelper.java | 184 // tzh_leapcnt repetitions of leap second transition time + correction. in writeTrailingUnusued32BitData()
|
| /system/chre/chpp/ |
| D | RELEASE_NOTES.md | 105 - Timesync functionality and timestamp offset correction for WiFi and WWAN measurements
|
| D | README.md | 21 ## Error Detection and Correction
|
| D | transport.c | 559 // Therefore, no further correction is necessary (beyond ignoring the in chppProcessResetAck()
|
| /system/bpfprogs/ |
| D | LICENSE | 251 YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
| /system/memory/libion/original-kernel-headers/linux/ |
| D | LICENSE | 251 YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
| /system/update_engine/ |
| D | README.md | 113 Forward-Error-Correction(also known as FEC, Verity) code for each partition,
|
| /system/logging/liblog/ |
| D | logprint.cpp | 1400 /* Apply the correction factor */ in convertMonotonic()
|
| /system/media/audio/include/system/ |
| D | audio.h | 385 * does a "smart" correction to ensure a native channel mask.
|
12