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

📄 g711_sun_priv.h

📁 TI Algorithm Soft Kit 5.10 仅包括实例及其原代码
💻 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. * *//* *  ======== g711_sun_priv.h ======== *  Internal vendor specific (TI) interface header for G711ENC *  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 G711 algorithm. */#ifndef G711ENC_TI_PRIV_#define G711ENC_TI_PRIV_extern Int G711ENC_SUN_alloc(const IALG_Params *algParams, IALG_Fxns **pf,    IALG_MemRec memTab[]);extern Int G711ENC_SUN_free(IALG_Handle handle, IALG_MemRec memTab[]);extern Int G711ENC_SUN_initObj(IALG_Handle handle,    const IALG_MemRec memTab[], IALG_Handle parent,    const IALG_Params *algParams);extern XDAS_Int32 G711ENC_SUN_encodeLin2Alaw(ISPHENC_Handle h,    XDM_BufDesc *inBufs, XDM_BufDesc *outBufs, ISPHENC_InArgs *inargs,    ISPHENC_OutArgs *outargs);extern XDAS_Int32 G711ENC_SUN_control(ISPHENC_Handle handle,    ISPHENC_Cmd id, ISPHENC_DynamicParams *params, ISPHENC_Status *status);#endif/* *  @(#) ti.xdais.dm.examples.g711; 1,0,0,20; 10-18-2006 19:11:57; /db/wtree/library/trees/dais-g07x/src/ */

⌨️ 快捷键说明

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