Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/s3c-camif/
Dcamif-core.c47 static const struct camif_fmt camif_formats[] = { variable
117 if (index >= (int)ARRAY_SIZE(camif_formats)) in s3c_camif_find_format()
120 for (i = 0; i < ARRAY_SIZE(camif_formats); ++i) { in s3c_camif_find_format()
121 fmt = &camif_formats[i]; in s3c_camif_find_format()