Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/
Drcar_jpu.c243 struct jpu_fmt { struct
261 struct jpu_fmt *fmtinfo; argument
296 static struct jpu_fmt jpu_formats[] = {
681 static struct jpu_fmt *jpu_find_format(bool encoder, u32 pixelformat, in jpu_find_format()
694 struct jpu_fmt *fmt = &jpu_formats[i]; in jpu_find_format()
770 static int __jpu_try_fmt(struct jpu_ctx *ctx, struct jpu_fmt **fmtinfo, in __jpu_try_fmt()
774 struct jpu_fmt *fmt; in __jpu_try_fmt()
853 struct jpu_fmt *fmtinfo; in jpu_s_fmt()