Home
last modified time | relevance | path

Searched refs:effect (Results 1 - 14 of 14) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Dprocfs.c19 static const char *const effect[] = {"BLACKWHITE", "NEGATIVE", "SEPIA", "COLOR_SEL", in isp20_show() local
47 seq_printf(p, "%-10s %s(0x%x) (effect: %s)\n", "IE", (val & 1) ? "ON" : "OFF", val, in isp20_show()
48 effect[(val & CIF_IMG_EFF_CTRL_MODE_MASK) >> 1]); in isp20_show()
103 static const char *const effect[] = {"BLACKWHITE", "NEGATIVE", "SEPIA", "COLOR_SEL", in isp21_show() local
129 seq_printf(p, "%-10s %s(0x%x) (effect: %s)\n", "IE", (val & 1) ? "ON" : "OFF", val, in isp21_show()
130 effect[(val & CIF_IMG_EFF_CTRL_MODE_MASK) >> 1]); in isp21_show()
197 static const char *const effect[] = {"BLACKWHITE", "NEGATIVE", "SEPIA", "COLOR_SEL", in isp30_show() local
227 seq_printf(p, "%-10s %s(0x%x) (effect: %s)\n", "IE", (val & 1) ? "ON" : "OFF", val, in isp30_show()
228 effect[(val & CIF_IMG_EFF_CTRL_MODE_MASK) >> 1]); in isp30_show()
322 static const char *const effect[] in isp30_unite_show() local
[all...]
H A Drkisp.h91 unsigned int effect; member
H A Disp_params_v3x.c761 u32 effect = cur_ie_config->effect; in isp_cproc_config() local
769 if (quantization != V4L2_QUANTIZATION_FULL_RANGE || effect != V4L2_COLORFX_NONE) { in isp_cproc_config()
798 switch (arg->effect) { in isp_ie_config()
H A Disp_params_v1x.c782 switch (arg->effect) { in isp_ie_config()
H A Disp_params_v21.c731 switch (arg->effect) { in isp_ie_config()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Dprocfs.c19 static const char * const effect[] = { in isp20_show() local
58 seq_printf(p, "%-10s %s(0x%x) (effect: %s)\n", "IE", in isp20_show()
60 effect[(val & CIF_IMG_EFF_CTRL_MODE_MASK) >> 1]); in isp20_show()
117 static const char * const effect[] = { in isp21_show() local
154 seq_printf(p, "%-10s %s(0x%x) (effect: %s)\n", "IE", in isp21_show()
156 effect[(val & CIF_IMG_EFF_CTRL_MODE_MASK) >> 1]); in isp21_show()
229 static const char * const effect[] = { in isp30_show() local
269 seq_printf(p, "%-10s %s(0x%x) (effect: %s)\n", "IE", (val & 1) ? "ON" : "OFF", val, in isp30_show()
270 effect[(val & CIF_IMG_EFF_CTRL_MODE_MASK) >> 1]); in isp30_show()
369 static const char * const effect[] in isp30_unite_show() local
[all...]
H A Drkisp.h91 unsigned int effect; member
H A Disp_params_v3x.c882 u32 effect = cur_ie_config->effect; in isp_cproc_config() local
891 effect != V4L2_COLORFX_NONE) { in isp_cproc_config()
927 switch (arg->effect) { in isp_ie_config()
H A Disp_params_v1x.c984 switch (arg->effect) { in isp_ie_config()
H A Disp_params_v21.c918 switch (arg->effect) { in isp_ie_config()
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/
H A Drkisp1-config.h300 * @eff_tint: Chrominance increment values of tint (used for sepia effect)
303 unsigned short effect; member
H A Drkisp2-config.h958 u16 effect; member
/device/soc/rockchip/rk3588/kernel/include/uapi/linux/
H A Drkisp1-config.h313 * @eff_tint: Chrominance increment values of tint (used for sepia effect)
316 unsigned short effect; member
H A Drkisp2-config.h977 u16 effect; member

Completed in 41 milliseconds