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

DSP编程

开发平台:

C/C++

  1. /*
  2.  *  Copyright 2003 by Texas Instruments Incorporated.
  3.  *  All rights reserved. Property of Texas Instruments Incorporated.
  4.  *  Restricted rights to use, duplicate or disclose this code are
  5.  *  granted through contract.
  6.  *  
  7.  */
  8. /* "@(#) DDK 1.11.00.00 11-04-03 (ddk-b13)" */
  9. #ifndef _COLORBAR_H  
  10. #define _COLORBAR_H
  11. #include <std.h>
  12. #include <fvid.h>
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif
  16. extern void fillFrmBuf(FVID_IFrame* frame, Int lineSz, Int numLines, Int offset );
  17. #ifdef __cplusplus
  18. }
  19. #endif
  20. #endif