Searched defs:blue (Results 1 - 19 of 19) sorted by relevance

/hardware/qcom/display/msm8084/liblight/
H A Dlights.c50 = "/sys/class/leds/blue/brightness";
65 = "/sys/class/leds/blue/blink";
132 int red, green, blue; local
162 blue = colorRGB & 0xFF;
175 if (blue)
180 write_int(BLUE_LED_FILE, blue);
/hardware/qcom/display/msm8226/liblight/
H A Dlights.c50 = "/sys/class/leds/blue/brightness";
65 = "/sys/class/leds/blue/blink";
132 int red, green, blue; local
162 blue = colorRGB & 0xFF;
179 if (blue) {
186 write_int(BLUE_LED_FILE, blue);
/hardware/qcom/display/msm8909/liblight/
H A Dlights.c59 = "/sys/class/leds/blue/brightness";
77 = "/sys/class/leds/blue/blink";
194 int red, green, blue; local
224 blue = colorRGB & 0xFF;
250 if (blue) {
257 write_int(BLUE_LED_FILE, blue);
/hardware/qcom/display/msm8909w_3100/liblight/
H A Dlights.c59 = "/sys/class/leds/blue/brightness";
77 = "/sys/class/leds/blue/blink";
194 int red, green, blue; local
224 blue = colorRGB & 0xFF;
250 if (blue) {
257 write_int(BLUE_LED_FILE, blue);
/hardware/qcom/display/msm8994/liblight/
H A Dlights.c51 = "/sys/class/leds/blue/brightness";
66 = "/sys/class/leds/blue/blink";
133 int red, green, blue; local
163 blue = colorRGB & 0xFF;
180 if (blue) {
187 write_int(BLUE_LED_FILE, blue);
/hardware/qcom/display/msm8996/liblight/
H A Dlights.c51 = "/sys/class/leds/blue/brightness";
66 = "/sys/class/leds/blue/blink";
133 int red, green, blue; local
163 blue = colorRGB & 0xFF;
189 if (blue) {
196 write_int(BLUE_LED_FILE, blue);
/hardware/qcom/display/msm8998/liblight/
H A Dlights.c57 = "/sys/class/leds/blue/brightness";
75 = "/sys/class/leds/blue/blink";
170 int red, green, blue; local
200 blue = colorRGB & 0xFF;
226 if (blue) {
233 write_int(BLUE_LED_FILE, blue);
/hardware/google/av/media/sfplugin/utils/
H A DCodec2BufferUtils.cpp233 uint8_t blue = *pBlue; local
237 CLIP3(0, (((red * 66 + green * 129 + blue * 25) >> 8) + 16), 255);
243 CLIP3(0, (((-red * 38 - green * 74 + blue * 112) >> 8) + 128), 255);
246 CLIP3(0, (((red * 112 - green * 94 - blue * 18) >> 8) + 128), 255);
/hardware/qcom/display/msm8909/sdm/libs/hwc/
H A Dhwc_display_external_test.cpp383 void HWCDisplayExternalTest::PixelCopy(uint32_t red, uint32_t green, uint32_t blue, uint32_t alpha, argument
391 *(*buffer)++ = UINT8(blue & 0xFF);
397 *(*buffer)++ = UINT8(blue & 0xFF);
406 // Upper 4 bits of green + Lower 4 bits of blue
407 *(*buffer)++ = UINT8(((blue & 0xF) << 4) | ((green >> 6) & 0xF));
409 // Upper 6 bits of blue + Lower 2 bits of alpha
410 *(*buffer)++ = UINT8(((alpha & 0x3) << 6) | ((blue >> 4) & 0x3F));
509 DLOGI("CRC blue %x", crc_blue.to_ulong());
555 DLOGI("CRC blue %x", crc_blue.to_ulong());
623 DLOGI("CRC blue
[all...]
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Dhwc_display_external_test.cpp376 void HWCDisplayExternalTest::PixelCopy(uint32_t red, uint32_t green, uint32_t blue, uint32_t alpha, argument
384 *(*buffer)++ = UINT8(blue & 0xFF);
390 *(*buffer)++ = UINT8(blue & 0xFF);
399 // Upper 4 bits of green + Lower 4 bits of blue
400 *(*buffer)++ = UINT8(((blue & 0xF) << 4) | ((green >> 6) & 0xF));
402 // Upper 6 bits of blue + Lower 2 bits of alpha
403 *(*buffer)++ = UINT8(((alpha & 0x3) << 6) | ((blue >> 4) & 0x3F));
502 DLOGI("CRC blue %x", crc_blue.to_ulong());
548 DLOGI("CRC blue %x", crc_blue.to_ulong());
616 DLOGI("CRC blue
[all...]
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
H A Dhwc_display_external_test.cpp383 void HWCDisplayExternalTest::PixelCopy(uint32_t red, uint32_t green, uint32_t blue, uint32_t alpha, argument
391 *(*buffer)++ = UINT8(blue & 0xFF);
397 *(*buffer)++ = UINT8(blue & 0xFF);
406 // Upper 4 bits of green + Lower 4 bits of blue
407 *(*buffer)++ = UINT8(((blue & 0xF) << 4) | ((green >> 6) & 0xF));
409 // Upper 6 bits of blue + Lower 2 bits of alpha
410 *(*buffer)++ = UINT8(((alpha & 0x3) << 6) | ((blue >> 4) & 0x3F));
509 DLOGI("CRC blue %x", crc_blue.to_ulong());
555 DLOGI("CRC blue %x", crc_blue.to_ulong());
623 DLOGI("CRC blue
[all...]
/hardware/qcom/display/msm8996/sdm/include/private/
H A Dcolor_params.h230 SDEPccCoeff blue; member in struct:sdm::SDEPccCfg
/hardware/qcom/display/msm8909/sdm/include/private/
H A Dcolor_params.h330 SDEPccCoeff blue; member in struct:sdm::SDEPccCfg
H A Dhw_info_types.h231 uint32_t blue[2] = {}; // Blue color primary member in struct:sdm::HWColorPrimaries
/hardware/qcom/display/msm8909w_3100/sdm/include/private/
H A Dcolor_params.h328 SDEPccCoeff blue; member in struct:sdm::SDEPccCfg
H A Dhw_info_types.h230 uint32_t blue[2] = {}; // Blue color primary member in struct:sdm::HWColorPrimaries
/hardware/qcom/display/msm8998/sdm/include/private/
H A Dcolor_params.h324 SDEPccCoeff blue; member in struct:sdm::SDEPccCfg
H A Dhw_info_types.h224 uint32_t blue[2] = {}; // Blue color primary member in struct:sdm::HWColorPrimaries
/hardware/google/av/codec2/include/
H A DC2Config.h1478 C2ColorXyStruct blue; ///< coordinates of blue display primary member in struct:C2MasteringDisplayColorVolumeStruct
1487 C2FIELD(blue, "blue")

Completed in 295 milliseconds