hi_dvpp_epoll_event

Description

Defines DVPP epoll event information.

Prototype

typedef struct {
    hi_u32 events;
    hi_void *data;
} hi_dvpp_epoll_event;

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.