Lines Matching full:p_format
357 TAIL_ALLOC_OBJECT_CONST_PTR(struct v4l2_format, p_format);
359 p_format->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
360 ioctl(-1, VIDIOC_G_FMT, p_format);
364 p_format->type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
365 ioctl(-1, VIDIOC_G_FMT, p_format);
371 p_format->type = V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY;
372 ioctl(-1, VIDIOC_G_FMT, p_format);
377 p_format->type = V4L2_BUF_TYPE_VIDEO_OVERLAY;
378 ioctl(-1, VIDIOC_G_FMT, p_format);
383 p_format->type = V4L2_BUF_TYPE_VBI_CAPTURE;
384 ioctl(-1, VIDIOC_G_FMT, p_format);
388 p_format->type = V4L2_BUF_TYPE_SLICED_VBI_CAPTURE;
389 ioctl(-1, VIDIOC_G_FMT, p_format);
394 p_format->type = V4L2_BUF_TYPE_SDR_CAPTURE;
395 ioctl(-1, VIDIOC_G_FMT, p_format);
400 p_format->type = V4L2_BUF_TYPE_SDR_OUTPUT;
401 ioctl(-1, VIDIOC_G_FMT, p_format);
409 init_v4l2_format(p_format, V4L2_BUF_TYPE_VIDEO_OUTPUT);
410 ioctl(-1, VIDIOC_S_FMT, p_format);
411 print_ioctl_v4l2(p_format, "VIDIOC_S_FMT", V4L2_BUF_TYPE_VIDEO_OUTPUT);
413 init_v4l2_format(p_format, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE);
414 ioctl(-1, VIDIOC_S_FMT, p_format);
415 print_ioctl_v4l2(p_format, "VIDIOC_S_FMT",
419 init_v4l2_format(p_format, V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY);
420 ioctl(-1, VIDIOC_S_FMT, p_format);
421 print_ioctl_v4l2(p_format, "VIDIOC_S_FMT",
424 init_v4l2_format(p_format, V4L2_BUF_TYPE_VIDEO_OVERLAY);
425 ioctl(-1, VIDIOC_S_FMT, p_format);
426 print_ioctl_v4l2(p_format, "VIDIOC_S_FMT",
429 init_v4l2_format(p_format, V4L2_BUF_TYPE_VBI_CAPTURE);
430 ioctl(-1, VIDIOC_S_FMT, p_format);
431 print_ioctl_v4l2(p_format, "VIDIOC_S_FMT", V4L2_BUF_TYPE_VBI_CAPTURE);
433 init_v4l2_format(p_format, V4L2_BUF_TYPE_SLICED_VBI_CAPTURE);
434 ioctl(-1, VIDIOC_S_FMT, p_format);
435 print_ioctl_v4l2(p_format, "VIDIOC_S_FMT",
439 init_v4l2_format(p_format, V4L2_BUF_TYPE_SDR_CAPTURE);
440 ioctl(-1, VIDIOC_S_FMT, p_format);
441 print_ioctl_v4l2(p_format, "VIDIOC_S_FMT", V4L2_BUF_TYPE_SDR_CAPTURE);
444 init_v4l2_format(p_format, V4L2_BUF_TYPE_SDR_OUTPUT);
445 ioctl(-1, VIDIOC_S_FMT, p_format);
446 print_ioctl_v4l2(p_format, "VIDIOC_S_FMT", V4L2_BUF_TYPE_SDR_OUTPUT);
452 init_v4l2_format(p_format, V4L2_BUF_TYPE_VIDEO_OUTPUT);
453 ioctl(-1, VIDIOC_TRY_FMT, p_format);
454 print_ioctl_v4l2(p_format, "VIDIOC_TRY_FMT",
457 init_v4l2_format(p_format, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE);
458 ioctl(-1, VIDIOC_TRY_FMT, p_format);
459 print_ioctl_v4l2(p_format, "VIDIOC_TRY_FMT",
463 init_v4l2_format(p_format, V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY);
464 ioctl(-1, VIDIOC_TRY_FMT, p_format);
465 print_ioctl_v4l2(p_format, "VIDIOC_TRY_FMT",
468 init_v4l2_format(p_format, V4L2_BUF_TYPE_VIDEO_OVERLAY);
469 ioctl(-1, VIDIOC_TRY_FMT, p_format);
470 print_ioctl_v4l2(p_format
473 init_v4l2_format(p_format, V4L2_BUF_TYPE_VBI_CAPTURE);
474 ioctl(-1, VIDIOC_TRY_FMT, p_format);
475 print_ioctl_v4l2(p_format, "VIDIOC_TRY_FMT", V4L2_BUF_TYPE_VBI_CAPTURE);
477 init_v4l2_format(p_format, V4L2_BUF_TYPE_SLICED_VBI_CAPTURE);
478 ioctl(-1, VIDIOC_TRY_FMT, p_format);
479 print_ioctl_v4l2(p_format, "VIDIOC_TRY_FMT",
483 init_v4l2_format(p_format, V4L2_BUF_TYPE_SDR_CAPTURE);
484 ioctl(-1, VIDIOC_TRY_FMT, p_format);
485 print_ioctl_v4l2(p_format, "VIDIOC_TRY_FMT", V4L2_BUF_TYPE_SDR_CAPTURE);
488 init_v4l2_format(p_format, V4L2_BUF_TYPE_SDR_OUTPUT);
489 ioctl(-1, VIDIOC_TRY_FMT, p_format);
490 print_ioctl_v4l2(p_format, "VIDIOC_TRY_FMT", V4L2_BUF_TYPE_SDR_OUTPUT);