Home
last modified time | relevance | path

Searched full:correction (Results 1 – 25 of 32) sorted by relevance

12

/system/update_engine/payload_consumer/
Dfec_file_descriptor.h24 // A FileDescriptor implementation with error correction based on the "libfec"
26 // correction blocks stored in partitions that have verity and error correction
Ddelta_performer.cc127 // TODO(garnold) the correction of operations weight when we do not have the in UpdateOverallProgress()
/system/logging/logd/
DLogKlog.h35 static log_time correction; variable
41 static void convertMonotonicToReal(log_time& real) { real += correction; } in convertMonotonicToReal()
DLogKlog.cpp198 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/
DTimestampVerifier.h135 // 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
DStatistics.h68 #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/
DREADME.md39 be present in dmesg log after clock correction.
Dconfig.yaml2 time_correction_key: correction
37 correction: Updating system time diff=([0-9]+\.?[0-9]*), cuttime=([0-9]+)
/system/media/camera/docs/
Dmetadata_definitions.xml193 <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 …]
Ddocs.html1615 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 …]
Dmetadata_helpers_test.py202 …self.assertEqual("android.{0}color{0}Correction.{0}mode is TRANSFORM_{0}MATRIX.{0}".format(wbr_str…
/system/extras/libfec/
Dfec_read.cpp326 /* 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
Dfec_verity.cpp179 // Reads the hash and the corresponding data block using error correction, if
/system/media/audio_utils/tests/
Dtimestampverifier_tests.cpp134 // rather than time correction). in TEST()
/system/chre/chpp/clients/
Dtimesync.c137 CHPP_LOGD("Timesync RTT=%" PRIu64 " correction=%" PRId64 " offset=%" PRId64 in chppDispatchTimesyncServiceResponse()
Dwifi.c728 // Timestamp correction prior to conversion to avoid const casting issues. in chppWifiRangingEventNotification()
/system/timezone/testing/src/main/java/libcore/timezone/testing/
DZoneInfoTestHelper.java184 // tzh_leapcnt repetitions of leap second transition time + correction. in writeTrailingUnusued32BitData()
/system/chre/chpp/
DRELEASE_NOTES.md105 - Timesync functionality and timestamp offset correction for WiFi and WWAN measurements
DREADME.md21 ## Error Detection and Correction
Dtransport.c559 // Therefore, no further correction is necessary (beyond ignoring the in chppProcessResetAck()
/system/bpfprogs/
DLICENSE251 YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
/system/memory/libion/original-kernel-headers/linux/
DLICENSE251 YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
/system/update_engine/
DREADME.md113 Forward-Error-Correction(also known as FEC, Verity) code for each partition,
/system/logging/liblog/
Dlogprint.cpp1400 /* Apply the correction factor */ in convertMonotonic()
/system/media/audio/include/system/
Daudio.h385 * does a "smart" correction to ensure a native channel mask.

12