Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/samsung/s5p-mfc/
Ds5p_mfc_common.h641 const struct s5p_mfc_fmt *src_fmt;
642 const struct s5p_mfc_fmt *dst_fmt;
738 struct s5p_mfc_fmt { struct
Ds5p_mfc_dec.c30 static const struct s5p_mfc_fmt formats[] = {
180 static const struct s5p_mfc_fmt *find_format(struct v4l2_format *f, unsigned int t) in find_format()
409 const struct s5p_mfc_fmt *fmt; in vidioc_try_fmt()
Ds5p_mfc_enc.c33 static const struct s5p_mfc_fmt formats[] = {
114 static const struct s5p_mfc_fmt *find_format(struct v4l2_format *f, unsigned int t) in find_format()
1434 const struct s5p_mfc_fmt *fmt; in vidioc_try_fmt()
2395 static int check_vb_with_fmt(const struct s5p_mfc_fmt *fmt, struct vb2_buffer *vb) in check_vb_with_fmt()