Searched refs:effect (Results 1 - 14 of 14) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
H A D | procfs.c | 19 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 D | rkisp.h | 91 unsigned int effect; member
|
H A D | isp_params_v3x.c | 761 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 D | isp_params_v1x.c | 782 switch (arg->effect) {
in isp_ie_config()
|
H A D | isp_params_v21.c | 731 switch (arg->effect) { in isp_ie_config()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | procfs.c | 19 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 D | rkisp.h | 91 unsigned int effect; member
|
H A D | isp_params_v3x.c | 882 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 D | isp_params_v1x.c | 984 switch (arg->effect) { in isp_ie_config()
|
H A D | isp_params_v21.c | 918 switch (arg->effect) { in isp_ie_config()
|
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/ |
H A D | rkisp1-config.h | 300 * @eff_tint: Chrominance increment values of tint (used for sepia effect) 303 unsigned short effect; member
|
H A D | rkisp2-config.h | 958 u16 effect; member
|
/device/soc/rockchip/rk3588/kernel/include/uapi/linux/ |
H A D | rkisp1-config.h | 313 * @eff_tint: Chrominance increment values of tint (used for sepia effect) 316 unsigned short effect; member
|
H A D | rkisp2-config.h | 977 u16 effect; member
|
Completed in 41 milliseconds