Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/ipu-v3/
H A 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 …]
/openbmc/linux/include/video/
H A Dimx-ipu-v3.h416 struct ipu_ic_csc_params { struct
426 struct ipu_ic_csc_params params; argument