g726dec_ti.h
来自「使用在TI 系列dsk5402 的很多可用例子」· C头文件 代码 · 共 49 行
H
49 行
/*
* Copyright 2003 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.
*
* @(#) XDAS 2.51.00 11-29-2003 (xdas-2.50.00.9)
*/
/*
* ======== g726dec_ti.h ========
* Interface for the G726DEC_TI module; TI's implementation
* of the IG726DEC interface
*/
#ifndef G726DEC_TI_
#define G726DEC_TI_
#include <ialg.h>
#include <ig726dec.h>
/*
* ======== G726DEC_TI_IALG ========
* TI's implementation of the IALG interface for G726 decoder
*/
extern IALG_Fxns G726DEC_TI_IALG;
/*
* ======== G726DEC_TI_IG726DEC ========
* TI's extended implementation of the IG726DEC interface
*/
extern IG726DEC_Fxns G726DEC_TI_IG726DEC;
/*
* ======== G726DEC_TI_init ========
* Every module needs an init function.
*/
extern Void G726DEC_TI_init();
/*
* ======== G726DEC_TI_exit ========
* Every module needs an exit function.
*/
extern Void G726DEC_TI_exit();
#endif /* G726DEC_TI_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?