Senc1.h File Reference

#include <xdc/std.h>
#include <ti/sdo/ce/Engine.h>
#include <ti/sdo/ce/speech1/sphenc1.h>
#include <ti/sdo/dmai/Dmai.h>
#include <ti/sdo/dmai/Buffer.h>

Go to the source code of this file.


Typedefs

typedef struct Senc1_Object * Senc1_Handle
 Handle through which to reference a Speech Encode algorithm.

Functions

Senc1_Handle Senc1_create (Engine_Handle hEngine, Char *codecName, SPHENC1_Params *params, SPHENC1_DynamicParams *dynParams)
 Creates a Speech Encode (XDM 1.0) algorithm instance.
Int Senc1_process (Senc1_Handle hSe1, Buffer_Handle hInBuf, Buffer_Handle hOutBuf)
 Encodes a Speech buffer.
Int Senc1_delete (Senc1_Handle hSe1)
 Deletes a Speech Encode algorithm instance.
SPHENC1_Handle Senc1_getVisaHandle (Senc1_Handle hSe1)
 Get the SPHENC1 handle from the Senc1 module instance.
Int32 Senc1_getInBufSize (Senc1_Handle hSe1)
 Get the input buffer size required by the codec.
Int32 Senc1_getOutBufSize (Senc1_Handle hSe1)
 Get the output buffer size required by the codec.

Variables

const SPHENC1_Params Senc1_Params_DEFAULT
 Default XDM parameters for a Speech Encode algorithm.
const SPHENC1_DynamicParams Senc1_DynamicParams_DEFAULT
 Default XDM dynamic parameters for a Speech Decode algorithm.

Copyright 2011, Texas Instruments Incorporated