Lines Matching defs:standard
395 struct v4l2_standard standard;
465 standard = XGIToV4lStandard(pPriv, 4);
466 ioctl(pPriv->fd, VIDIOC_S_STD, standard.index);
598 struct v4l2_standard standard;
619 standard = XGIToV4lStandard(pPriv,value);
620 if (ioctl(pPriv->fd, VIDIOC_S_STD, standard.index)<0)
1692 struct v4l2_standard standard;
1726 //v4l set standard
1727 standard = XGIToV4lStandard(pPriv,pPriv->encoding);
1728 ErrorF("++++Giwas: standard.index = %d\n",standard.index);
1729 if (ioctl(pPriv->fd, VIDIOC_S_STD, standard.index)<0)
1732 ErrorF("Giwas: set standard fail, XGICloseV4l was called\n");
1737 ErrorF("Giwas: In XGIPutVideo ioctl set standard Success\n");
1867 struct v4l2_standard standard;
1874 standard.index = 1;
1876 if (-1 == ioctl(pPriv->fd, VIDIOC_ENUMSTD, &standard))
1881 standard.index = 4;
1883 if (-1 == ioctl(pPriv->fd, VIDIOC_ENUMSTD, &standard))
1888 standard.index = 5;
1890 if (-1 == ioctl(pPriv->fd, VIDIOC_ENUMSTD, &standard))
1895 standard.index = 0;
1897 if (-1 == ioctl(pPriv->fd, VIDIOC_ENUMSTD, &standard))
1902 return standard;