/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
D | intel_tv.c | 315 bool progressive : 1, trilevel_sync : 1, component_only : 1; member 390 .progressive = false, .trilevel_sync = false, 432 .progressive = false, .trilevel_sync = false, 475 .progressive = false, .trilevel_sync = false, 518 .progressive = false, .trilevel_sync = false, 561 .progressive = false, .trilevel_sync = false, 606 .progressive = false, .trilevel_sync = false, 648 .progressive = true, .trilevel_sync = false, 672 .progressive = true, .trilevel_sync = false, 696 .progressive = true, .trilevel_sync = true, [all …]
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
D | tvp7002.c | 323 u16 progressive; member 611 u8 progressive; in tvp7002_query_dv() local 639 progressive = (lpf_msb & TVP7002_INPR_MASK) >> TVP7002_IP_SHIFT; in tvp7002_query_dv() 644 progressive == timings->progressive) { in tvp7002_query_dv()
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | field-order.rst | 9 We have to distinguish between progressive and interlaced video. 37 frame. Only when the source was progressive to begin with, e. g. when 88 - Images are in progressive (frame-based) format, not interlaced
|
D | vidioc-g-dv-timings.rst | 139 interlaced field formats. Must be 0 for progressive formats. 143 interlaced field formats. Must be 0 for progressive formats. 147 interlaced field formats. Must be 0 for progressive formats.
|
D | ext-ctrls-jpeg.rst | 11 progressive baseline DCT compression process with Huffman entrophy
|
D | dev-raw-vbi.rst | 160 if the scanning system is progressive, i. e. not interlaced. The
|
D | ext-ctrls-codec.rst | 2280 - Indication that all the frames for the sequence are progressive instead 2312 3: progressive frame). 2333 - This flag affects the decoding process of progressive frames. 2336 - Indicates whether the current frame is progressive.
|
/kernel/linux/linux-5.10/Documentation/admin-guide/media/ |
D | rcar-fdp1.rst | 18 - The input image video stream is progressive (not interlaced). No
|
D | imx.rst | 56 The VDIC handles the conversion of interlaced video to progressive, with 345 ipuX_vdic can only be none (progressive).
|
D | vivid.rst | 402 The HDMI inputs supports all CEA-861 and DMT timings, both progressive and 460 The HDMI output supports all CEA-861 and DMT timings, both progressive and
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/dvb/ |
D | video-get-event.rst | 80 unsigned char vsync_field; /* unknown/odd/even/progressive */
|
D | video_types.rst | 170 unsigned char vsync_field; /* unknown/odd/even/progressive */
|
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/ |
D | em28xx-video.c | 443 if (dev->v4l2->progressive) in finish_buffer() 471 if (v4l2->progressive || buf->top_field) in em28xx_copy_video() 479 if (v4l2->progressive) in em28xx_copy_video() 503 if (v4l2->progressive) in em28xx_copy_video() 627 if (v4l2->progressive || v4l2->top_field) { /* Brand new frame */ in finish_field_prepare_next() 1436 if (v4l2->progressive) in vidioc_g_fmt_vid_cap() 1508 if (v4l2->progressive) in vidioc_try_fmt_vid_cap() 2566 v4l2->progressive = true; in em28xx_v4l2_init()
|
D | em28xx.h | 584 bool progressive; member
|
/kernel/linux/linux-5.10/drivers/media/platform/rcar-vin/ |
D | rcar-dma.c | 623 bool progressive = false, output_is_yuv = false, input_is_yuv = false; in rvin_setup() local 649 progressive = true; in rvin_setup() 800 interrupts = progressive ? VNIE_FIE : VNIE_EFE; in rvin_setup()
|
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/ |
D | av7110_av.c | 1025 int progressive = 0; in play_iframe() local 1044 progressive = c & 0x08; in play_iframe() 1077 if (progressive) in play_iframe()
|
/kernel/linux/linux-5.10/Documentation/driver-api/media/ |
D | v4l2-videobuf.rst | 203 progressive devices), msize is the size of any containing structure used
|
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
D | linux-5.10.patch | 12500 + /* enable mcrcc progressive-mode */ 20733 +#define PPMGR_DEINTERLACE_BUF_CANVAS 0x7a /*for progressive mjpeg use */ 20735 +/*for progressive mjpeg (nv21 output)use*/
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0038_linux_drivers_mxc.patch | 193006 + ctx->seqinfo.uProgressive ? "progressive" : "interlaced"); 197916 + u_int32 enc_frame_height; // encoding height, should be 16-pix aligned for progressive … 198050 + u_int32 field_source; // progressive/interlaced control
|