Home | History | Annotate | Download | only in src

Lines Matching defs:fdesc

1467     struct v4l2_fmtdesc fdesc;
1705 fdesc.type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
1706 fdesc.index=0;
1707 while (ioctl(drv_ctx.video_driver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) {
1708 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
1709 fdesc.pixelformat, fdesc.flags);
1710 fdesc.index++;
1712 fdesc.type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
1713 fdesc.index=0;
1714 while (ioctl(drv_ctx.video_driver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) {
1716 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
1717 fdesc.pixelformat, fdesc.flags);
1718 fdesc.index++;