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

DVD

开发平台:

C/C++

  1. #ifndef __SPV301_H__
  2. #define __SPV301_H__
  3. void init_spv301(void);
  4. void set_SPV301_PLL(unsigned char in_format,unsigned char out_id);
  5. void L1_301intiming(unsigned char format);//for use Port A only.Modifed by ChenZhao on 2004-10-13 16:18  
  6. void init_sii164(void);
  7. void set_output_timing(unsigned char in_format,unsigned char out_id);
  8. void set_scale_table(unsigned char out_id);
  9. void clear_sdram(void);
  10. void set_unblanking(void);
  11. void L2_SCA_Set_H_Table(unsigned char *tab ) ;
  12. void L2_SCA_Set_V_Table(unsigned char *tab) ;
  13. void Output_signal(unsigned char signal);              //set the gpio of 311 inorder to disable the output of VGA signal
  14. void HD_display(unsigned char id);
  15. void close_pll(unsigned char num);
  16. void PbPr_display(void);
  17. void L1_Txtosd_LoadLUT(unsigned char *LutTable) ;
  18. void L2_Txtosd_MenuSize(unsigned char W, unsigned char D) ;
  19. void L2_Txtosd_MenuXY(unsigned short int X, unsigned short int Y) ;
  20. #ifdef COMP
  21. void verify_reg(void);
  22. #endif
  23. #endif