Home
last modified time | relevance | path

Searched refs:lap_mat_coe (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v1x.c1612 val |= (arg->lap_mat_coe[0] & 0x0F) << 4 | in isp_rkiesharp_config_v12()
1613 (arg->lap_mat_coe[1] & 0x0F) << 8 | in isp_rkiesharp_config_v12()
1614 (arg->lap_mat_coe[2] & 0x0F) << 12; in isp_rkiesharp_config_v12()
1617 val = (arg->lap_mat_coe[3] & 0x0F) << 0 | in isp_rkiesharp_config_v12()
1618 (arg->lap_mat_coe[4] & 0x0F) << 4 | in isp_rkiesharp_config_v12()
1619 (arg->lap_mat_coe[5] & 0x0F) << 8 | in isp_rkiesharp_config_v12()
1620 (arg->lap_mat_coe[6] & 0x0F) << 12; in isp_rkiesharp_config_v12()
1623 val = (arg->lap_mat_coe[7] & 0x0F) << 0 | in isp_rkiesharp_config_v12()
1624 (arg->lap_mat_coe[8] & 0x0F) << 4; in isp_rkiesharp_config_v12()
H A Disp_params_v2x.c1529 val |= (arg->lap_mat_coe[0] & 0x0F) << 4 | in isp_iesharp_config()
1530 (arg->lap_mat_coe[1] & 0x0F) << 8 | in isp_iesharp_config()
1531 (arg->lap_mat_coe[2] & 0x0F) << 12; in isp_iesharp_config()
1534 val = (arg->lap_mat_coe[3] & 0x0F) << 0 | in isp_iesharp_config()
1535 (arg->lap_mat_coe[4] & 0x0F) << 4 | in isp_iesharp_config()
1536 (arg->lap_mat_coe[5] & 0x0F) << 8 | in isp_iesharp_config()
1537 (arg->lap_mat_coe[6] & 0x0F) << 12; in isp_iesharp_config()
1540 val = (arg->lap_mat_coe[7] & 0x0F) << 0 | in isp_iesharp_config()
1541 (arg->lap_mat_coe[8] & 0x0F) << 4; in isp_iesharp_config()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp1/
H A Disp_params.c1661 val |= (arg->lap_mat_coe[0] & 0x0F) << 4 | in isp_rkiesharp_config_v12()
1662 (arg->lap_mat_coe[1] & 0x0F) << 8 | in isp_rkiesharp_config_v12()
1663 (arg->lap_mat_coe[2] & 0x0F) << 12; in isp_rkiesharp_config_v12()
1666 val = (arg->lap_mat_coe[3] & 0x0F) << 0 | in isp_rkiesharp_config_v12()
1667 (arg->lap_mat_coe[4] & 0x0F) << 4 | in isp_rkiesharp_config_v12()
1668 (arg->lap_mat_coe[5] & 0x0F) << 8 | in isp_rkiesharp_config_v12()
1669 (arg->lap_mat_coe[6] & 0x0F) << 12; in isp_rkiesharp_config_v12()
1672 val = (arg->lap_mat_coe[7] & 0x0F) << 0 | in isp_rkiesharp_config_v12()
1673 (arg->lap_mat_coe[8] & 0x0F) << 4; in isp_rkiesharp_config_v12()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-isp1-config.h670 unsigned char lap_mat_coe[9]; member
H A Drk-isp2-config.h1172 __u8 lap_mat_coe[9]; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drkisp2-config.h1184 u8 lap_mat_coe[9]; member