hi_dvpp_epoll_event
Description
Defines DVPP epoll event information.
Members
Member |
Description |
|---|---|
events |
DVPP epoll events. The value 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 HI_DVPP_EPOLL_IN | HI_DVPP_EPOLL_OUT. |
data |
User-defined data associated with the DVPP channel. |
Parent topic: Common