Home
last modified time | relevance | path

Searched refs:interlaced (Results 1 – 17 of 17) sorted by relevance

/openbmc/u-boot/drivers/video/
H A Dipu.h153 unsigned char interlaced; member
160 unsigned char interlaced; member
170 unsigned char interlaced; member
191 unsigned interlaced:1; member
260 void ipu_dc_init(int dc_chan, int di, unsigned char interlaced);
H A Dipu_disp.c530 void ipu_dc_init(int dc_chan, int di, unsigned char interlaced) in ipu_dc_init() argument
535 if (interlaced) { in ipu_dc_init()
562 if (interlaced) in ipu_dc_init()
908 if (sig.interlaced) { in ipu_init_sync_panel()
H A Dmxc_ipuv3_fb.c149 params.mem_dp_bg_sync.interlaced = 1; in setup_disp_channel1()
235 sig_cfg.interlaced = 1; in mxcfb_set_par()
H A Dipu_common.c606 params->mem_dc_sync.interlaced); in ipu_init_channel()
621 params->mem_dp_bg_sync.interlaced); in ipu_init_channel()
/openbmc/u-boot/doc/device-tree-bindings/video/
H A Ddisplaymode.txt18 - interlaced (bool): This is an interlaced mode
H A Dexynos-dp.txt36 samsung,interlaced: Progressive if 0, else Interlaced
64 samsung,interlaced = <0>;
H A Ddisplay-timing.txt35 - interlaced (bool): boolean to enable interlaced mode
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddp_info.h55 unsigned int interlaced; member
/openbmc/u-boot/arch/arm/dts/
H A Dexynos5420-smdk5420.dts142 samsung,interlaced = <0>;
H A Dexynos54xx.dtsi202 samsung,interlaced = <0>;
H A Dexynos5250-smdk5250.dts139 samsung,interlaced = <0>;
H A Dexynos5250-snow.dts381 samsung,interlaced = <0>;
H A Dexynos5250-spring.dts206 samsung,interlaced = <0>;
/openbmc/u-boot/drivers/video/exynos/
H A Dexynos_dp_lowlevel.c1020 reg |= (video_info->interlaced << INTERACE_SCAN_CFG_SHIFT); in exynos_dp_config_video_slave_mode()
1107 reg = (video_info.interlaced << INTERACE_SCAN_CFG_SHIFT | in exynos_dp_config_video_bist()
H A Dexynos_dp.c923 priv->video_info.interlaced = fdtdec_get_int(blob, node, in exynos_dp_ofdata_to_platdata()
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch1221 sys->b_progressive ? "progressive" : "interlaced",
3916 …RATE_LONGTEXT N_("Halve output framerate. 1 output frame for each pair of interlaced fields input")
3920 …LACE_FULL_RATE_LONGTEXT N_("Full output framerate. 1 output frame for each interlaced field input")
11038 bool b_top_field_first; /* cached interlaced settings to detect changes for native mode */
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch16959 + // Not interlaced now
17062 + av_log(priv, AV_LOG_DEBUG, "<<< %s: input pts: %"PRId64" dts: %"PRId64" field :%d interlaced: …