📄 audcp_ti_priv.h
字号:
/* * Copyright 2006 by Texas Instruments Incorporated. * * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are * granted through contract. * *//* * ======== audenccopy_ti_priv.h ======== * Internal vendor specific (TI) interface header for AUDENCCOPY * algorithm. Only the implementation source files include * this header; this header is not shipped as part of the * algorithm. * * This header contains declarations that are specific to * this implementation and which do not need to be exposed * in order for an application to use the AUDENCCOPY algorithm. */#ifndef AUDCP_TI_PRIV_#define AUDCP_TI_PRIV_typedef struct AUDCP_TI_Obj { IALG_Obj alg; /* MUST be first field of all XDAS algs */} AUDCP_TI_Obj;extern Int AUDCP_TI_alloc(const IALG_Params *algParams, IALG_Fxns **pf, IALG_MemRec memTab[]);extern Int AUDCP_TI_free(IALG_Handle handle, IALG_MemRec memTab[]);extern Int AUDCP_TI_initObj(IALG_Handle handle, const IALG_MemRec memTab[], IALG_Handle parent, const IALG_Params *algParams);extern XDAS_Int32 AUDCP_TI_process(IAUDENC_Handle h, XDM_BufDesc *inBufs, XDM_BufDesc *outBufs, IAUDENC_InArgs *inargs, IAUDENC_OutArgs *outargs);extern XDAS_Int32 AUDCP_TI_control(IAUDENC_Handle handle, IAUDENC_Cmd id, IAUDENC_DynamicParams *params, IAUDENC_Status *status);#endif/* * @(#) codec_engine_1_02 1,0,0,147 7-14-2006 ce-d14*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -