Home
last modified time | relevance | path

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

/drivers/media/platform/s5p-mfc/
Ds5p_mfc_enc.h19 struct s5p_mfc_fmt *get_enc_def_fmt(bool src);
Ds5p_mfc_dec.h19 struct s5p_mfc_fmt *get_dec_def_fmt(bool src);
Ds5p_mfc_common.h576 struct s5p_mfc_fmt *src_fmt;
577 struct s5p_mfc_fmt *dst_fmt;
670 struct s5p_mfc_fmt { struct
Ds5p_mfc_dec.c34 static struct s5p_mfc_fmt formats[] = {
160 static struct s5p_mfc_fmt *find_format(struct v4l2_format *f, unsigned int t) in find_format()
287 struct s5p_mfc_fmt *fmt; in vidioc_enum_fmt()
381 struct s5p_mfc_fmt *fmt; in vidioc_try_fmt()
Ds5p_mfc_enc.c37 static struct s5p_mfc_fmt formats[] = {
109 static struct s5p_mfc_fmt *find_format(struct v4l2_format *f, unsigned int t) in find_format()
964 struct s5p_mfc_fmt *fmt; in vidioc_enum_fmt()
1038 struct s5p_mfc_fmt *fmt; in vidioc_try_fmt()
1791 static int check_vb_with_fmt(struct s5p_mfc_fmt *fmt, struct vb2_buffer *vb) in check_vb_with_fmt()