OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rgb16
(Results
1 - 2
of
2
) sorted by null
/development/tools/yuv420sp2rgb/
yuv420sp2rgb.c
125
unsigned short *
rgb16
= (unsigned short *)ctx->buffer;
local
126
*(
rgb16
+ ctx->i * ctx->width + ctx->j) = b | (g << 5) | (r << 11);
/external/qemu/android/camera/
camera-format-converters.c
625
const uint16_t
rgb16
= *(const uint16_t*)rgb;
local
626
*r = R16(
rgb16
); *g = G16(
rgb16
); *b = B16(
rgb16
);
642
const uint16_t
rgb16
= *(const uint16_t*)rgb;
local
643
*r = B16(
rgb16
); *g = G16(
rgb16
); *b = R16(
rgb16
);
[
all
...]
Completed in 211 milliseconds