Home
last modified time | relevance | path

Searched refs:v4l2_pix_format_mplane (Results 1 – 9 of 9) sorted by relevance

/linux-3.4.99/drivers/media/video/
Dv4l2-compat-ioctl32.c98 static inline int get_v4l2_pix_format_mplane(struct v4l2_pix_format_mplane *kp, in get_v4l2_pix_format_mplane()
99 struct v4l2_pix_format_mplane __user *up) in get_v4l2_pix_format_mplane()
101 if (copy_from_user(kp, up, sizeof(struct v4l2_pix_format_mplane))) in get_v4l2_pix_format_mplane()
113 static inline int put_v4l2_pix_format_mplane(struct v4l2_pix_format_mplane *kp, in put_v4l2_pix_format_mplane()
114 struct v4l2_pix_format_mplane __user *up) in put_v4l2_pix_format_mplane()
116 if (copy_to_user(up, kp, sizeof(struct v4l2_pix_format_mplane))) in put_v4l2_pix_format_mplane()
153 struct v4l2_pix_format_mplane pix_mp;
Dv4l2-ioctl.c377 struct v4l2_pix_format_mplane *fmt) in v4l_print_pix_fmt_mplane()
/linux-3.4.99/drivers/media/video/s5p-fimc/
Dfimc-core.c956 struct v4l2_pix_format_mplane *pixm = &f->fmt.pix_mp; in fimc_fill_format()
979 struct v4l2_pix_format_mplane *pixm = &f->fmt.pix_mp; in fimc_fill_frame()
1001 struct v4l2_pix_format_mplane *pix) in fimc_adjust_mplane_format()
1080 struct v4l2_pix_format_mplane *pix = &f->fmt.pix_mp; in fimc_try_fmt_mplane()
1139 struct v4l2_pix_format_mplane *pix; in fimc_m2m_s_fmt_mplane()
Dfimc-capture.c253 const struct v4l2_pix_format_mplane *pixm = NULL; in queue_setup()
750 struct v4l2_pix_format_mplane *pix = &f->fmt.pix_mp; in fimc_cap_try_fmt_mplane()
804 struct v4l2_pix_format_mplane *pix = &f->fmt.pix_mp; in fimc_capture_set_format()
Dfimc-core.h720 struct v4l2_pix_format_mplane *pix);
/linux-3.4.99/drivers/media/video/s5p-mfc/
Ds5p_mfc_dec.c284 struct v4l2_pix_format_mplane *pix_mp; in vidioc_g_fmt()
364 struct v4l2_pix_format_mplane *pix_mp; in vidioc_s_fmt()
Ds5p_mfc_enc.c847 struct v4l2_pix_format_mplane *pix_fmt_mp = &f->fmt.pix_mp; in vidioc_g_fmt()
883 struct v4l2_pix_format_mplane *pix_fmt_mp = &f->fmt.pix_mp; in vidioc_try_fmt()
922 struct v4l2_pix_format_mplane *pix_fmt_mp = &f->fmt.pix_mp; in vidioc_s_fmt()
/linux-3.4.99/drivers/media/video/s5p-tv/
Dmixer_video.c299 struct v4l2_pix_format_mplane *pix = &f->fmt.pix_mp; in mxr_g_fmt()
318 struct v4l2_pix_format_mplane *pix; in mxr_s_fmt()
/linux-3.4.99/include/linux/
Dvideodev2.h2145 struct v4l2_pix_format_mplane { struct
2171 struct v4l2_pix_format_mplane pix_mp; /* V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE */ argument