V4L2_BUF_TYPE_VIDEO_CAPTURE
if (req->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
if (fmtdesc->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
vs->vs_type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
dest->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
case V4L2_BUF_TYPE_VIDEO_CAPTURE:
fmtdesc->type = V4L2_BUF_TYPE_VIDEO_CAPTURE; /* TODO: only one type for now */
if (parm->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
if (parm->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
fmtdesc.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;