Searched refs:jpu_formats (Results 1 – 1 of 1) sorted by relevance
283 static struct jpu_fmt jpu_formats[] = { variable684 for (i = 0; i < ARRAY_SIZE(jpu_formats); i++) { in jpu_find_format()685 struct jpu_fmt *fmt = &jpu_formats[i]; in jpu_find_format()698 for (i = 0; i < ARRAY_SIZE(jpu_formats); ++i) { in jpu_enum_fmt()699 if (jpu_formats[i].types & type) { in jpu_enum_fmt()706 if (i >= ARRAY_SIZE(jpu_formats)) in jpu_enum_fmt()709 f->pixelformat = jpu_formats[i].fourcc; in jpu_enum_fmt()