HomeSort by relevance Sort by last modified time
    Searched refs:rgb (Results 26 - 50 of 619) sorted by null

12 3 4 5 6 7 8 91011>>

  /device/generic/goldfish/camera/
Converters.cpp 32 uint16_t* rgb,
43 *rgb = YUVToRGB565(*Y, nU, nV);
44 Y++; rgb++;
45 *rgb = YUVToRGB565(*Y, nU, nV);
46 Y++; rgb++;
62 uint32_t* rgb,
73 *rgb = YUVToRGB32(*Y, nU, nV);
74 Y++; rgb++;
75 *rgb = YUVToRGB32(*Y, nU, nV);
76 Y++; rgb++
    [all...]
  /packages/apps/Gallery2/jni/filters/
hue.c 23 unsigned char * rgb = (unsigned char * )destination; local
30 int r = rgb[RED];
31 int g = rgb[GREEN];
32 int b = rgb[BLUE];
38 rgb[RED] = clamp((int)rf);
39 rgb[GREEN] = clamp((int)gf);
40 rgb[BLUE] = clamp((int)bf);
highlight.c 24 unsigned char * rgb = (unsigned char * )destination; local
32 rgb2hsv(rgb,i,hsv,0);
35 hsv2rgb(hsv,0, rgb,i);
shadows.c 31 unsigned char * rgb = (unsigned char * )destination; local
45 rgb2hsv(rgb,i,hsv,0);
51 hsv2rgb(hsv,0, rgb,i);
  /developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/rs/
hdr_merge.rs 59 // Convert YUV to RGB, JFIF transform with fixed-point math
64 int4 rgb;
65 rgb.r = mergedPixel.r +
67 rgb.g = mergedPixel.r -
70 rgb.b = mergedPixel.r +
72 rgb.a = 255;
78 uchar4 out = convert_uchar4(clamp(rgb, 0, 255));
  /developers/samples/android/media/HdrViewfinder/Application/src/main/rs/
hdr_merge.rs 59 // Convert YUV to RGB, JFIF transform with fixed-point math
64 int4 rgb;
65 rgb.r = mergedPixel.r +
67 rgb.g = mergedPixel.r -
70 rgb.b = mergedPixel.r +
72 rgb.a = 255;
78 uchar4 out = convert_uchar4(clamp(rgb, 0, 255));
  /development/samples/browseable/HdrViewfinder/src/rs/
hdr_merge.rs 59 // Convert YUV to RGB, JFIF transform with fixed-point math
64 int4 rgb;
65 rgb.r = mergedPixel.r +
67 rgb.g = mergedPixel.r -
70 rgb.b = mergedPixel.r +
72 rgb.a = 255;
78 uchar4 out = convert_uchar4(clamp(rgb, 0, 255));
  /external/chromium_org/chrome/browser/resources/
identity_internals.css 6 color: rgb(74, 142, 230);
16 background: rgb(239, 243, 255);
  /external/chromium_org/ui/webui/resources/css/
butter_bar.css 14 background-color: rgb(249, 237, 190);
15 border: 1px solid rgb(240, 195, 109);
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
exposure.rs 29 float3 t = convert_float3(in.rgb);
30 out.rgb = convert_uchar3(clamp(convert_int3(t * bright), 0, 255));
  /external/chromium_org/chrome/browser/resources/memory_internals/
memory_internals.css 13 color: rgb(74, 142, 230);
22 border-top: 1px solid rgb(58, 117, 189);
23 color: rgb(58, 117, 189);
  /external/clang/www/
menu.css 29 background-color: rgb(192,192,192);
35 background-color: rgb(235,235,235);
38 color:rgb(100,50,100);
  /external/compiler-rt/www/
menu.css 29 background-color: rgb(192,192,192);
35 background-color: rgb(235,235,235);
38 color:rgb(100,50,100);
  /external/libcxx/www/
menu.css 29 background-color: rgb(192,192,192);
35 background-color: rgb(235,235,235);
38 color:rgb(100,50,100);
  /external/libcxxabi/www/
menu.css 29 background-color: rgb(192,192,192);
35 background-color: rgb(235,235,235);
38 color:rgb(100,50,100);
  /external/chromium_org/chrome/browser/resources/net_internals/
events_view.css 37 background: rgb(229, 236, 249);
52 background: rgb(244,244,255);
56 background: rgb(195, 217, 255);
60 background: rgb(255, 245, 245);
64 background: rgb(245, 255, 245);
73 color: rgb(32, 96, 96);
86 color: rgb(128, 48, 48);
94 color: rgb(112, 112, 0);
98 color: rgb(112, 0, 112);
102 color: rgb(235, 0, 0)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
view-source.css 49 background-color: rgb(240, 240, 240);
50 border-right: 1px solid rgb(187, 187, 187) !important;
65 color: rgb(128, 128, 128);
86 background-color: rgb(100%, 42%, 42%);
87 border: 2px solid rgb(100%, 31%, 31%);
92 color: rgb(136, 18, 128);
97 color: rgb(153, 69, 0);
102 color: rgb(26, 26, 166);
122 color: rgb(35, 110, 37);
127 color: rgb(192, 192, 192)
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
network_dropdown.css 16 rgb(237, 237, 237),
17 rgb(237, 237, 237) 38%,
18 rgb(222, 222, 222));
36 text-shadow: 0 1px 0 rgb(240, 240, 240);
48 rgb(237, 237, 237),
49 rgb(237, 237, 237) 38%,
50 rgb(222, 222, 222));
60 rgb(231, 231, 231),
61 rgb(231, 231, 231) 38%,
62 rgb(215, 215, 215))
    [all...]
  /external/qemu/android/camera/
camera-format-converters.c 33 * NOTE: RGB and big/little endian considerations. Wherewer in this code RGB
38 * const uint32_t rgb = *reinterpret_cast<const uint32_t*>(framebuffer);
40 * So, if this code runs on the little endian CPU, red color in 'rgb' would be
42 * the code runs on a big endian CPU, the red color in 'rgb' would be masked as
75 * Extracting, and saving color bytes from / to WORD / DWORD RGB.
80 #define R16(rgb) (uint8_t)((rgb) & kRed5)
81 #define G16(rgb) (uint8_t)(((rgb) & kGreen6) >> 5
227 RGB32_t rgb; local
    [all...]
  /external/chromium_org/content/browser/resources/indexed_db/
indexeddb_internals.css 6 background-color: rgb(235, 239, 249);
7 border-top: 1px solid rgb(156, 194, 239);
21 color: rgb(85, 102, 221);
69 background-color: rgb(249, 249, 249);
70 border: 1px solid rgb(156, 194, 239);
76 background-color: rgb(235, 239, 249);
96 background-color: rgb(249, 249, 235);
99 background-color: rgb(235, 249, 235);
102 background-color: rgb(235, 235, 249);
105 background-color: rgb(249, 235, 235)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
networkPanel.css 35 background: rgb(203, 203, 203);
76 border-bottom: 1px solid rgb(205, 205, 205);
87 color: rgb(30%, 30%, 30%);
102 color: rgb(255, 128, 0);
127 background-color: rgb(205, 205, 205);
131 background-color: rgb(31, 124, 131);
137 background-color: rgb(229, 130, 38);
141 background-color: rgb(95, 221, 95);
145 background-color: rgb(95, 221, 95);
149 background-color: rgb(65, 137, 215)
    [all...]
panelEnablerView.css 41 color: rgb(110, 116, 128);
89 border: 1px solid rgb(165, 165, 165);
90 background-image: linear-gradient(to bottom, rgb(252, 252, 252), rgb(223, 223, 223));
98 background-image: linear-gradient(to bottom, rgb(194, 194, 194), rgb(239, 239, 239));
103 linear-gradient(to bottom, rgb(252, 252, 252), rgb(223, 223, 223));
108 linear-gradient(to bottom, rgb(194, 194, 194), rgb(239, 239, 239))
    [all...]
  /external/chromium_org/content/browser/resources/service_worker/
serviceworker_internals.css 6 background-color: rgb(235, 239, 249);
7 border-top: 1px solid rgb(156, 194, 239);
25 color: rgb(85, 102, 221);
  /external/chromium_org/chrome/browser/resources/print_preview/common/
search_bubble.css 30 border: 1px solid rgb(220, 198, 72);
44 background: linear-gradient(-45deg, rgb(251, 255, 181),
45 rgb(255, 248, 172) 50%,
47 border: 1px solid rgb(220, 198, 72);
  /external/chromium_org/chrome/browser/resources/sync_internals/
about.css 16 color: rgb(74, 142, 230);
36 background: rgb(239, 243, 255);
40 background: rgb(255, 204, 204);
44 background: rgb(255, 255, 204);
48 background: rgb(224, 224, 224);
52 background: rgb(204, 255, 204);
57 background: rgb(255, 255, 0);
66 background: rgb(155, 158, 166);
69 background: rgb(239, 243, 255);

Completed in 602 milliseconds

12 3 4 5 6 7 8 91011>>