encasic.h

来自「freescale i.mx31 BSP CE5.0全部源码」· C头文件 代码 · 共 35 行

H
35
字号
/*------------------------------------------------------------------------------
--                                                                            --
--       This software is confidential and proprietary and may be used        --
--        only as expressly authorized by a licensing agreement from          --
--                                                                            --
--                            Hantro Products Oy.                             --
--                                                                            --
--      In the event of publication, the following notice is applicable:      --
--                                                                            --
--                   (C) COPYRIGHT 2003 HANTRO PRODUCTS OY                    --
--                            ALL RIGHTS RESERVED                             --
--                                                                            --
--          The entire notice above must be reproduced on all copies.         --
--                                                                            --
--------------------------------------------------------------------------------
--
--  Abstract : ASIC handling routines
--
-------------------------------------------------------------------------------*/


#ifndef __ENCASIC_H__
#define __ENCASIC_H__

#include "enccontainer.h"
#include "basetype.h"

void EncAsicSetup(EncContainer_t * pEncCont);
i32 EncAsicMemAlloc(EncContainer_t * pEncCont);
void EncAsicMemFree(EncContainer_t * pEncCont);
void EncAsicSetPadding(EncContainer_t * pEncCont);
i32 EncAsicCheckPadding(EncContainer_t * pEncCont);

#endif /*__ENCASIC_H__*/

⌨️ 快捷键说明

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