Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/
H A Drga2.h305 typedef struct full_csc_t { struct
310 } full_csc_t; argument
435 full_csc_t full_csc; /* full color space convert */
489 full_csc_t full_csc; /* full color space convert */
585 full_csc_t full_csc; /* full color space convert */
/OK3568_Linux_fs/external/linux-rga/core/hardware/
H A Drga_ioctl.h208 typedef struct full_csc_t { struct
213 } full_csc_t; typedef
437 full_csc_t full_csc; /* full color space convert */
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/
H A Drga.h322 typedef struct full_csc_t { struct
327 } full_csc_t; argument
551 full_csc_t full_csc; /* full color space convert */
/OK3568_Linux_fs/external/linux-rga/core/
H A DNormalRgaApi.cpp876 full_csc_t default_csc_table; in NormalRgaFullColorSpaceConvert()
947 memcpy(&msg->full_csc, &default_csc_table, sizeof(full_csc_t)); in NormalRgaFullColorSpaceConvert()
1167 static inline void NormalRgaCompatModeConvertRga2FullCsc(rga2_full_csc_t *csc, full_csc_t *orig_csc… in NormalRgaCompatModeConvertRga2FullCsc()