HomeSort by relevance Sort by last modified time
    Searched full:red00 (Results 1 - 1 of 1) sorted by null

  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
TaskConvertImageToRGBPreview.java 353 int red00 = y00 + redDiff; local
359 if (red00 < 0) {
360 red00 = 0;
369 if (red00 > 255) {
370 red00 = 255;
376 colors[offsetColor] = (red00 & 255) << 16 | (green00 & 255) << 8
653 int red00 = y00 + redDiff; local
659 if (red00 < 0) {
660 red00 = 0;
669 if (red00 > 255)
    [all...]

Completed in 136 milliseconds