Home
last modified time | relevance | path

Searched refs:getoverlayinfo (Results 1 - 2 of 2) sorted by relevance

/third_party/NuttX/drivers/video/
H A Dfb.c541 DEBUGASSERT(fb->vtable != NULL && fb->vtable->getoverlayinfo != NULL); in fb_ioctl()
542 ret = fb->vtable->getoverlayinfo(fb->vtable, arg, &oinfo); in fb_ioctl()
557 fb->vtable->getoverlayinfo != NULL); in fb_ioctl()
564 ret = fb->vtable->getoverlayinfo(fb->vtable, oinfo.overlay, &oinfo); in fb_ioctl()
801 DEBUGASSERT(fb->vtable->getoverlayinfo != NULL); in fb_register()
802 ret = fb->vtable->getoverlayinfo(fb->vtable, 0, &oinfo); in fb_register()
805 gerr("ERROR: getoverlayinfo() failed: %d\n", ret); in fb_register()
/third_party/NuttX/include/nuttx/video/
H A Dfb.h517 int (*getoverlayinfo)(struct fb_vtable_s *vtable, int overlayno, member

Completed in 4 milliseconds