Searched refs:v4l2_pix_format_mplane (Results 1 – 23 of 23) sorted by relevance
/linux-4.1.27/drivers/media/v4l2-core/ |
D | v4l2-compat-ioctl32.c | 99 static inline int get_v4l2_pix_format_mplane(struct v4l2_pix_format_mplane *kp, in get_v4l2_pix_format_mplane() 100 struct v4l2_pix_format_mplane __user *up) in get_v4l2_pix_format_mplane() 102 if (copy_from_user(kp, up, sizeof(struct v4l2_pix_format_mplane))) in get_v4l2_pix_format_mplane() 114 static inline int put_v4l2_pix_format_mplane(struct v4l2_pix_format_mplane *kp, in put_v4l2_pix_format_mplane() 115 struct v4l2_pix_format_mplane __user *up) in put_v4l2_pix_format_mplane() 117 if (copy_to_user(up, kp, sizeof(struct v4l2_pix_format_mplane))) in put_v4l2_pix_format_mplane() 154 struct v4l2_pix_format_mplane pix_mp;
|
D | v4l2-ioctl.c | 245 const struct v4l2_pix_format_mplane *mp; in v4l_print_format()
|
/linux-4.1.27/drivers/media/platform/vsp1/ |
D | vsp1_video.h | 125 struct v4l2_pix_format_mplane format;
|
D | vsp1_video.c | 197 struct v4l2_pix_format_mplane *pix, in __vsp1_video_try_format() 279 const struct v4l2_pix_format_mplane *format, in vsp1_video_format_adjust() 280 struct v4l2_pix_format_mplane *adjust) in vsp1_video_format_adjust() 716 const struct v4l2_pix_format_mplane *format; in vsp1_video_queue_setup() 717 struct v4l2_pix_format_mplane pix_mp; in vsp1_video_queue_setup() 746 const struct v4l2_pix_format_mplane *format = &video->format; in vsp1_video_buffer_prepare()
|
D | vsp1_wpf.c | 115 struct v4l2_pix_format_mplane *format = &wpf->video.format; in wpf_s_stream()
|
D | vsp1_rpf.c | 79 const struct v4l2_pix_format_mplane *format = &rpf->video.format; in rpf_s_stream()
|
/linux-4.1.27/drivers/media/platform/exynos4-is/ |
D | fimc-isp-video.c | 47 struct v4l2_pix_format_mplane *vid_fmt = &isp->video_capture.pixfmt; in isp_video_capture_queue_setup() 48 const struct v4l2_pix_format_mplane *pixm = NULL; in isp_video_capture_queue_setup() 389 struct v4l2_pix_format_mplane *pixm, in __isp_video_try_fmt() 422 struct v4l2_pix_format_mplane *pixm = &f->fmt.pix_mp; in isp_video_s_fmt_mplane()
|
D | fimc-isp.h | 141 struct v4l2_pix_format_mplane pixfmt;
|
D | fimc-m2m.c | 290 struct v4l2_pix_format_mplane *pix = &f->fmt.pix_mp; in fimc_try_fmt_mplane() 340 struct v4l2_pix_format_mplane *pixm) in __set_frame_format() 583 struct v4l2_pix_format_mplane pixm = { in fimc_m2m_set_default_format()
|
D | fimc-lite.c | 367 const struct v4l2_pix_format_mplane *pixm = NULL; in queue_setup() 696 struct v4l2_pix_format_mplane *pixm = &f->fmt.pix_mp; in fimc_lite_g_fmt_mplane() 714 struct v4l2_pix_format_mplane *pixm, in fimc_lite_try_fmt() 767 struct v4l2_pix_format_mplane *pixm = &f->fmt.pix_mp; in fimc_lite_s_fmt_mplane()
|
D | fimc-core.h | 628 struct v4l2_pix_format_mplane *pix);
|
D | fimc-core.c | 700 struct v4l2_pix_format_mplane *pixm = &f->fmt.pix_mp; in __fimc_get_format() 724 struct v4l2_pix_format_mplane *pix) in fimc_adjust_mplane_format()
|
D | fimc-capture.c | 351 const struct v4l2_pix_format_mplane *pixm = NULL; in queue_setup() 929 struct v4l2_pix_format_mplane *pix = &f->fmt.pix_mp; in __video_try_or_set_format() 1033 struct v4l2_pix_format_mplane *pix = &f->fmt.pix_mp; in __fimc_capture_set_format()
|
/linux-4.1.27/drivers/media/platform/vivid/ |
D | vivid-vid-out.c | 67 const struct v4l2_pix_format_mplane *mp; in vid_out_queue_setup() 314 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; in vivid_g_fmt_vid_out() 345 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; in vivid_try_fmt_vid_out() 434 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; in vivid_s_fmt_vid_out()
|
D | vivid-vid-common.c | 547 struct v4l2_pix_format_mplane *mp = &mp_fmt->fmt.pix_mp; in fmt_sp2mp() 573 struct v4l2_pix_format_mplane *mp = &fmt.fmt.pix_mp; in fmt_sp2mp_func()
|
D | vivid-vid-cap.c | 125 const struct v4l2_pix_format_mplane *mp; in vid_cap_queue_setup() 522 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; in vivid_g_fmt_vid_cap() 545 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; in vivid_try_fmt_vid_cap() 627 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; in vivid_s_fmt_vid_cap()
|
/linux-4.1.27/drivers/media/platform/exynos-gsc/ |
D | gsc-core.c | 394 struct v4l2_pix_format_mplane *pix_mp = &f->fmt.pix_mp; in gsc_try_fmt_mplane() 470 struct v4l2_pix_format_mplane *pix_mp; in gsc_g_fmt_mplane()
|
D | gsc-m2m.c | 320 struct v4l2_pix_format_mplane *pix; in gsc_m2m_s_fmt_mplane()
|
/linux-4.1.27/include/uapi/linux/ |
D | videodev2.h | 1869 struct v4l2_pix_format_mplane { struct 1909 struct v4l2_pix_format_mplane pix_mp; /* V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE */
|
/linux-4.1.27/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_dec.c | 325 struct v4l2_pix_format_mplane *pix_mp; in vidioc_g_fmt() 418 struct v4l2_pix_format_mplane *pix_mp; in vidioc_s_fmt()
|
D | s5p_mfc_enc.c | 1001 struct v4l2_pix_format_mplane *pix_fmt_mp = &f->fmt.pix_mp; in vidioc_g_fmt() 1038 struct v4l2_pix_format_mplane *pix_fmt_mp = &f->fmt.pix_mp; in vidioc_try_fmt() 1086 struct v4l2_pix_format_mplane *pix_fmt_mp = &f->fmt.pix_mp; in vidioc_s_fmt()
|
/linux-4.1.27/drivers/media/platform/s5p-tv/ |
D | mixer_video.c | 301 struct v4l2_pix_format_mplane *pix = &f->fmt.pix_mp; in mxr_g_fmt() 320 struct v4l2_pix_format_mplane *pix; in mxr_s_fmt()
|
/linux-4.1.27/drivers/media/platform/ti-vpe/ |
D | vpe.c | 1392 struct v4l2_pix_format_mplane *pix = &f->fmt.pix_mp; in vpe_g_fmt() 1433 struct v4l2_pix_format_mplane *pix = &f->fmt.pix_mp; in __vpe_try_fmt() 1524 struct v4l2_pix_format_mplane *pix = &f->fmt.pix_mp; in __vpe_s_fmt()
|