📄 dap_demo.h
字号:
/*
///////////////////////////////////////////////////////////////////////////////
// //
// Copyright (C) 2006-2008 Beijing, pengzhen (pengzhenxp@yahoo.com.cn) //
// //
///////////////////////////////////////////////////////////////////////////////
*/
#ifndef __DAP_DEMO_H__
#define __DAP_DEMO_H__
typedef int (* Dap_Functions )( void * ) ;
typedef enum __DAP_FID__
{
DAP_FID_H265P_A8_Compression = 10 ,
DAP_FID_H265P_A8_Decompression = 20 ,
DAP_FID_Denoise = 30 ,
}Dap_Functions_ID ;
#define Dap_Compression(a) ( (a == DAP_FID_H265P_A8_Compression) )
#define Dap_Decompression(a) ( (a == DAP_FID_H265P_A8_Decompression) )
#endif /* __DAP_DEMO_H__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -