Home | History | Annotate | Download | only in src

Lines Matching defs:fdesc

1238     struct v4l2_fmtdesc fdesc;
1459 fdesc.type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
1460 fdesc.index=0;
1461 while (ioctl(drv_ctx.video_driver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) {
1462 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
1463 fdesc.pixelformat, fdesc.flags);
1464 fdesc.index++;
1466 fdesc.type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
1467 fdesc.index=0;
1468 while (ioctl(drv_ctx.video_driver_fd, VIDIOC_ENUM_FMT, &fdesc) == 0) {
1470 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
1471 fdesc.pixelformat, fdesc.flags);
1472 fdesc.index++;