Searched refs:mxc_formats (Results 1 – 1 of 1) sorted by relevance
65 static const struct mxc_jpeg_fmt mxc_formats[] = { variable142 #define MXC_JPEG_NUM_FORMATS ARRAY_SIZE(mxc_formats)344 static int enum_fmt(const struct mxc_jpeg_fmt *mxc_formats, int n, in enum_fmt() argument350 if (mxc_formats[i].flags == type) { in enum_fmt()365 strscpy(f->description, mxc_formats[i].name, sizeof(f->description)); in enum_fmt()366 f->pixelformat = mxc_formats[i].fourcc; in enum_fmt()377 const struct mxc_jpeg_fmt *fmt = &mxc_formats[k]; in mxc_jpeg_find_format()1123 if (mxc_formats[i].subsampling == header->frame.subsampling && in mxc_jpeg_get_image_format()1124 mxc_formats[i].nc == header->frame.num_components) { in mxc_jpeg_get_image_format()1125 fourcc = mxc_formats[i].fourcc; in mxc_jpeg_get_image_format()[all …]