Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/renesas/
H A Drcar_jpu.c230 struct jpu_fmt { struct
248 struct jpu_fmt *fmtinfo; argument
283 static struct jpu_fmt jpu_formats[] = {
672 static struct jpu_fmt *jpu_find_format(bool encoder, u32 pixelformat, in jpu_find_format()
685 struct jpu_fmt *fmt = &jpu_formats[i]; in jpu_find_format()
761 static int __jpu_try_fmt(struct jpu_ctx *ctx, struct jpu_fmt **fmtinfo, in __jpu_try_fmt()
765 struct jpu_fmt *fmt; in __jpu_try_fmt()
839 struct jpu_fmt *fmtinfo; in jpu_s_fmt()