Home
last modified time | relevance | path

Searched refs:coe_y (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/core/
H A DNormalRgaApi.cpp869 csc_coe_float_t coe_y; in NormalRgaFullColorSpaceConvert() member
930 default_csc_table.coe_y.r_v = (int)(fptr->coe_y.r_v * factor +0.5); in NormalRgaFullColorSpaceConvert()
931 default_csc_table.coe_y.g_y = (int)(fptr->coe_y.g_y * factor +0.5); in NormalRgaFullColorSpaceConvert()
932 default_csc_table.coe_y.b_u = (int)(fptr->coe_y.b_u * factor +0.5); in NormalRgaFullColorSpaceConvert()
933 default_csc_table.coe_y.off = (int)(fptr->coe_y.off * factor +0.5); in NormalRgaFullColorSpaceConvert()
1090 …rgaReg.full_csc.coe_y.r_v, rgaReg.full_csc.coe_y.g_y, rgaReg.full_csc.coe_y.b_u, rgaReg.full_csc.c… in NormalRgaLogOutRgaReq()
1170 NormalRgaCompatModeConvertRga2FullCscCoe(&csc->coe_y, &orig_csc->coe_y); in NormalRgaCompatModeConvertRga2FullCsc()
/OK3568_Linux_fs/external/linux-rga/core/hardware/
H A Drga2_driver.h110 rga2_csc_coe_t coe_y; member
H A Drga_ioctl.h210 csc_coe_t coe_y; member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/
H A Drga.h324 csc_coe_t coe_y; member
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/
H A Drga2.h307 csc_coe_t coe_y; member
H A Drga2_reg_info.c843 *bRGA2_DST_CSC_00 = msg->full_csc.coe_y.r_v; in RGA2_set_reg_full_csc()
844 *bRGA2_DST_CSC_01 = msg->full_csc.coe_y.g_y; in RGA2_set_reg_full_csc()
845 *bRGA2_DST_CSC_02 = msg->full_csc.coe_y.b_u; in RGA2_set_reg_full_csc()
846 *bRGA2_DST_CSC_OFF0 = msg->full_csc.coe_y.off; in RGA2_set_reg_full_csc()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/include/
H A Drga.h378 struct rga_csc_coe coe_y; member
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga2_reg_info.c2535 rga_write(job->full_csc.coe_y.r_v | (clip_y_max << 16) | (clip_y_min << 24), in rga2_set_reg_full_csc()
2537 rga_write(job->full_csc.coe_y.g_y | (clip_uv_max << 16) | (clip_uv_min << 24), in rga2_set_reg_full_csc()
2539 rga_write(job->full_csc.coe_y.b_u, RGA2_DST_CSC_02, scheduler); in rga2_set_reg_full_csc()
2540 rga_write(job->full_csc.coe_y.off, RGA2_DST_CSC_OFF0, scheduler); in rga2_set_reg_full_csc()