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.c35 static struct s5p_mfc_fmt formats[] = {
161 static struct s5p_mfc_fmt *find_format(struct v4l2_format *f, unsigned int t) in find_format()
289 struct s5p_mfc_fmt *fmt; in vidioc_enum_fmt()
384 struct s5p_mfc_fmt *fmt; in vidioc_try_fmt()
Ds5p_mfc_enc.c38 static struct s5p_mfc_fmt formats[] = {
111 static struct s5p_mfc_fmt *find_format(struct v4l2_format *f, unsigned int t) in find_format()
957 struct s5p_mfc_fmt *fmt; in vidioc_enum_fmt()
1031 struct s5p_mfc_fmt *fmt; in vidioc_try_fmt()
1742 static int check_vb_with_fmt(struct s5p_mfc_fmt *fmt, struct vb2_buffer *vb) in check_vb_with_fmt()