leng.fang | 07ca08d | 2023-05-08 07:33:53 +0000 | [diff] [blame^] | 1 | |
2 | #ifndef UVM_H | ||||
3 | #define UVM_H | ||||
4 | |||||
5 | __BEGIN_DECLS | ||||
6 | |||||
7 | int setPid(int pid); | ||||
8 | int commitDisplay(const int fd, const int commit); | ||||
9 | int32_t attachUvmBuffer(int bufferFd); | ||||
10 | int32_t dettachUvmBuffer(int bufferFd); | ||||
11 | int32_t getVideoType(int bufferFd); | ||||
12 | |||||
13 | __END_DECLS | ||||
14 | |||||
15 | #endif |