/linux-4.4.14/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() 168 struct v4l2_pix_format_mplane pix_mp;
|
D | v4l2-ioctl.c | 246 const struct v4l2_pix_format_mplane *mp; in v4l_print_format()
|
/linux-4.4.14/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() 796 const struct v4l2_pix_format_mplane *format; in vsp1_video_queue_setup() 797 struct v4l2_pix_format_mplane pix_mp; in vsp1_video_queue_setup() 827 const struct v4l2_pix_format_mplane *format = &video->format; in vsp1_video_buffer_prepare()
|
D | vsp1_rpf.c | 79 const struct v4l2_pix_format_mplane *format = &rpf->video.format; in rpf_s_stream()
|
D | vsp1_wpf.c | 115 struct v4l2_pix_format_mplane *format = &wpf->video.format; in wpf_s_stream()
|
/linux-4.4.14/drivers/media/platform/exynos4-is/ |
D | fimc-isp-video.c | 48 struct v4l2_pix_format_mplane *vid_fmt = &isp->video_capture.pixfmt; in isp_video_capture_queue_setup() 49 const struct v4l2_pix_format_mplane *pixm = NULL; in isp_video_capture_queue_setup() 391 struct v4l2_pix_format_mplane *pixm, in __isp_video_try_fmt() 424 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 | 291 struct v4l2_pix_format_mplane *pix = &f->fmt.pix_mp; in fimc_try_fmt_mplane() 341 struct v4l2_pix_format_mplane *pixm) in __set_frame_format() 584 struct v4l2_pix_format_mplane pixm = { in fimc_m2m_set_default_format()
|
D | fimc-lite.c | 363 const struct v4l2_pix_format_mplane *pixm = NULL; in queue_setup() 693 struct v4l2_pix_format_mplane *pixm = &f->fmt.pix_mp; in fimc_lite_g_fmt_mplane() 711 struct v4l2_pix_format_mplane *pixm, in fimc_lite_try_fmt() 764 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 | 346 const struct v4l2_pix_format_mplane *pixm = NULL; in queue_setup() 925 struct v4l2_pix_format_mplane *pix = &f->fmt.pix_mp; in __video_try_or_set_format() 1029 struct v4l2_pix_format_mplane *pix = &f->fmt.pix_mp; in __fimc_capture_set_format()
|
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-vid-out.c | 68 const struct v4l2_pix_format_mplane *mp; in vid_out_queue_setup() 319 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; in vivid_g_fmt_vid_out() 351 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; in vivid_try_fmt_vid_out() 441 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; in vivid_s_fmt_vid_out()
|
D | vivid-vid-common.c | 570 struct v4l2_pix_format_mplane *mp = &mp_fmt->fmt.pix_mp; in fmt_sp2mp() 597 struct v4l2_pix_format_mplane *mp = &fmt.fmt.pix_mp; in fmt_sp2mp_func()
|
D | vivid-vid-cap.c | 126 const struct v4l2_pix_format_mplane *mp; in vid_cap_queue_setup() 533 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; in vivid_g_fmt_vid_cap() 557 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; in vivid_try_fmt_vid_cap() 640 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; in vivid_s_fmt_vid_cap()
|
/linux-4.4.14/include/uapi/linux/ |
D | videodev2.h | 1965 struct v4l2_pix_format_mplane { struct 2006 struct v4l2_pix_format_mplane pix_mp; /* V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE */
|
/linux-4.4.14/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 | 1007 struct v4l2_pix_format_mplane *pix_fmt_mp = &f->fmt.pix_mp; in vidioc_g_fmt() 1044 struct v4l2_pix_format_mplane *pix_fmt_mp = &f->fmt.pix_mp; in vidioc_try_fmt() 1092 struct v4l2_pix_format_mplane *pix_fmt_mp = &f->fmt.pix_mp; in vidioc_s_fmt()
|
/linux-4.4.14/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 | 321 struct v4l2_pix_format_mplane *pix; in gsc_m2m_s_fmt_mplane()
|
/linux-4.4.14/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.4.14/drivers/media/platform/ti-vpe/ |
D | vpe.c | 1390 struct v4l2_pix_format_mplane *pix = &f->fmt.pix_mp; in vpe_g_fmt() 1431 struct v4l2_pix_format_mplane *pix = &f->fmt.pix_mp; in __vpe_try_fmt() 1522 struct v4l2_pix_format_mplane *pix = &f->fmt.pix_mp; in __vpe_s_fmt()
|
/linux-4.4.14/drivers/media/platform/ |
D | rcar_jpu.c | 269 struct v4l2_pix_format_mplane format; 778 struct v4l2_pix_format_mplane *pix, in __jpu_try_fmt()
|