Home
last modified time | relevance | path

Searched refs:overlay (Results 1 - 5 of 5) sorted by relevance

/device/qemu/riscv32_virt/liteos_m/board/driver/video/
H A Dfb.h199 /* Hardware overlay acceleration *******************************************/
263 # define FBIOGET_OVERLAYINFO _FBIOC(0x0009) /* Get video overlay info */
266 # define FBIO_SELECT_OVERLAY _FBIOC(0x000a) /* Select overlay */
281 # define FBIOSET_AREA _FBIOC(0x000f) /* Set active overlay area
347 /* This structure describes one overlay. */
354 uint8_t overlay; /* Overlay number */ member
360 struct fb_area_s sarea; /* Selected area within the overlay */
365 /* This structure describes an overlay area within a whole overlay */
368 uint8_t overlay; /* Numbe member
[all...]
H A Dfb.c220 { /* Select video overlay */ in fb_ioctl()
233 { /* Get video overlay info */ in fb_ioctl()
236 ret = fb->vtable->getoverlayinfo(fb->vtable, oinfo->overlay, &oinfo); in fb_ioctl()
241 { /* Set video overlay transparency */ in fb_ioctl()
249 { /* Set video overlay chroma key */ in fb_ioctl()
257 { /* Set video overlay color */ in fb_ioctl()
265 { /* Blank or unblank video overlay */ in fb_ioctl()
273 { /* Set active video overlay area */ in fb_ioctl()
410 /* Initialize first overlay but do not select */ in fb_register()
418 /* Clear the overlay memor in fb_register()
[all...]
/device/qemu/riscv32_virt/liteos_m/board/driver/
H A Dvirtgpu.c720 info->overlay = 0; in FbGetOverlayInfo()
/device/qemu/drivers/virtio/
H A Dvirtgpu.c706 info->overlay = 0; in FbGetOverlayInfo()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/
H A Dhifb_main.c599 struct fb_area_s sarea; /* Selected area within the overlay */
3526 * Description : set the colorkey or alpha for overlay
7383 /* check the cusor overlay with refresh area */
7411 hi_bool is_overlay = HI_FALSE; /* is the cusor overlay with refresh area */
7420 * when bAttched not zero, we should check whether the cusor overlay with refresh area or not
8502 pinfo->display = info->oinfo.overlay;
8587 info->oinfo.overlay = display;
8695 hifb_error("hifb overlay cleanup fail!\n");
8791 * Description : initialize the framebuffer for the overlay and set

Completed in 21 milliseconds