Home
last modified time | relevance | path

Searched refs:correction (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/core/java/android/hardware/display/
DBrightnessConfiguration.java198 final BrightnessCorrection correction = entry.getValue(); in writeToParcel() local
200 correction.writeToParcel(dest, flags); in writeToParcel()
205 final BrightnessCorrection correction = entry.getValue(); in writeToParcel() local
207 correction.writeToParcel(dest, flags); in writeToParcel()
312 final BrightnessCorrection correction =
314 builder.addCorrectionByPackageName(packageName, correction);
320 final BrightnessCorrection correction =
322 builder.addCorrectionByCategory(category, correction);
365 final BrightnessCorrection correction = entry.getValue(); in saveToXml() local
368 correction.saveToXml(serializer); in saveToXml()
[all …]
/frameworks/native/services/surfaceflinger/Effects/
DDaltonizer.cpp149 mat4 correction(0); in update() local
155 correction = errp; in update()
160 correction = errd; in update()
165 correction = errt; in update()
174 (simulation * rgb2lms + correction * (rgb2lms - simulation * rgb2lms)); in update()
/frameworks/base/services/core/java/com/android/server/display/
DBrightnessMappingStrategy.java912 BrightnessCorrection correction = mConfig.getCorrectionByPackageName(packageName); in correctBrightness() local
913 if (correction != null) { in correctBrightness()
914 return correction.apply(brightness); in correctBrightness()
918 BrightnessCorrection correction = mConfig.getCorrectionByCategory(category); in correctBrightness() local
919 if (correction != null) { in correctBrightness()
920 return correction.apply(brightness); in correctBrightness()
/frameworks/base/core/java/com/android/internal/view/
DIInputContext.aidl56 void commitCorrection(in CorrectionInfo correction); in commitCorrection() argument
/frameworks/base/core/proto/android/app/
Dsettings_enums.proto771 // OPEN: Settings > Accessibility > Color correction
2541 // OPEN: Settings > Accessibility > Color correction > Edit shortcut dialog
/frameworks/ml/nn/tools/api/
Dtypes.spec3078 * [dx, dy, dw, dh], where dx and dy is the relative correction factor
3080 * and height, dw and dh is the log-scale relative correction factor
3773 * where dy and dx is the linear-scale relative correction factor for the
3775 * dh and dw is the log-scale relative correction factor for the width and
3996 * relative correction factor for the center position of the bounding box
3998 * relative correction factor for the width and height. The last
/frameworks/av/services/audioflinger/
DThreads.cpp6687 const ssize_t correction = mSinkBufferSize / mFrameSize - actualWritten; in threadLoop_write() local
6688 ALOGD_IF(correction != 0 && writeFrames != 0, in threadLoop_write()
6690 __func__, writeFrames, actualWritten, correction, (long long)mFramesWritten); in threadLoop_write()
6691 mFramesWritten -= correction; in threadLoop_write()
/frameworks/ml/nn/runtime/
DNOTICE674 * repair, or correction. This disclaimer of warranty constitutes an *
/frameworks/wilhelm/doc/
DDoxyfile828 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to
/frameworks/native/docs/
DDoxyfile997 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to
/frameworks/av/media/libaaudio/
DDoxyfile1111 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
DDoxyfile.orig1102 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
/frameworks/av/media/codec2/docs/
Ddoxygen.config1176 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
/frameworks/base/media/native/midi/include/
DDoxyfile1226 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
DDoxyfile.orig1226 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto309 // OPEN: Settings > Accessibility > Color correction