Home
last modified time | relevance | path

Searched refs:ydst (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/video/
H A Dmmp_disp.h73 u16 ydst; member
/openbmc/linux/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.c146 writel_relaxed((win->ydst << 16) | win->xdst, in overlay_set_win()
155 writel_relaxed((win->ydst << 16) | win->xdst, in overlay_set_win()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch20886 +void ff_bgr24toyv12_aarch64(const uint8_t *src, uint8_t *ydst, uint8_t *udst,
20889 +void ff_rgb24toyv12_aarch64(const uint8_t *src, uint8_t *ydst, uint8_t *udst,
20973 +// uint8_t *ydst, // x1
20996 +// uint8_t *ydst, // x1
21271 +void (*ff_bgr24toyv12)(const uint8_t *src, uint8_t *ydst,
21276 +void (*ff_rgbxtoyv12)(const uint8_t *src, uint8_t *ydst,
21281 +void (*ff_bgrxtoyv12)(const uint8_t *src, uint8_t *ydst,
21286 +void (*ff_xrgbtoyv12)(const uint8_t *src, uint8_t *ydst,
21291 +void (*ff_xbgrtoyv12)(const uint8_t *src, uint8_t *ydst,
21302 void ff_rgb24toyv12_c(const uint8_t *src, uint8_t *ydst, uint8_t *udst,
[all …]
/openbmc/linux/drivers/video/fbdev/mmp/fb/
H A Dmmpfb.c389 win.ysrc = win.ydst = fbi->mode.yres; in mmpfb_set_win()