Searched refs:supported_formats (Results 1 – 2 of 2) sorted by relevance
1054 for (unsigned int i = 0; i < ARRAY_SIZE(supported_formats); i++) { in pispbe_find_fmt()1055 if (supported_formats[i].fourcc == fourcc) in pispbe_find_fmt()1056 return &supported_formats[i]; in pispbe_find_fmt()1296 if (f->index >= ARRAY_SIZE(supported_formats)) in pispbe_node_enum_fmt()1299 f->pixelformat = supported_formats[f->index].fourcc; in pispbe_node_enum_fmt()
56 static const struct pisp_be_format supported_formats[] = { variable