Home
last modified time | relevance | path

Searched refs:full_csc (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/core/
H A DNormalRgaApi.cpp946 msg->full_csc.flag = 1; in NormalRgaFullColorSpaceConvert()
947 memcpy(&msg->full_csc, &default_csc_table, sizeof(full_csc_t)); in NormalRgaFullColorSpaceConvert()
1089 rgaReg.full_csc.flag, in NormalRgaLogOutRgaReq()
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()
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()
1092 …rgaReg.full_csc.coe_v.r_v, rgaReg.full_csc.coe_v.g_y, rgaReg.full_csc.coe_v.b_u, rgaReg.full_csc.c… in NormalRgaLogOutRgaReq()
1221 NormalRgaCompatModeConvertRga2FullCsc(&req->full_csc, &orig_req->full_csc); in NormalRgaCompatModeConvertRga2()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/
H A Drga2_reg_info.c512 …& (~m_RGA2_DST_INFO_SW_DST_CSC_MODE_2)) | (s_RGA2_DST_INFO_SW_DST_CSC_MODE_2(msg->full_csc.flag))); in RGA2_set_reg_dst_info()
843 *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()
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()
853 *bRGA2_DST_CSC_20 = msg->full_csc.coe_v.r_v; in RGA2_set_reg_full_csc()
[all …]
H A Drga2.h435 full_csc_t full_csc; /* full color space convert */ member
489 full_csc_t full_csc; /* full color space convert */ member
585 full_csc_t full_csc; /* full color space convert */ member
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga2_reg_info.c2374 memcpy(&job->full_csc, &job->rga_command_base.full_csc, sizeof(job->full_csc)); in rga2_init_reg()
2535 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()
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()
2549 rga_write(job->full_csc.coe_v.r_v, RGA2_DST_CSC_20, scheduler); in rga2_set_reg_full_csc()
[all …]
/OK3568_Linux_fs/external/linux-rga/core/hardware/
H A Drga2_driver.h195 rga2_full_csc_t full_csc; /* full color space convert */ member
H A Drga_ioctl.h437 full_csc_t full_csc; /* full color space convert */ member
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/include/
H A Drga_drv.h274 struct rga_full_csc full_csc; member
H A Drga.h658 struct rga_full_csc full_csc; member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/
H A Drga.h551 full_csc_t full_csc; /* full color space convert */ member