/Linux-v6.1/drivers/gpu/drm/i915/display/ |
D | intel_tv.c | 318 bool progressive : 1, trilevel_sync : 1, component_only : 1; member 393 .progressive = false, .trilevel_sync = false, 435 .progressive = false, .trilevel_sync = false, 478 .progressive = false, .trilevel_sync = false, 521 .progressive = false, .trilevel_sync = false, 564 .progressive = false, .trilevel_sync = false, 609 .progressive = false, .trilevel_sync = false, 651 .progressive = true, .trilevel_sync = false, 675 .progressive = true, .trilevel_sync = false, 699 .progressive = true, .trilevel_sync = true, [all …]
|
/Linux-v6.1/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()
|
/Linux-v6.1/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 | 141 interlaced field formats. Must be 0 for progressive formats. 145 interlaced field formats. Must be 0 for progressive formats. 149 interlaced field formats. Must be 0 for progressive formats.
|
D | ext-ctrls-jpeg.rst | 11 progressive baseline DCT compression process with Huffman entrophy
|
D | pixfmt-reserved.rst | 250 It contains four planes for progressive video and eight planes for 260 It contains four planes for progressive video.
|
D | ext-ctrls-codec-stateless.rst | 1317 - Indication that all the frames for the sequence are progressive instead 1373 3: progressive frame). 1413 - This flag affects the decoding process of progressive frames. 1416 - Indicates whether the current frame is progressive. 2674 - (progressive) Frame
|
D | dev-raw-vbi.rst | 160 if the scanning system is progressive, i. e. not interlaced. The
|
/Linux-v6.1/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
|
/Linux-v6.1/drivers/media/platform/amphion/ |
D | vpu_defs.h | 128 u32 progressive; member
|
D | vpu_malone.c | 816 u32 interlaced = info->progressive ? 0 : 1; in vpu_malone_fill_planes() 866 info->progressive = pkt->data[3]; in vpu_malone_unpack_seq_hdr()
|
D | vdec.c | 807 if (vdec->codec_info.progressive) in vdec_init_fmt() 1511 vdec->codec_info.progressive ? 0 : 1); in vdec_get_debug_info()
|
/Linux-v6.1/drivers/staging/media/deprecated/saa7146/av7110/ |
D | video-get-event.rst | 80 unsigned char vsync_field; /* unknown/odd/even/progressive */
|
D | av7110_av.c | 1026 int progressive = 0; in play_iframe() local 1045 progressive = c & 0x08; in play_iframe() 1078 if (progressive) in play_iframe()
|
D | video_types.rst | 170 unsigned char vsync_field; /* unknown/odd/even/progressive */
|
/Linux-v6.1/drivers/media/usb/em28xx/ |
D | em28xx-video.c | 433 if (dev->v4l2->progressive) in finish_buffer() 461 if (v4l2->progressive || buf->top_field) in em28xx_copy_video() 469 if (v4l2->progressive) in em28xx_copy_video() 493 if (v4l2->progressive) in em28xx_copy_video() 617 if (v4l2->progressive || v4l2->top_field) { /* Brand new frame */ in finish_field_prepare_next() 1426 if (v4l2->progressive) in vidioc_g_fmt_vid_cap() 1498 if (v4l2->progressive) in vidioc_try_fmt_vid_cap() 2556 v4l2->progressive = true; in em28xx_v4l2_init()
|
D | em28xx.h | 575 bool progressive; member
|
/Linux-v6.1/drivers/media/platform/renesas/rcar-vin/ |
D | rcar-dma.c | 629 bool progressive = false, output_is_yuv = false, input_is_yuv = false; in rvin_setup() local 655 progressive = true; in rvin_setup() 840 interrupts = progressive ? VNIE_FIE : VNIE_EFE; in rvin_setup()
|
/Linux-v6.1/Documentation/driver-api/media/ |
D | v4l2-videobuf.rst | 203 progressive devices), msize is the size of any containing structure used
|