Home | History | Annotate | Download | only in src

Lines Matching defs:fdesc

1725     struct v4l2_fmtdesc fdesc;
1893 fdesc.type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
1894 fdesc.index=0;
1895 while (ioctl(drv_ctx.video_driver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) {
1896 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
1897 fdesc.pixelformat, fdesc.flags);
1898 fdesc.index++;
1900 fdesc.type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
1901 fdesc.index=0;
1902 while (ioctl(drv_ctx.video_driver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) {
1904 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
1905 fdesc.pixelformat, fdesc.flags);
1906 fdesc.index++;