Searched refs:set_gamma (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_eq.c | 103 static void set_gamma(EQContext *eq) in set_gamma() function 174 set_gamma(eq); in initialize() 242 set_gamma(eq); in filter_frame()
|
/third_party/backends/backend/ |
H A D | epson2-commands.h | 24 #define esci_set_gamma(s,v) e2_esc_cmd( s,(s)->hw->cmd->set_gamma, v)
|
H A D | epson.h | 97 unsigned char set_gamma; member
|
H A D | epson2.h | 205 unsigned char set_gamma; member
|
H A D | epson.c | 1125 #define set_gamma(s,v) set_cmd( s,(s)->hw->cmd->set_gamma, v) macro 2938 if (!s->hw->cmd->set_gamma) in init_options() 4635 if (s->hw->cmd->set_gamma && in sane_start() 4664 DBG (1, "sane_start: set_gamma( s, 0x%x ).\n", val); in sane_start() 4665 status = set_gamma (s, val); in sane_start() 4669 DBG (1, "sane_start: set_gamma failed: %s\n", sane_strstatus (status)); in sane_start()
|
H A D | epson2-ops.c | 1116 if (s->hw->cmd->set_gamma in e2_set_scanning_parameters()
|
H A D | epson2.c | 1094 if (!s->hw->cmd->set_gamma) in init_options()
|
/third_party/libdrm/tests/modetest/ |
H A D | modetest.c | 1118 static void set_gamma(struct device *dev, unsigned crtc_id, unsigned fourcc) in set_gamma() function 1323 set_gamma(dev, p[i].crtc_id, p[i].fourcc); in atomic_set_planes() 1642 set_gamma(dev, pipe->crtc_id, pipe->fourcc); in set_mode()
|
Completed in 17 milliseconds