Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/platform/
Drcar_jpu.c243 struct jpu_fmt { struct
261 struct jpu_fmt *fmtinfo; argument
296 static struct jpu_fmt jpu_formats[] = {
680 static struct jpu_fmt *jpu_find_format(bool encoder, u32 pixelformat, in jpu_find_format()
693 struct jpu_fmt *fmt = &jpu_formats[i]; in jpu_find_format()
769 static int __jpu_try_fmt(struct jpu_ctx *ctx, struct jpu_fmt **fmtinfo, in __jpu_try_fmt()
773 struct jpu_fmt *fmt; in __jpu_try_fmt()
847 struct jpu_fmt *fmtinfo; in jpu_s_fmt()