文件操作 - va_egl.h
返回文件管理
返回主菜单
删除本文件
文件: /usr/include/va/va_egl.h
编辑文件内容
#ifndef _VA_EGL_H_ #define _VA_EGL_H_ #include <va/va.h> #ifdef __cplusplus extern "C" { #endif typedef void* EGLClientBuffer; /*This function is used to get EGLClientBuffer * (lower 16bits is buffer index, upper 16bits * is BC device id.) from surface id. Application * should maintain EGLClientBuffer itself.*/ VAStatus vaGetEGLClientBufferFromSurface ( VADisplay dpy, VASurfaceID surface, EGLClientBuffer *buffer /* out*/ ); #ifdef __cplusplus } #endif #endif /* _VA_EGL_H_ */
修改文件时间
将文件时间修改为当前时间的前一年
删除文件