XDAIS  dais-x04
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Structures | Macros | Typedefs
iaudenc.h File Reference

Detailed Description

This header defines all types, constants, and functions shared by all implementations of the audio encoder algorithms.

#include <ti/xdais/ialg.h>
#include <ti/xdais/xdas.h>
#include "xdm.h"
#include "iaudio.h"
Include dependency graph for iaudenc.h:

Go to the source code of this file.

Data Structures

struct  IAUDENC_Obj
 This must be the first field of all IAUDENC instance objects. More...
struct  IAUDENC_Params
 Defines the creation time parameters for all IAUDENC instance objects. More...
struct  IAUDENC_DynamicParams
 This structure defines the algorithm parameters that can be modified after creation via control() calls. More...
struct  IAUDENC_InArgs
 Defines the input arguments for all IAUDENC instance process function. More...
struct  IAUDENC_Status
 Defines instance status parameters (read-only). More...
struct  IAUDENC_OutArgs
 Defines the run time output arguments for all IAUDENC instance objects. More...
struct  IAUDENC_Fxns
 Defines all of the operations on IAUDENC objects. More...

Macros

#define IAUDENC_CID   "ti.xdais.dm.IAUDENC"
#define IAUDENC_ERUNTIME   XDM_ERUNTIME
#define IAUDENC_EOK   XDM_EOK
 
#define IAUDENC_EFAIL   XDM_EFAIL
 

Typedefs

typedef struct IAUDENC_Obj IAUDENC_Obj
 This must be the first field of all IAUDENC instance objects.
typedef struct IAUDENC_ObjIAUDENC_Handle
 Opaque handle to an IAUDENC objects.
typedef struct IAUDENC_Params IAUDENC_Params
 Defines the creation time parameters for all IAUDENC instance objects.
typedef struct
IAUDENC_DynamicParams 
IAUDENC_DynamicParams
 This structure defines the algorithm parameters that can be modified after creation via control() calls.
typedef struct IAUDENC_InArgs IAUDENC_InArgs
 Defines the input arguments for all IAUDENC instance process function.
typedef struct IAUDENC_Status IAUDENC_Status
 Defines instance status parameters (read-only).
typedef struct IAUDENC_OutArgs IAUDENC_OutArgs
 Defines the run time output arguments for all IAUDENC instance objects.
typedef IALG_Cmd IAUDENC_Cmd
 Defines the control commands for the IAUDENC module.
typedef struct IAUDENC_Fxns IAUDENC_Fxns
 Defines all of the operations on IAUDENC objects.
Copyright 2013, Texas Instruments Incorporated