Home
last modified time | relevance | path

Searched refs:blue (Results 1 – 25 of 28) sorted by relevance

12

/hardware/bsp/intel/peripheral/displays/Grove_LCD_RGB/
DgroveLCD.cpp38 uint8_t red, blue, green; member
85 options->blue = 255; in ReadOpts()
102 options->blue = DEFAULT_COLOR_BLUE; in ReadOpts()
118 display.setColor(options.red, options.green, options.blue); in main()
/hardware/qcom/display/msm8084/liblight/
Dlights.c132 int red, green, blue; in set_speaker_light_locked() local
162 blue = colorRGB & 0xFF; in set_speaker_light_locked()
175 if (blue) in set_speaker_light_locked()
180 write_int(BLUE_LED_FILE, blue); in set_speaker_light_locked()
/hardware/qcom/display/msm8226/liblight/
Dlights.c132 int red, green, blue; in set_speaker_light_locked() local
162 blue = colorRGB & 0xFF; in set_speaker_light_locked()
179 if (blue) { in set_speaker_light_locked()
186 write_int(BLUE_LED_FILE, blue); in set_speaker_light_locked()
/hardware/qcom/display/msm8994/liblight/
Dlights.c133 int red, green, blue; in set_speaker_light_locked() local
163 blue = colorRGB & 0xFF; in set_speaker_light_locked()
180 if (blue) { in set_speaker_light_locked()
187 write_int(BLUE_LED_FILE, blue); in set_speaker_light_locked()
/hardware/qcom/display/msm8996/liblight/
Dlights.c133 int red, green, blue; in set_speaker_light_locked() local
163 blue = colorRGB & 0xFF; in set_speaker_light_locked()
189 if (blue) { in set_speaker_light_locked()
196 write_int(BLUE_LED_FILE, blue); in set_speaker_light_locked()
/hardware/qcom/display/msm8909/liblight/
Dlights.c136 int red, green, blue; in set_speaker_light_locked() local
166 blue = colorRGB & 0xFF; in set_speaker_light_locked()
192 if (blue) { in set_speaker_light_locked()
199 write_int(BLUE_LED_FILE, blue); in set_speaker_light_locked()
/hardware/qcom/display/msm8960/libgralloc/
Dframebuffer.cpp167 info.blue.offset = 8; in mapFrameBufferLocked()
168 info.blue.length = 8; in mapFrameBufferLocked()
192 info.blue.offset = 0; in mapFrameBufferLocked()
193 info.blue.length = 5; in mapFrameBufferLocked()
279 info.blue.offset, info.blue.length in mapFrameBufferLocked()
/hardware/qcom/display/msm8994/libgralloc/
Dframebuffer.cpp178 info.blue.offset = 8; in mapFrameBufferLocked()
179 info.blue.length = 8; in mapFrameBufferLocked()
203 info.blue.offset = 0; in mapFrameBufferLocked()
204 info.blue.length = 5; in mapFrameBufferLocked()
294 info.blue.offset, info.blue.length in mapFrameBufferLocked()
/hardware/qcom/display/msm8084/libgralloc/
Dframebuffer.cpp174 info.blue.offset = 8; in mapFrameBufferLocked()
175 info.blue.length = 8; in mapFrameBufferLocked()
199 info.blue.offset = 0; in mapFrameBufferLocked()
200 info.blue.length = 5; in mapFrameBufferLocked()
290 info.blue.offset, info.blue.length in mapFrameBufferLocked()
/hardware/qcom/display/msm8226/libgralloc/
Dframebuffer.cpp175 info.blue.offset = 8; in mapFrameBufferLocked()
176 info.blue.length = 8; in mapFrameBufferLocked()
200 info.blue.offset = 0; in mapFrameBufferLocked()
201 info.blue.length = 5; in mapFrameBufferLocked()
291 info.blue.offset, info.blue.length in mapFrameBufferLocked()
/hardware/qcom/display/msm8996/libgralloc/
Dframebuffer.cpp170 info.blue.offset = 8; in mapFrameBufferLocked()
171 info.blue.length = 8; in mapFrameBufferLocked()
195 info.blue.offset = 0; in mapFrameBufferLocked()
196 info.blue.length = 5; in mapFrameBufferLocked()
286 info.blue.offset, info.blue.length in mapFrameBufferLocked()
/hardware/qcom/display/msm8909/libgralloc/
Dframebuffer.cpp170 info.blue.offset = 8; in mapFrameBufferLocked()
171 info.blue.length = 8; in mapFrameBufferLocked()
195 info.blue.offset = 0; in mapFrameBufferLocked()
196 info.blue.length = 5; in mapFrameBufferLocked()
286 info.blue.offset, info.blue.length in mapFrameBufferLocked()
/hardware/bsp/intel/peripheral/libupm/src/rgbringcoder/
Drgbringcoder.cxx34 int green, int blue) : in RGBRingCoder() argument
37 m_pwmRed(red), m_pwmGreen(green), m_pwmBlue(blue) in RGBRingCoder()
Drgbringcoder.h84 int encA, int encB, int red, int green, int blue);
/hardware/libhardware/modules/gralloc/
Dframebuffer.cpp256 info.blue.offset, info.blue.length
/hardware/ti/omap4-aah/kernel-headers/linux/
Domapfb.h202 struct fb_bitfield blue; member
/hardware/ti/omap4xxx/kernel-headers/linux/
Domapfb.h202 struct fb_bitfield blue; member
/hardware/ti/omap4-aah/original-kernel-headers/linux/
Domapfb.h196 struct fb_bitfield blue; member
/hardware/ti/omap4xxx/original-kernel-headers/linux/
Domapfb.h196 struct fb_bitfield blue; member
/hardware/qcom/display/msm8996/sdm/include/private/
Dcolor_params.h185 SDEPccCoeff blue; member
/hardware/ti/omap4-aah/domx/omx_core/inc/
DOMX_TI_IVCommon.h3089 OMX_U16 blue; member
/hardware/qcom/display/msm8909/libhwcomposer/
Dhwc_utils.cpp98 (vinfo.blue.offset == 16) && (vinfo.transp.offset == 24)) in getFBformat()
/hardware/intel/common/libva/doc/
DDoxyfile843 # 180 is cyan, 240 is blue, 300 purple, and 360 is red again.
/hardware/bsp/intel/peripheral/sensors/mraa/doc/
DDoxyfile1138 # 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300
/hardware/bsp/intel/peripheral/libupm/doxy/
DDoxyfile.in1154 # 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300

12