Home
last modified time | relevance | path

Searched refs:ehf_th (Results 1 - 6 of 6) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/uapi/linux/
H A Drkispp-config.h240 u8 ehf_th; member
H A Drkisp3-config.h349 u16 ehf_th[ISP3X_SHARP_Y_NUM]; member
/device/soc/rockchip/rk3588/kernel/include/uapi/linux/
H A Drkispp-config.h247 u8 ehf_th; member
H A Drkisp3-config.h349 u16 ehf_th[ISP3X_SHARP_Y_NUM]; member
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Disp_params_v3x.c2653 value = (arg->ehf_th[2] & 0x3FF) << 0x14 | (arg->ehf_th[1] & 0x3FF) << 0x0A | (arg->ehf_th[0] & 0x3FF); in isp_sharp_config()
2656 value = (arg->ehf_th[5] & 0x3FF) << 0x14 | (arg->ehf_th[0x04] & 0x3FF) << 0x0A | (arg->ehf_th[3] & 0x3FF); in isp_sharp_config()
2659 value = (arg->ehf_th[7] & 0x3FF) << 0x0A | (arg->ehf_th[0x06] & 0x3FF); in isp_sharp_config()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v3x.c3291 value = (arg->ehf_th[2] & 0x3FF) << 20 | in isp_sharp_config()
3292 (arg->ehf_th[1] & 0x3FF) << 10 | in isp_sharp_config()
3293 (arg->ehf_th[0] & 0x3FF); in isp_sharp_config()
3296 value = (arg->ehf_th[5] & 0x3FF) << 20 | in isp_sharp_config()
3297 (arg->ehf_th[4] & 0x3FF) << 10 | in isp_sharp_config()
3298 (arg->ehf_th[3] & 0x3FF); in isp_sharp_config()
3301 value = (arg->ehf_th[7] & 0x3FF) << 10 | in isp_sharp_config()
3302 (arg->ehf_th[6] & 0x3FF); in isp_sharp_config()

Completed in 27 milliseconds