Searched refs:sjpeg_formats (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/media/platform/s5p-jpeg/ |
D | jpeg-core.c | 39 static struct s5p_jpeg_fmt sjpeg_formats[] = { variable 373 #define SJPEG_NUM_FORMATS ARRAY_SIZE(sjpeg_formats) 1296 static int enum_fmt(struct s5p_jpeg_fmt *sjpeg_formats, int n, in enum_fmt() argument 1302 if (sjpeg_formats[i].flags & type) { in enum_fmt() 1317 strlcpy(f->description, sjpeg_formats[i].name, sizeof(f->description)); in enum_fmt() 1318 f->pixelformat = sjpeg_formats[i].fourcc; in enum_fmt() 1329 return enum_fmt(sjpeg_formats, SJPEG_NUM_FORMATS, f, in s5p_jpeg_enum_fmt_vid_cap() 1332 return enum_fmt(sjpeg_formats, SJPEG_NUM_FORMATS, f, in s5p_jpeg_enum_fmt_vid_cap() 1342 return enum_fmt(sjpeg_formats, SJPEG_NUM_FORMATS, f, in s5p_jpeg_enum_fmt_vid_out() 1345 return enum_fmt(sjpeg_formats, SJPEG_NUM_FORMATS, f, in s5p_jpeg_enum_fmt_vid_out() [all …]
|