Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/sunxi/sun8i-rotate/
H A Dsun8i_formats.c13 static const struct rotate_format rotate_formats[] = { variable
245 for (i = 0; i < ARRAY_SIZE(rotate_formats); i++) in rotate_find_format()
246 if (rotate_formats[i].fourcc == pixelformat) in rotate_find_format()
247 return &rotate_formats[i]; in rotate_find_format()
258 for (i = 0; i < ARRAY_SIZE(rotate_formats); i++) { in rotate_enum_fmt()
260 if (dst && !(rotate_formats[i].flags & ROTATE_FLAG_OUTPUT)) in rotate_enum_fmt()
264 f->pixelformat = rotate_formats[i].fourcc; in rotate_enum_fmt()