dmabuf.h
上传用户:poi891205
上传日期:2013-07-15
资源大小:9745k
文件大小:0k
源码类别:

DVD

开发平台:

C/C++

  1. #ifndef __DMABUF_H
  2. #define __DMABUF_H
  3. typedef union { 
  4.     UINT64      l[32];
  5.     UINT32      w[64];
  6.     UINT16      s[128];
  7.     BYTE        b[256];
  8. } WorkBuf;
  9. typedef union { 
  10.   UINT64        l[4];
  11.   UINT32        w[8];
  12.   UINT16        s[16];
  13.   UINT8         b[32];
  14. } t_vidout_buf;
  15. #endif/*__DMABUF_H*/