HomeSort by relevance Sort by last modified time
    Searched refs:COLOR_RANGE (Results 1 - 3 of 3) sorted by null

  /external/selinux/mcstrans/src/
mcscolor.c 37 #define COLOR_RANGE 3
128 if (idx == COLOR_RANGE) {
138 if (idx == COLOR_RANGE) {
266 { COLOR_ROLE, COLOR_TYPE, COLOR_RANGE },
267 { COLOR_USER, COLOR_TYPE, COLOR_RANGE },
268 { COLOR_USER, COLOR_ROLE, COLOR_RANGE },
278 components[COLOR_RANGE] = (char *)context_range_get(con);
  /cts/tests/camera/src/android/hardware/camera2/cts/
AllocationTest.java 310 final float COLOR_RANGE = 255f;
326 rgb[0] = r / COLOR_RANGE;
327 rgb[1] = g / COLOR_RANGE;
328 rgb[2] = b / COLOR_RANGE;
    [all...]
ImageReaderTest.java 586 final float COLOR_RANGE = 255f;
649 int r = (int) Math.max(0.0f, Math.min(COLOR_RANGE, y + 1.402f * (cr - 128)));
651 Math.min(COLOR_RANGE, y - 0.34414f * (cb - 128) - 0.71414f * (cr - 128)));
652 int b = (int) Math.max(0.0f, Math.min(COLOR_RANGE, y + 1.772f * (cb - 128)));
    [all...]

Completed in 97 milliseconds