Searched refs:interlaced (Results 1 – 17 of 17) sorted by relevance
| /openbmc/u-boot/drivers/video/ |
| H A D | ipu.h | 153 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 D | ipu_disp.c | 530 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 D | mxc_ipuv3_fb.c | 149 params.mem_dp_bg_sync.interlaced = 1; in setup_disp_channel1() 235 sig_cfg.interlaced = 1; in mxcfb_set_par()
|
| H A D | ipu_common.c | 606 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 D | displaymode.txt | 18 - interlaced (bool): This is an interlaced mode
|
| H A D | exynos-dp.txt | 36 samsung,interlaced: Progressive if 0, else Interlaced 64 samsung,interlaced = <0>;
|
| H A D | display-timing.txt | 35 - interlaced (bool): boolean to enable interlaced mode
|
| /openbmc/u-boot/arch/arm/mach-exynos/include/mach/ |
| H A D | dp_info.h | 55 unsigned int interlaced; member
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | exynos5420-smdk5420.dts | 142 samsung,interlaced = <0>;
|
| H A D | exynos54xx.dtsi | 202 samsung,interlaced = <0>;
|
| H A D | exynos5250-smdk5250.dts | 139 samsung,interlaced = <0>;
|
| H A D | exynos5250-snow.dts | 381 samsung,interlaced = <0>;
|
| H A D | exynos5250-spring.dts | 206 samsung,interlaced = <0>;
|
| /openbmc/u-boot/drivers/video/exynos/ |
| H A D | exynos_dp_lowlevel.c | 1020 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 D | exynos_dp.c | 923 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 D | 0004-mmal_20.patch | 1221 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 D | 0001-ffmpeg-5.1.4-rpi_24.patch | 16959 + // Not interlaced now 17062 + av_log(priv, AV_LOG_DEBUG, "<<< %s: input pts: %"PRId64" dts: %"PRId64" field :%d interlaced: …
|