Home
last modified time | relevance | path

Searched full:correction (Results 1 – 25 of 26) 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.h267 // correction device) based on the source operation hash.
336 // correction is available. The size of the error corrected device is smaller
338 // correction blocks.
Ddelta_performer.cc189 // TODO(garnold) the correction of operations weight when we do not have the in UpdateOverallProgress()
/system/core/logd/
DLogKlog.h37 static log_time correction; variable
43 static void convertMonotonicToReal(log_time& real) { real += correction; } in convertMonotonicToReal()
DLogKlog.cpp200 log_time LogKlog::correction = (log_time(CLOCK_REALTIME) < log_time(CLOCK_MONOTONIC)) member in LogKlog
276 // timezone so we are calculating our own correction. in calculateCorrection()
288 correction = log_time(log_time::EPOCH); in calculateCorrection()
290 correction = real - monotonic; in calculateCorrection()
328 correction = (real < mono) ? log_time(log_time::EPOCH) : (real - mono); in sniffTime()
343 if (real > correction) { in sniffTime()
344 correction = log_time(log_time::EPOCH); in sniffTime()
346 correction -= real; in sniffTime()
349 correction += real; in sniffTime()
/system/media/audio_utils/include/audio_utils/
DTimestampVerifier.h134 // We choose frame correction over time correction. in add()
139 // prevent retrograde correction. in add()
145 // prevent retrograde correction. in add()
285 // timestamp estimation and correction
DStatistics.h66 #warning "fast math enabled, could optimize out KahanSum correction"
390 // Reliability correction for unbiasing variance, since mean is estimated
394 // TODO: consider exposing the correction factor.
/system/media/camera/docs/
Dmetadata_definitions.xml163 <notes>Color correction processing must not slow down
175 <notes>Color correction processing operates at improved
246 HAL must support both FAST and HIGH_QUALITY if color correction control is available
317 No aberration correction is applied.
322 Aberration correction will not slow down capture rate
328 Aberration correction operates at improved quality but the capture rate might be
334 Mode of operation for the chromatic aberration correction algorithm.
340 the high level control of chromatic aberration correction algorithm, which aims to
345 correction will be applied. HIGH_QUALITY mode indicates that the camera device will
346 use the highest-quality aberration correction algorithms, even if it slows down
[all …]
Ddocs.html1311 android.<wbr/>color<wbr/>Correction.<wbr/>mode
1326 …"#controls_android.colorCorrection.transform">android.<wbr/>color<wbr/>Correction.<wbr/>transform<…
1327 and <a href="#controls_android.colorCorrection.gains">android.<wbr/>color<wbr/>Correction.<wbr/>gai…
1336 … <span class="entry_type_enum_notes"><p>Color correction processing must not slow down
1346 … <span class="entry_type_enum_notes"><p>Color correction processing operates at improved
1389 …ref="#controls_android.colorCorrection.gains">android.<wbr/>color<wbr/>Correction.<wbr/>gains</a> …
1390 <a href="#controls_android.colorCorrection.transform">android.<wbr/>color<wbr/>Correction.<wbr/>tra…
1401 <pre><code><a href="#controls_android.colorCorrection.gains">android.<wbr/>color<wbr/>Correction.<w…
1410 …"#controls_android.colorCorrection.transform">android.<wbr/>color<wbr/>Correction.<wbr/>transform<…
1429 … <p>HAL must support both FAST and HIGH_<wbr/>QUALITY if color correction control is available
[all …]
Dmetadata_helpers_test.py202 …self.assertEquals("android.{0}color{0}Correction.{0}mode is TRANSFORM_{0}MATRIX.{0}".format(wbr_st…
/system/extras/boottime_tools/bootanalyze/
DREADME.md15 be present in dmesg log after clock correction.
Dconfig.yaml2 time_correction_key: correction
33 correction: Updating system time diff=([0-9]+\.?[0-9]*), cuttime=([0-9]+)
/system/extras/libfec/
Dfec_read.cpp326 /* copy raw data without error correction */ in verity_read()
443 error correction and integrity validation, if available */
514 /* 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/netd/bpf_progs/
Dnetd.c82 * The chance our traffic isn't IP at all is basically zero, so the IP overhead correction
96 * Especially since the number of packets is important for any future clat offload correction.
/system/media/audio_utils/tests/
Dtimestampverifier_tests.cpp135 // rather than time correction). in TEST()
/system/core/fs_mgr/
Dfs_mgr_verity.cpp475 // kernel may not support error correction, try without in fs_mgr_setup_verity()
476 LINFO << "Disabling error correction for " << mount_point.c_str(); in fs_mgr_setup_verity()
/system/timezone/testing/src/main/java/libcore/timezone/testing/
DZoneInfoTestHelper.java184 // tzh_leapcnt repetitions of leap second transition time + correction. in writeTrailingUnusued32BitData()
/system/core/libbacktrace/testdata/arm/
Dlibandroid_runtime.so__cxa_finalize LIBC libc.so libandroid_runtime.so __cxa_atexit __register_atfork JNI_CreateJavaVM _Z26register_android_os_BinderP7_JNIEnv _Z27register_android_os_ProcessP7_JNIEnv _Z31register_android_graphics_MovieP7_JNIEnv _Z32register_android_graphics_BitmapP7_JNIEnv _Z32register_android_graphics_CameraP7_JNIEnv _Z32register_android_graphics_ShaderP7_JNIEnv _Z32register_android_hardware_CameraP7_JNIEnv _Z32register_android_media_JetPlayerP7_JNIEnv ...
/system/core/libunwindstack/tests/files/offline/gnu_debugdata_arm/
Dlibandroid_runtime.so__cxa_finalize LIBC libc.so libandroid_runtime.so __cxa_atexit __register_atfork JNI_CreateJavaVM _Z26register_android_os_BinderP7_JNIEnv _Z27register_android_os_ProcessP7_JNIEnv _Z31register_android_graphics_MovieP7_JNIEnv _Z32register_android_graphics_BitmapP7_JNIEnv _Z32register_android_graphics_CameraP7_JNIEnv _Z32register_android_graphics_ShaderP7_JNIEnv _Z32register_android_hardware_CameraP7_JNIEnv _Z32register_android_media_JetPlayerP7_JNIEnv ...
/system/core/liblog/
Dlogprint.cpp1416 /* Apply the correction factor */ in convertMonotonic()
/system/media/audio_utils/
DDoxyfile.orig1102 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
DDoxyfile.bak1102 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
/system/chre/chre_api/doc/
DDoxyfile1145 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
/system/chre/pal/doc/
DDoxyfile1145 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the

12