dap_demo.h

来自「ZPAV (H265) PC(X86) demo ZPAV (H26」· C头文件 代码 · 共 34 行

H
34
字号

/*
///////////////////////////////////////////////////////////////////////////////
//                                                                           //
//   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 + =
减小字号Ctrl + -
显示快捷键?