Searched refs:progressive (Results 1 – 18 of 18) sorted by relevance
/linux/drivers/gpu/drm/i915/display/ |
A D | intel_tv.c | 476 .progressive = false, .trilevel_sync = false, 607 .progressive = false, .trilevel_sync = false, 745 .progressive = false, .trilevel_sync = true, 977 if (tv_mode->progressive) in intel_tv_mode_vdisplay() 988 (tv_mode->oversample >> !tv_mode->progressive); in intel_tv_mode_to_mode() 1021 if (tv_mode->progressive) { in intel_tv_mode_to_mode() 1045 tv_mode->progressive ? 'p' : 'i', in intel_tv_mode_to_mode() 1121 tv_mode.progressive = tv_ctl & TV_PROGRESSIVE; in intel_tv_get_config() 1241 if (!tv_mode->progressive) { in intel_tv_compute_config() 1486 if (tv_mode->progressive) in intel_tv_pre_enable() [all …]
|
/linux/drivers/media/i2c/ |
A 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/Documentation/userspace-api/media/v4l/ |
A 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
|
A 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.
|
A D | ext-ctrls-jpeg.rst | 11 progressive baseline DCT compression process with Huffman entrophy
|
A D | ext-ctrls-codec-stateless.rst | 1305 - Indication that all the frames for the sequence are progressive instead 1361 3: progressive frame). 1401 - This flag affects the decoding process of progressive frames. 1404 - Indicates whether the current frame is progressive.
|
A D | dev-raw-vbi.rst | 160 if the scanning system is progressive, i. e. not interlaced. The
|
/linux/Documentation/devicetree/bindings/media/ |
A D | renesas,fdp1.yaml | 14 progressive video. It is capable of performing pixel format conversion
|
/linux/Documentation/admin-guide/media/ |
A D | rcar-fdp1.rst | 18 - The input image video stream is progressive (not interlaced). No
|
A D | imx.rst | 56 The VDIC handles the conversion of interlaced video to progressive, with 345 ipuX_vdic can only be none (progressive).
|
A 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/drivers/staging/media/av7110/ |
A D | video-get-event.rst | 80 unsigned char vsync_field; /* unknown/odd/even/progressive */
|
A 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()
|
A D | video_types.rst | 170 unsigned char vsync_field; /* unknown/odd/even/progressive */
|
/linux/drivers/media/usb/em28xx/ |
A 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()
|
A D | em28xx.h | 585 bool progressive; member
|
/linux/drivers/media/platform/rcar-vin/ |
A D | rcar-dma.c | 624 bool progressive = false, output_is_yuv = false, input_is_yuv = false; in rvin_setup() local 650 progressive = true; in rvin_setup() 812 interrupts = progressive ? VNIE_FIE : VNIE_EFE; in rvin_setup()
|
/linux/Documentation/driver-api/media/ |
A D | v4l2-videobuf.rst | 203 progressive devices), msize is the size of any containing structure used
|
Completed in 55 milliseconds