⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dap_demo.h

📁 ZPAV (H265) PC(X86) demo ZPAV (H265) 是 音视频 压缩解压 协议
💻 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 + -