abs.h

来自「for the TI dm6446 platformBackground sub」· C头文件 代码 · 共 18 行

H
18
字号
/**@file	abs.h@brief	xDM Codec Engine for Adaptive Backgound Subtraction.		This file contains an implementation of the IVIDENC interface@author	Yongseok Yoo*/extern IVIDENC_Fxns ABS_TTO_ABS;typedef struct ABS_TTO_Obj {    IALG_Obj    alg;            /* MUST be first field of all XDAS algs */    int		maxWidth;			/* Used to return min buffer size	*/    int		maxHeight;			/* Used to return min buffer size	*/	int		preset;} ABS_TTO_Obj, *ABS_TTO_Handle;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?