Searched refs:fb_overlayinfo_s (Results 1 - 8 of 8) sorted by relevance
/device/qemu/riscv32_virt/liteos_m/board/driver/video/ |
H A D | fb.c | 221 struct fb_overlayinfo_s oinfo; in fb_ioctl() 234 struct fb_overlayinfo_s *oinfo = (struct fb_overlayinfo_s *)((uintptr_t)arg); in fb_ioctl() 242 struct fb_overlayinfo_s *oinfo = (struct fb_overlayinfo_s *)((uintptr_t)arg); in fb_ioctl() 250 struct fb_overlayinfo_s *oinfo = (struct fb_overlayinfo_s *)((uintptr_t)arg); in fb_ioctl() 258 struct fb_overlayinfo_s *oinfo = (struct fb_overlayinfo_s *)((uintptr_t)arg); in fb_ioctl() 266 struct fb_overlayinfo_s *oinf in fb_ioctl() [all...] |
H A D | fb.h | 265 * fb_overlayinfo_s */ 271 * fb_overlayinfo_s */ 274 * fb_overlayinfo_s */ 277 * fb_overlayinfo_s */ 280 * fb_overlayinfo_s */ 283 * fb_overlayinfo_s */ 349 struct fb_overlayinfo_s { struct 510 int (*getoverlayinfo)(struct fb_vtable_s *vtable, int overlayno, struct fb_overlayinfo_s *oinfo); 516 int (*settransp)(struct fb_vtable_s *vtable, const struct fb_overlayinfo_s *oinfo); 522 int (*setchromakey)(struct fb_vtable_s *vtable, const struct fb_overlayinfo_s *oinf [all...] |
/device/qemu/riscv32_virt/liteos_m/board/driver/ |
H A D | virtgpu.c | 709 static int FbGetOverlayInfo(struct fb_vtable_s *v, int overlayno, struct fb_overlayinfo_s *info) in FbGetOverlayInfo() 760 .settransp = (int (*)(struct fb_vtable_s *, const struct fb_overlayinfo_s *))FbDummy, 761 .setchromakey = (int (*)(struct fb_vtable_s *, const struct fb_overlayinfo_s *))FbDummy, 762 .setcolor = (int (*)(struct fb_vtable_s *, const struct fb_overlayinfo_s *))FbDummy, 763 .setblank = (int (*)(struct fb_vtable_s *, const struct fb_overlayinfo_s *))FbDummy, 764 .setarea = (int (*)(struct fb_vtable_s *, const struct fb_overlayinfo_s *))FbDummy, 769 .fb_pan_display = (int (*)(struct fb_vtable_s *, struct fb_overlayinfo_s *))FbDummy,
|
/device/qemu/drivers/virtio/ |
H A D | virtgpu.c | 695 static int FbGetOverlayInfo(struct fb_vtable_s *v, int overlayno, struct fb_overlayinfo_s *info) in FbGetOverlayInfo() 772 .settransp = (int (*)(struct fb_vtable_s *, const struct fb_overlayinfo_s *))FbDummy, 773 .setchromakey = (int (*)(struct fb_vtable_s *, const struct fb_overlayinfo_s *))FbDummy, 774 .setcolor = (int (*)(struct fb_vtable_s *, const struct fb_overlayinfo_s *))FbDummy, 775 .setblank = (int (*)(struct fb_vtable_s *, const struct fb_overlayinfo_s *))FbDummy, 776 .setarea = (int (*)(struct fb_vtable_s *, const struct fb_overlayinfo_s *))FbDummy, 781 .fb_pan_display = (int (*)(struct fb_vtable_s *, struct fb_overlayinfo_s *))FbDummy,
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/include/ |
H A D | hifb.h | 401 struct fb_overlayinfo_s oinfo; /* This structure descrides one overlay */
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | hifb.h | 376 struct fb_overlayinfo_s oinfo; /* This structure descrides one overlay */
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | hifb.h | 381 struct fb_overlayinfo_s oinfo; /* This structure descrides one overlay */
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/ |
H A D | hifb_main.c | 136 static hi_s32 hifb_pan_display(struct fb_vtable_s *vtable, struct fb_overlayinfo_s *oinfo); 3006 struct fb_overlayinfo_s oinfo; in flip_surface_pan_display() 3019 ret = memcpy_s(&oinfo, sizeof(oinfo), &info->oinfo, sizeof(struct fb_overlayinfo_s)); in flip_surface_pan_display() 3476 struct fb_overlayinfo_s *oinfo = (struct fb_overlayinfo_s *)(hi_uintptr_t)arg; in hifb_ioctl_liteos_standard_io() 5241 static hi_s32 hifb_pan_display(struct fb_vtable_s *vtable, struct fb_overlayinfo_s *oinfo) 8509 static int hifb_getoverlayinfo(FAR struct fb_vtable_s *vtable, int overlayno, FAR struct fb_overlayinfo_s *oinfo) 8517 ret = memcpy_s(oinfo, sizeof(struct fb_overlayinfo_s), &info->oinfo, sizeof(struct fb_overlayinfo_s));
|
Completed in 26 milliseconds