Searched refs:correction (Results 1 – 16 of 16) sorted by relevance
/frameworks/base/core/java/android/hardware/display/ |
D | BrightnessConfiguration.java | 198 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/ |
D | Daltonizer.cpp | 149 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/ |
D | BrightnessMappingStrategy.java | 912 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/ |
D | IInputContext.aidl | 56 void commitCorrection(in CorrectionInfo correction); in commitCorrection() argument
|
/frameworks/base/core/proto/android/app/ |
D | settings_enums.proto | 771 // OPEN: Settings > Accessibility > Color correction 2541 // OPEN: Settings > Accessibility > Color correction > Edit shortcut dialog
|
/frameworks/ml/nn/tools/api/ |
D | types.spec | 3078 * [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/ |
D | Threads.cpp | 6687 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/ |
D | NOTICE | 674 * repair, or correction. This disclaimer of warranty constitutes an *
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 828 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to
|
/frameworks/native/docs/ |
D | Doxyfile | 997 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 1111 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
|
D | Doxyfile.orig | 1102 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 1176 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile | 1226 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
|
D | Doxyfile.orig | 1226 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 309 // OPEN: Settings > Accessibility > Color correction
|