Searched refs:coe_u (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/linux-rga/core/ |
| H A D | NormalRgaApi.cpp | 870 csc_coe_float_t coe_u; in NormalRgaFullColorSpaceConvert() member 935 default_csc_table.coe_u.r_v = (int)(fptr->coe_u.r_v * factor +0.5); in NormalRgaFullColorSpaceConvert() 936 default_csc_table.coe_u.g_y = (int)(fptr->coe_u.g_y * factor +0.5); in NormalRgaFullColorSpaceConvert() 937 default_csc_table.coe_u.b_u = (int)(fptr->coe_u.b_u * factor +0.5); in NormalRgaFullColorSpaceConvert() 938 default_csc_table.coe_u.off = (int)(fptr->coe_u.off * factor +0.5); in NormalRgaFullColorSpaceConvert() 1091 …rgaReg.full_csc.coe_u.r_v, rgaReg.full_csc.coe_u.g_y, rgaReg.full_csc.coe_u.b_u, rgaReg.full_csc.c… in NormalRgaLogOutRgaReq() 1171 NormalRgaCompatModeConvertRga2FullCscCoe(&csc->coe_u, &orig_csc->coe_u); in NormalRgaCompatModeConvertRga2FullCsc()
|
| /OK3568_Linux_fs/external/linux-rga/core/hardware/ |
| H A D | rga2_driver.h | 111 rga2_csc_coe_t coe_u; member
|
| H A D | rga_ioctl.h | 211 csc_coe_t coe_u; member
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/ |
| H A D | rga.h | 325 csc_coe_t coe_u; member
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/ |
| H A D | rga2.h | 308 csc_coe_t coe_u; member
|
| H A D | rga2_reg_info.c | 848 *bRGA2_DST_CSC_10 = msg->full_csc.coe_u.r_v; in RGA2_set_reg_full_csc() 849 *bRGA2_DST_CSC_11 = msg->full_csc.coe_u.g_y; in RGA2_set_reg_full_csc() 850 *bRGA2_DST_CSC_12 = msg->full_csc.coe_u.b_u; in RGA2_set_reg_full_csc() 851 *bRGA2_DST_CSC_OFF1 = msg->full_csc.coe_u.off; in RGA2_set_reg_full_csc()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/include/ |
| H A D | rga.h | 379 struct rga_csc_coe coe_u; member
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/ |
| H A D | rga2_reg_info.c | 2543 rga_write(job->full_csc.coe_u.r_v, RGA2_DST_CSC_10, scheduler); in rga2_set_reg_full_csc() 2544 rga_write(job->full_csc.coe_u.g_y, RGA2_DST_CSC_11, scheduler); in rga2_set_reg_full_csc() 2545 rga_write(job->full_csc.coe_u.b_u, RGA2_DST_CSC_12, scheduler); in rga2_set_reg_full_csc() 2546 rga_write(job->full_csc.coe_u.off, RGA2_DST_CSC_OFF1, scheduler); in rga2_set_reg_full_csc()
|