华为昇腾310B1芯片DVPP模块VENC视频编码接口调用流程、代码流程梳理、epoll机制整理
目录
1 接口调用流程
2 代码流程梳理
3 Linux epoll机制
3.1 基本概念
3.2 epoll API
3.2.1 epoll_create(int size)
3.2.2 epoll_ctl(int epfd, int op, int fd, struct epoll_event *event)
3.2.3 epoll_wait(int epfd, struct epoll_event *events, int maxevents, …
2026/7/6 21:13:41