/linux/Documentation/fb/ ! |
H A D | viafb.modes | 10 # 640x480, 60 Hz, Non-Interlaced (25.175 MHz dotclock) 35 # 640x480, 75 Hz, Non-Interlaced (31.50 MHz dotclock) 56 # 640x480, 85 Hz, Non-Interlaced (36.000 MHz dotclock) 77 # 640x480, 100 Hz, Non-Interlaced (43.163 MHz dotclock) 98 # 640x480, 120 Hz, Non-Interlaced (52.406 MHz dotclock) 119 # 720x480, 60 Hz, Non-Interlaced (26.880 MHz dotclock) 140 # 800x480, 60 Hz, Non-Interlaced (29.581 MHz dotclock) 161 # 720x576, 60 Hz, Non-Interlaced (32.668 MHz dotclock) 182 # 800x600, 60 Hz, Non-Interlaced (40.00 MHz dotclock) 204 # 800x600, 75 Hz, Non-Interlaced (49.50 MHz dotclock) [all …]
|
/linux/drivers/video/fbdev/ ! |
H A D | macmodes.c | 37 /* 512x384, 60Hz, Non-Interlaced (15.67 MHz dot clock) */ 41 /* 640x480, 60 Hz, Non-Interlaced (25.175 MHz dotclock) */ 45 /* 640x480, 67Hz, Non-Interlaced (30.0 MHz dotclock) */ 49 /* 640x870, 75Hz (portrait), Non-Interlaced (57.28 MHz dot clock) */ 53 /* 800x600, 56 Hz, Non-Interlaced (36.00 MHz dotclock) */ 57 /* 800x600, 60 Hz, Non-Interlaced (40.00 MHz dotclock) */ 61 /* 800x600, 72 Hz, Non-Interlaced (50.00 MHz dotclock) */ 65 /* 800x600, 75 Hz, Non-Interlaced (49.50 MHz dotclock) */ 69 /* 832x624, 75Hz, Non-Interlaced (57.6 MHz dotclock) */ 73 /* 1024x768, 60 Hz, Non-Interlaced (65.00 MHz dotclock) */ [all …]
|
H A D | macmodes.h | 21 #define VMODE_512_384_60I 1 /* 512x384, 60Hz interlaced (NTSC) */ 23 #define VMODE_640_480_50I 3 /* 640x480, 50Hz interlaced (PAL) */ 24 #define VMODE_640_480_60I 4 /* 640x480, 60Hz interlaced (NTSC) */
|
H A D | controlfb.h | 120 {{-1,-1}}, /* 512x384, 60Hz interlaced (NTSC) */ 122 {{-1,-1}}, /* 640x480, 50Hz interlaced (PAL) */ 123 {{-1,-1}}, /* 640x480, 60Hz interlaced (NTSC) */
|
H A D | platinumfb.h | 220 /* 768x576, 50Hz Interlaced-PAL (8) */ 268 /* 640x480, 60Hz Interlaced-NTSC (4) */ 280 /* 640x480, 50Hz Interlaced-PAL (3) */ 304 /* 512x384, 60Hz Interlaced-NTSC (1) */ 343 int interlaced; member
|
/linux/Documentation/userspace-api/media/v4l/ ! |
H A D | vidioc-g-dv-timings.rst | 101 - Height of the active video frame in lines. So for interlaced 105 - ``interlaced`` 106 - Progressive (``V4L2_DV_PROGRESSIVE``) or interlaced (``V4L2_DV_INTERLACED``). 128 - Vertical front porch in lines. For interlaced formats this refers 132 - Vertical sync length in lines. For interlaced formats this refers 136 - Vertical back porch in lines. For interlaced formats this refers 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. 284 - Specific to interlaced formats: if set, then the vertical [all …]
|
H A D | field-order.rst | 9 We have to distinguish between progressive and interlaced video. 11 Interlaced video divides an image into two fields, containing only the 31 the first line of an interlaced frame, the first line of the bottom 88 - Images are in progressive (frame-based) format, not interlaced 96 may wish to prevent a device from capturing interlaced images
|
H A D | pixfmt-v4l2.rst | 27 for interlaced formats). 56 Video images are typically interlaced. Applications can request to 58 interlaced or sequentially stored in one buffer or alternating in
|
H A D | dev-raw-vbi.rst | 160 if the scanning system is progressive, i. e. not interlaced. The 208 two fields are interlaced (cf. ``V4L2_FIELD_INTERLACED``). The 212 or output interlaced video images and is unable to separate the
|
/linux/drivers/media/v4l2-core/ ! |
H A D | v4l2-dv-timings.c | 163 (bt->interlaced && !(caps & V4L2_DV_BT_CAP_INTERLACED)) || in v4l2_valid_dv_timings() 164 (!bt->interlaced && !(caps & V4L2_DV_BT_CAP_PROGRESSIVE))) in v4l2_valid_dv_timings() 168 if (!bt->interlaced && in v4l2_valid_dv_timings() 183 if (bt->interlaced && (bt->il_vfrontporch > max_vert || in v4l2_valid_dv_timings() 275 t1->bt.interlaced == t2->bt.interlaced && in v4l2_match_dv_timings() 288 (!t1->bt.interlaced || in v4l2_match_dv_timings() 309 if (bt->interlaced) in v4l2_print_dv_timings() 319 bt->width, bt->height, bt->interlaced ? "i" : "p", in v4l2_print_dv_timings() 333 if (bt->interlaced) in v4l2_print_dv_timings() 483 * @interlaced - if this flag is true, it indicates interlaced format [all …]
|
/linux/include/media/ ! |
H A D | v4l2-dv-timings.h | 149 * @interlaced: if this flag is true, it indicates interlaced format 159 u32 polarities, bool interlaced, 171 * @interlaced: if this flag is true, it indicates interlaced format 185 unsigned int vsync, u32 polarities, bool interlaced,
|
H A D | vsp1.h | 32 * @interlaced: true for interlaced pipelines 41 bool interlaced; member
|
/linux/drivers/media/platform/amphion/ ! |
H A D | vpu_helpers.c | 152 u32 stride, u32 interlaced, u32 *pbl) in get_nv12_plane_size() argument 173 u32 stride, u32 interlaced, u32 *pbl) in get_tiled_8l128_plane_size() argument 181 if (interlaced) in get_tiled_8l128_plane_size() 202 u32 stride, u32 interlaced, u32 *pbl) in get_default_plane_size() argument 220 u32 stride, u32 interlaced, u32 *pbl) in vpu_helper_get_plane_size() argument 225 return get_nv12_plane_size(w, h, plane_no, stride, interlaced, pbl); in vpu_helper_get_plane_size() 230 return get_tiled_8l128_plane_size(fmt, w, h, plane_no, stride, interlaced, pbl); in vpu_helper_get_plane_size() 232 return get_default_plane_size(w, h, plane_no, stride, interlaced, pbl); in vpu_helper_get_plane_size()
|
/linux/drivers/gpu/drm/msm/disp/dpu1/ ! |
H A D | msm_media_info.h | 156 * (2) Venus NV12 UBWC Interlaced 246 * (2) Venus NV12 UBWC Interlaced Buffer Format: 247 * Compressed Macro-tile format for NV12 interlaced. 260 * format for top field of an interlaced frame. 263 * 8 bit Y samples for top field of an interlaced frame. 268 * format for top field of an interlaced frame. 272 * interlaced frame. 281 * format for bottom field of an interlaced frame. 284 * uncompressed 8 bit Y samples for bottom field of an interlaced frame. 289 * macro-tile format for bottom field of an interlaced frame. [all …]
|
/linux/drivers/media/platform/renesas/vsp1/ ! |
H A D | vsp1_pipe.h | 97 * @interlaced: True when the pipeline is configured in interlaced mode 136 bool interlaced; member
|
H A D | vsp1_rpf.c | 78 if (pipe->interlaced) in rpf_configure_stream() 195 if (pipe->interlaced) in rpf_configure_stream() 334 if (pipe->interlaced) { in rpf_configure_partition() 368 * Interlaced pipelines will use the extended pre-cmd to process in rpf_configure_partition() 371 if (pipe->interlaced) { in rpf_configure_partition()
|
/linux/drivers/gpu/drm/ ! |
H A D | drm_modes.c | 531 * @interlace: whether to compute an interlaced mode 606 * @interlaced: whether to compute an interlaced mode 625 bool reduced, bool interlaced, bool margins) in drm_cvt_mode() argument 659 if (interlaced) in drm_cvt_mode() 677 if (interlaced) in drm_cvt_mode() 689 /* Interlaced */ in drm_cvt_mode() 690 if (interlaced) in drm_cvt_mode() 809 /* ignore - just set the mode flag for interlaced */ in drm_cvt_mode() 810 if (interlaced) { in drm_cvt_mode() 833 * @interlaced: whether to compute an interlaced mode [all …]
|
/linux/drivers/media/platform/st/sti/delta/ ! |
H A D | delta-debug.c | 22 (s->field == V4L2_FIELD_NONE) ? "progressive" : "interlaced", in delta_streaminfo_str() 44 (f->field == V4L2_FIELD_NONE) ? "progressive" : "interlaced", in delta_frameinfo_str()
|
/linux/drivers/gpu/ipu-v3/ ! |
H A D | ipu-dc.c | 160 int ipu_dc_init_sync(struct ipu_dc *dc, struct ipu_di *di, bool interlaced, in ipu_dc_init_sync() argument 178 * In interlaced mode we need more counters to create the asymmetric in ipu_dc_init_sync() 183 sync = interlaced ? 6 : 5; in ipu_dc_init_sync() 191 if (interlaced) { in ipu_dc_init_sync() 218 if (interlaced) in ipu_dc_init_sync()
|
/linux/drivers/gpu/drm/armada/ ! |
H A D | armada_crtc.c | 186 /* We can't do interlaced modes if we don't have the SPU_ADV_REG */ in armada_drm_crtc_mode_valid() 260 if (stat & GRA_FRAME_IRQ && dcrtc->interlaced) { in armada_drm_crtc_irq() 338 bool interlaced = !!(adj->flags & DRM_MODE_FLAG_INTERLACE); in armada_drm_crtc_mode_set_nofb() local 357 dcrtc->interlaced = interlaced; in armada_drm_crtc_mode_set_nofb() 358 /* Even interlaced/progressive frame */ in armada_drm_crtc_mode_set_nofb() 365 if (interlaced) { in armada_drm_crtc_mode_set_nofb() 366 /* Odd interlaced frame */ in armada_drm_crtc_mode_set_nofb() 638 /* On interlaced modes, the vertical cursor size must be halved */ in armada_drm_crtc_cursor_update() 640 if (dcrtc->interlaced) { in armada_drm_crtc_cursor_update()
|
H A D | armada_plane.h | 23 u16 pitches[3], bool interlaced);
|
/linux/Documentation/devicetree/bindings/display/samsung/ ! |
H A D | samsung,exynos5-dp.yaml | 50 interlaced: 54 Interlace scan mode. Progressive if defined, interlaced if not defined.
|
/linux/drivers/video/fbdev/matrox/ ! |
H A D | matroxfb_crtc2.h | 30 unsigned int interlaced:1; member
|
/linux/Documentation/arch/m68k/ ! |
H A D | kernel-options.rst | 728 - ntsc-lace : 640x400, 15 kHz, 60 Hz interlaced 732 - pal-lace : 640x512, 15 kHz, 50 Hz interlaced 736 - multiscan-lace : 640x960, 29 kHz, 57 Hz interlaced 738 - euro36-lace : 640x400, 15 kHz, 72 Hz interlaced 740 - euro72-lace : 640x800, 29 kHz, 68 Hz interlaced 742 - super72-lace : 800x600, 23 kHz, 70 Hz interlaced 744 - dblntsc-lace : 640x800, 27 kHz, 57 Hz interlaced 746 - dblpal-lace : 640x1024, 27 kHz, 47 Hz interlaced
|
/linux/drivers/gpu/drm/sun4i/ ! |
H A D | sun8i_mixer.c | 374 bool interlaced; in sun8i_mixer_mode_set() local 378 interlaced = !!(mode->flags & DRM_MODE_FLAG_INTERLACE); in sun8i_mixer_mode_set() 391 if (interlaced) in sun8i_mixer_mode_set() 399 DRM_DEBUG_DRIVER("Switching display mixer interlaced mode %s\n", in sun8i_mixer_mode_set() 400 interlaced ? "on" : "off"); in sun8i_mixer_mode_set()
|