Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/s5p-mfc/
Ds5p_mfc_dec.h19 struct s5p_mfc_fmt *get_dec_def_fmt(bool src);
Ds5p_mfc_enc.h19 struct s5p_mfc_fmt *get_enc_def_fmt(bool src);
Ds5p_mfc_common.h630 struct s5p_mfc_fmt *src_fmt;
631 struct s5p_mfc_fmt *dst_fmt;
724 struct s5p_mfc_fmt { struct
Ds5p_mfc_dec.c34 static struct s5p_mfc_fmt formats[] = {
166 static struct s5p_mfc_fmt *find_format(struct v4l2_format *f, unsigned int t) in find_format()
293 struct s5p_mfc_fmt *fmt; in vidioc_enum_fmt()
387 struct s5p_mfc_fmt *fmt; in vidioc_try_fmt()
Ds5p_mfc_enc.c37 static struct s5p_mfc_fmt formats[] = {
112 static struct s5p_mfc_fmt *find_format(struct v4l2_format *f, unsigned int t) in find_format()
1334 struct s5p_mfc_fmt *fmt; in vidioc_enum_fmt()
1408 struct s5p_mfc_fmt *fmt; in vidioc_try_fmt()
2368 static int check_vb_with_fmt(struct s5p_mfc_fmt *fmt, struct vb2_buffer *vb) in check_vb_with_fmt()