Home
last modified time | relevance | path

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

/linux-4.4.14/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.h574 struct s5p_mfc_fmt *src_fmt;
575 struct s5p_mfc_fmt *dst_fmt;
668 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()
286 struct s5p_mfc_fmt *fmt; in vidioc_enum_fmt()
380 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()
969 struct s5p_mfc_fmt *fmt; in vidioc_enum_fmt()
1043 struct s5p_mfc_fmt *fmt; in vidioc_try_fmt()
1798 static int check_vb_with_fmt(struct s5p_mfc_fmt *fmt, struct vb2_buffer *vb) in check_vb_with_fmt()