Home
last modified time | relevance | path

Searched refs:csc_coe_t (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/core/hardware/
H A Drga_ioctl.h201 typedef struct csc_coe_t { struct
206 } csc_coe_t; argument
210 csc_coe_t coe_y;
211 csc_coe_t coe_u;
212 csc_coe_t coe_v;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/
H A Drga.h315 typedef struct csc_coe_t { struct
320 } csc_coe_t; argument
324 csc_coe_t coe_y;
325 csc_coe_t coe_u;
326 csc_coe_t coe_v;
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/
H A Drga2.h298 typedef struct csc_coe_t { struct
303 } csc_coe_t; argument
307 csc_coe_t coe_y;
308 csc_coe_t coe_u;
309 csc_coe_t coe_v;
/OK3568_Linux_fs/external/linux-rga/core/
H A DNormalRgaApi.cpp1160 static inline void NormalRgaCompatModeConvertRga2FullCscCoe(rga2_csc_coe_t *coe, csc_coe_t *orig_co… in NormalRgaCompatModeConvertRga2FullCscCoe()