g723dec_itu.h
来自「使用在dsp TI DSK6711中 很多controller 的例子」· C头文件 代码 · 共 43 行
H
43 行
/*
* 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)
*/
/*
* ======== g723dec_itu.h ========
* Interface for the G723DEC_ITU module; TI's implementation
* of the IG723DEC interface
*/
#ifndef G723DEC_ITU_
#define G723DEC_ITU_
#include <ialg.h>
#include <ig723dec.h>
/*
* ======== G723DEC_ITU_IALG ========
* TI's implementation of the IALG interface
*/
extern IALG_Fxns G723DEC_ITU_IALG;
/*
* ======== G723DEC_ITU_IG723DEC ========
* TI's implementation of the IG723DEC interface
*/
extern IG723DEC_Fxns G723DEC_ITU_IG723DEC;
/* ======== G723DEC_ITU_init =========
* Initialize the G723DEC_ITU module.
*/
extern Void IG723DEC_ITU_init(Void);
/* ======== G723DEC_ITU_exit =========
* Exit the G723DEC_ITU module.
*/
extern Void IG723DEC_ITU_exit(Void);
#endif /* G723DEC_ITU_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?