Home
last modified time | relevance | path

Searched defs:BRIGHTNESS (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_common.h22 #define BRIGHTNESS 4 /* -128 ~ 127 */ macro
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwincursor.c44 #define BRIGHTNESS(x) (x##Red * 0.299 + x##Green * 0.587 + x##Blue * 0.114) macro
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dcytherm.c64 #define BRIGHTNESS 0x2c /* RAM location for brightness value */ macro