XDAIS  dais-x04
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Structures | Macros | Typedefs
iaudenc1.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 iaudenc1.h:

Go to the source code of this file.

Data Structures

struct  IAUDENC1_Obj
 This must be the first field of all IAUDENC1 instance objects. More...
struct  IAUDENC1_Params
 Defines the creation time parameters for all IAUDENC1 instance objects. More...
struct  IAUDENC1_DynamicParams
 This structure defines the algorithm parameters that can be modified after creation via control() calls. More...
struct  IAUDENC1_InArgs
 Defines the input arguments for all IAUDENC1 instance process function. More...
struct  IAUDENC1_Status
 Defines instance status parameters (read-only). More...
struct  IAUDENC1_OutArgs
 Defines the run time output arguments for all IAUDENC1 instance objects. More...
struct  IAUDENC1_Fxns
 Defines all of the operations on IAUDENC1 objects. More...

Macros

#define IAUDENC1_EOK   XDM_EOK
 
#define IAUDENC1_EFAIL   XDM_EFAIL
 
#define IAUDENC1_EUNSUPPORTED   XDM_EUNSUPPORTED
 

Typedefs

typedef struct IAUDENC1_Obj IAUDENC1_Obj
 This must be the first field of all IAUDENC1 instance objects.
typedef struct IAUDENC1_ObjIAUDENC1_Handle
 Opaque handle to an IAUDENC1 objects.
typedef struct IAUDENC1_Params IAUDENC1_Params
 Defines the creation time parameters for all IAUDENC1 instance objects.
typedef struct
IAUDENC1_DynamicParams 
IAUDENC1_DynamicParams
 This structure defines the algorithm parameters that can be modified after creation via control() calls.
typedef struct IAUDENC1_InArgs IAUDENC1_InArgs
 Defines the input arguments for all IAUDENC1 instance process function.
typedef struct IAUDENC1_Status IAUDENC1_Status
 Defines instance status parameters (read-only).
typedef struct IAUDENC1_OutArgs IAUDENC1_OutArgs
 Defines the run time output arguments for all IAUDENC1 instance objects.
typedef IALG_Cmd IAUDENC1_Cmd
 Defines the control commands for the IAUDENC1 module.
typedef struct IAUDENC1_Fxns IAUDENC1_Fxns
 Defines all of the operations on IAUDENC1 objects.
Copyright 2013, Texas Instruments Incorporated