Home
last modified time | relevance | path

Searched refs:osys_format (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/staging/media/ipu3/
H A Dipu3-css.h83 enum imgu_abi_osys_format osys_format; member
H A Dipu3-css-params.c196 unsigned int *osys_format, in imgu_css_osys_set_format() argument
199 *osys_format = IMGU_ABI_OSYS_FORMAT_YUV420; in imgu_css_osys_set_format()
204 *osys_format = IMGU_ABI_OSYS_FORMAT_YUV420; in imgu_css_osys_set_format()
207 *osys_format = IMGU_ABI_OSYS_FORMAT_YV12; in imgu_css_osys_set_format()
210 *osys_format = IMGU_ABI_OSYS_FORMAT_NV12; in imgu_css_osys_set_format()
213 *osys_format = IMGU_ABI_OSYS_FORMAT_NV16; in imgu_css_osys_set_format()
216 *osys_format = IMGU_ABI_OSYS_FORMAT_NV21; in imgu_css_osys_set_format()
219 *osys_format = IMGU_ABI_OSYS_FORMAT_NV12; in imgu_css_osys_set_format()
H A Dipu3-css.c55 .osys_format = IMGU_ABI_OSYS_FORMAT_NV12,