acl.himpi.sys_wait_epoll
c函数原型 |
hi_s32 hi_mpi_sys_wait_epoll(hi_s32 epoll_fd, hi_dvpp_epoll_event *events, hi_s32 max_events, hi_s32 timeout, hi_s32 *event_num); |
---|---|
Python函数 |
event, event_num, ret = acl.himpi.sys_wait_epoll(epoll_fd, max_events, timeout) |
函数功能 |
使用Epoll模型进行媒体数据处理通道输入输出操作,等待媒体数据处理Epoll实例产生事件。 |
输入说明 |
|
返回值说明 |
event:hi_dvpp_epoll_event数组,保存产生的事件信息。 event_num:Epoll实际产生的事件数。 ret:int,错误码。
|
约束说明 |
|
参考资源 |
父主题: 公共接口