/hardware/qcom/display/msm8084/liblight/ |
D | lights.c | 102 return state->color & 0x00ffffff; in is_lit() 108 int color = state->color & 0x00ffffff; in rgb_to_brightness() local 109 return ((77*((color>>16)&0x00ff)) in rgb_to_brightness() 110 + (150*((color>>8)&0x00ff)) + (29*(color&0x00ff))) >> 8; in rgb_to_brightness() 153 colorRGB = state->color; in set_speaker_light_locked() 231 err = write_int(BUTTON_FILE, state->color & 0xFF); in set_light_buttons()
|
/hardware/qcom/display/msm8226/liblight/ |
D | lights.c | 102 return state->color & 0x00ffffff; in is_lit() 108 int color = state->color & 0x00ffffff; in rgb_to_brightness() local 109 return ((77*((color>>16)&0x00ff)) in rgb_to_brightness() 110 + (150*((color>>8)&0x00ff)) + (29*(color&0x00ff))) >> 8; in rgb_to_brightness() 153 colorRGB = state->color; in set_speaker_light_locked() 231 err = write_int(BUTTON_FILE, state->color & 0xFF); in set_light_buttons()
|
/hardware/qcom/display/msm8974/liblight/ |
D | lights.c | 118 return state->color & 0x00ffffff; in is_lit() 124 int color = state->color & 0x00ffffff; in rgb_to_brightness() local 125 return ((77*((color>>16)&0x00ff)) in rgb_to_brightness() 126 + (150*((color>>8)&0x00ff)) + (29*(color&0x00ff))) >> 8; in rgb_to_brightness() 163 colorRGB = state->color; in set_speaker_light_locked()
|
/hardware/qcom/display/msm8960/liblight/ |
D | lights.c | 118 return state->color & 0x00ffffff; in is_lit() 124 int color = state->color & 0x00ffffff; in rgb_to_brightness() local 125 return ((77*((color>>16)&0x00ff)) in rgb_to_brightness() 126 + (150*((color>>8)&0x00ff)) + (29*(color&0x00ff))) >> 8; in rgb_to_brightness() 163 colorRGB = state->color; in set_speaker_light_locked()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | y4menc.c | 16 const char *const color = fmt == VPX_IMG_FMT_444A ? "C444alpha\n" : in y4m_write_file_header() local 22 framerate->numerator, framerate->denominator, 'p', color); in y4m_write_file_header()
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayCtrlData.h | 61 void setColor(const uint32_t color); 146 inline void Ctrl::setColor(const uint32_t color) in setColor() argument 148 mMdp->setColor(color); in setColor()
|
D | overlayMdp.cpp | 114 void MdpCtrl::setColor(const uint32_t color) { in setColor() argument 115 mOVInfo.bg_color = color; in setColor()
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlayCtrlData.h | 61 void setColor(const uint32_t color); 148 inline void Ctrl::setColor(const uint32_t color) in setColor() argument 150 mMdp->setColor(color); in setColor()
|
D | overlayMdp.cpp | 109 void MdpCtrl::setColor(const uint32_t color) { in setColor() argument 110 mOVInfo.bg_color = color; in setColor()
|
/hardware/qcom/display/msm8226/libcopybit/ |
D | copybit.cpp | 563 uint32_t color = 0; // black color in clear_copybit() local 603 req->const_color.b = (uint32_t)((color >> 16) & 0xff); in clear_copybit() 604 req->const_color.g = (uint32_t)((color >> 8) & 0xff); in clear_copybit() 605 req->const_color.r = (uint32_t)((color >> 0) & 0xff); in clear_copybit() 623 uint32_t color) in fill_color() argument 656 req->const_color.r = (uint32_t)((color >> 0) & 0xff); in fill_color() 657 req->const_color.g = (uint32_t)((color >> 8) & 0xff); in fill_color() 658 req->const_color.b = (uint32_t)((color >> 16) & 0xff); in fill_color() 659 req->const_color.alpha = (uint32_t)((color >> 24) & 0xff); in fill_color()
|
D | copybit.h | 258 uint32_t color);
|
/hardware/qcom/display/msm8084/libcopybit/ |
D | copybit.cpp | 565 uint32_t color = 0; // black color in clear_copybit() local 605 req->const_color.b = (uint32_t)((color >> 16) & 0xff); in clear_copybit() 606 req->const_color.g = (uint32_t)((color >> 8) & 0xff); in clear_copybit() 607 req->const_color.r = (uint32_t)((color >> 0) & 0xff); in clear_copybit() 625 uint32_t color) in fill_color() argument 658 req->const_color.r = (uint32_t)((color >> 0) & 0xff); in fill_color() 659 req->const_color.g = (uint32_t)((color >> 8) & 0xff); in fill_color() 660 req->const_color.b = (uint32_t)((color >> 16) & 0xff); in fill_color() 661 req->const_color.alpha = (uint32_t)((color >> 24) & 0xff); in fill_color()
|
D | copybit.h | 258 uint32_t color);
|
/hardware/qcom/display/msm8084/liboverlay/pipes/ |
D | overlayGenPipe.cpp | 54 void GenericPipe::setColor(const uint32_t color) { in setColor() argument 55 mCtrl->setColor(color); in setColor()
|
D | overlayGenPipe.h | 50 void setColor(const uint32_t color);
|
/hardware/qcom/display/msm8226/liboverlay/pipes/ |
D | overlayGenPipe.cpp | 54 void GenericPipe::setColor(const uint32_t color) { in setColor() argument 55 mCtrl->setColor(color); in setColor()
|
D | overlayGenPipe.h | 50 void setColor(const uint32_t color);
|
/hardware/libhardware/include/hardware/ |
D | lights.h | 105 unsigned int color; member
|
/hardware/samsung_slsi/exynos5/include/ |
D | s3c-fb.h | 72 __u32 color; member
|
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/ |
D | s3c-fb.h | 66 __u32 color; member
|
D | fimc-is-metadata.h | 722 struct camera2_colorcorrection_ctl color; member 741 struct camera2_colorcorrection_dm color; member 754 struct camera2_colorcorrection_sm color; member
|
/hardware/samsung_slsi/exynos5/libcamera2/ |
D | MetadataConverter.cpp | 420 dst->ctl.color.saturation = 3; // means '0' in ApplySceneModeParameters() 439 dst->ctl.color.saturation = 4; // means '+1' in ApplySceneModeParameters() 458 dst->ctl.color.saturation = 3; // means '0' in ApplySceneModeParameters() 476 dst->ctl.color.saturation = 3; // means '0' in ApplySceneModeParameters() 490 dst->ctl.color.saturation = 3; // means '0' in ApplySceneModeParameters() 504 dst->ctl.color.saturation = 3; // means '0' in ApplySceneModeParameters()
|
D | fimc-is-metadata.h | 671 struct camera2_colorcorrection_ctl color; member 694 struct camera2_colorcorrection_dm color; member 709 struct camera2_colorcorrection_sm color; member
|
/hardware/intel/common/libva/test/videoprocess/ |
D | process.cfg | 5 # Supported features including: denoise, deinterlacing, sharpening, color balance,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
D | ftfy.sh | 130 git diff --no-color --no-ext-diff > "${MODIFIED_DIFF}"
|