Searched refs:color (Results 1 - 10 of 10) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dlights.h37 * light to a reasonable color when the BUTTONS are lit.
92 * The color of the LED in ARGB.
98 * unsigned char brightness = ((77*((color>>16)&0x00ff))
99 * + (150*((color>>8)&0x00ff)) + (29*(color&0x00ff))) >> 8;
105 unsigned int color; member in struct:light_state_t
/hardware/msm7k/liblights/
H A Dlights.c126 return state->color & 0x00ffffff;
152 int color = state->color & 0x00ffffff; local
153 return ((77*((color>>16)&0x00ff))
154 + (150*((color>>8)&0x00ff)) + (29*(color&0x00ff))) >> 8;
220 colorRGB = state->color;
314 ALOGV("set_light_notifications g_trackball=%d color=0x%08x",
315 g_trackball, state->color);
329 ALOGV("set_light_attention g_trackball=%d color
[all...]
/hardware/qcom/display/liblight/
H A Dlights.c118 return state->color & 0x00ffffff;
124 int color = state->color & 0x00ffffff; local
125 return ((77*((color>>16)&0x00ff))
126 + (150*((color>>8)&0x00ff)) + (29*(color&0x00ff))) >> 8;
163 colorRGB = state->color;
/hardware/samsung_slsi/exynos5/include/
H A Ds3c-fb.h72 __u32 color; member in union:s3c_fb_win_config::__anon818
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Ds3c-fb.h66 __u32 color; member in union:s3c_fb_win_config::__anon1234
H A Dfimc-is-metadata.h722 struct camera2_colorcorrection_ctl color; member in struct:camera2_ctl
741 struct camera2_colorcorrection_dm color; member in struct:camera2_dm
754 struct camera2_colorcorrection_sm color; member in struct:camera2_sm
/hardware/samsung_slsi/exynos5/libcamera2/
H A Dfimc-is-metadata.h671 struct camera2_colorcorrection_ctl color; member in struct:camera2_ctl
694 struct camera2_colorcorrection_dm color; member in struct:camera2_dm
709 struct camera2_colorcorrection_sm color; member in struct:camera2_sm
H A DMetadataConverter.cpp420 dst->ctl.color.saturation = 3; // means '0'
439 dst->ctl.color.saturation = 4; // means '+1'
458 dst->ctl.color.saturation = 3; // means '0'
476 dst->ctl.color.saturation = 3; // means '0'
490 dst->ctl.color.saturation = 3; // means '0'
504 dst->ctl.color.saturation = 3; // means '0'
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
H A DVPPTest.c528 printf("usage: %S <input.yuv><file_desc><Inp. Width><Inp. Height><Inp. color><0:no overlay/1:overlay><Out. Width><Out Height><yuv color><rgb color><0 :Internal 1 :external allocation><Feature [0-8]>\n",
532 printf("usage: %s <input.yuv><file_desc><Inp. Width><Inp. Height><Inp. color><0:no overlay/1:overlay><Out. Width><Out Height><yuv color><rgb color><0 :Internal 1 :external allocation><Feature [0-8]>\n",
1393 OMX_CONFIG_COLORKEYTYPE *color = malloc(sizeof(OMX_CONFIG_COLORKEYTYPE));
1394 if(color == NULL){
1400 color->nARGBMask = (int)colorKey;
1402 color);
[all...]
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp185 ALOGV("\t\tcolor = %u", c.color);
1378 hwc_color_t color = layer->backgroundColor; local
1380 cfg.color = (color.r << 16) | (color.g << 8) | color.b;
1415 // RGBX8888 surfaces are already in the right color order from the GPU,
1883 " type | handle | color | blend | format | position | size | gsc \n"
1896 "-", config.color, "-", "-");

Completed in 229 milliseconds