hi_dvpp_epoll_event
Description
Defines DVPP epoll event information.
Prototype
hi_dvpp_epoll_event = {"events": events, "data": data}
Members
Member |
Description |
|---|---|
events |
Int, DVPP epoll event type. It is a bitmask consisting of event types defined in hi_dvpp_epoll_event_type. For example, to process both readable and writable events, set this member to DVPP_EPOLL_IN | DVPP_EPOLL_OUT. |
data |
Int, user-defined data associated with the DVPP channel. |
Parent topic: Common