cap_dis_size.h
上传用户:dahaojd
上传日期:2008-01-29
资源大小:14357k
文件大小:0k
源码类别:

DSP编程

开发平台:

C/C++

  1. #ifndef _CAP_DIS_SIZE
  2. #define _CAP_DIS_SIZE 1
  3. #define LINE_SZ   720
  4. #define NUM_LINES 480
  5. #define BIT_BUF_SIZE (720 * 480 * 3)
  6. #endif