Home
last modified time | relevance | path

Searched refs:sw_sharp_luma_dx (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v21.c3089 value = (arg->sw_sharp_luma_dx[6] & 0x0F) << 24 | in isp_sharp_config()
3090 (arg->sw_sharp_luma_dx[5] & 0x0F) << 20 | in isp_sharp_config()
3091 (arg->sw_sharp_luma_dx[4] & 0x0F) << 16 | in isp_sharp_config()
3092 (arg->sw_sharp_luma_dx[3] & 0x0F) << 12 | in isp_sharp_config()
3093 (arg->sw_sharp_luma_dx[2] & 0x0F) << 8 | in isp_sharp_config()
3094 (arg->sw_sharp_luma_dx[1] & 0x0F) << 4 | in isp_sharp_config()
3095 (arg->sw_sharp_luma_dx[0] & 0x0F); in isp_sharp_config()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drkisp21-config.h222 u8 sw_sharp_luma_dx[ISP21_SHARP_X_NUM]; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-isp21-config.h222 __u8 sw_sharp_luma_dx[ISP21_SHARP_X_NUM]; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp21/
H A DIsp21Params.cpp893 pCfg->sw_sharp_luma_dx[i] = sharp.sharp_luma_dx[i]; in convertAiqSharpenToIsp21Params()