Home
last modified time | relevance | path

Searched refs:ipu_ic_csc_params (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/
Dipu-ic-csc.c18 static const struct ipu_ic_csc_params identity = {
35 static const struct ipu_ic_csc_params rgbf2rgbl = {
52 static const struct ipu_ic_csc_params rgbl2rgbf = {
69 static const struct ipu_ic_csc_params yuvf2yuvl = {
87 static const struct ipu_ic_csc_params yuvl2yuvf = {
97 static const struct ipu_ic_csc_params *rgb2rgb[] = {
104 static const struct ipu_ic_csc_params *yuv2yuv[] = {
118 static const struct ipu_ic_csc_params rgbf2yuvf_601 = {
129 static const struct ipu_ic_csc_params rgbf2yuvl_601 = {
141 static const struct ipu_ic_csc_params rgbl2yuvf_601 = {
[all …]
/kernel/linux/linux-5.10/include/video/
Dimx-ipu-v3.h414 struct ipu_ic_csc_params { struct
424 struct ipu_ic_csc_params params; argument