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

Detailed Description

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

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

Go to the source code of this file.

Data Structures

struct  IAUDDEC_Obj
 This must be the first field of all IAUDDEC instance objects. More...
struct  IAUDDEC_Params
 Defines the creation time parameters for all IAUDDEC instance objects. More...
struct  IAUDDEC_DynamicParams
 This structure defines the codec parameters that can be modified after creation via control() calls. More...
struct  IAUDDEC_InArgs
 Defines the input arguments for all IAUDDEC instance process function. More...
struct  IAUDDEC_Status
 Defines instance status parameters (read-only). More...
struct  IAUDDEC_OutArgs
 Defines the run time output arguments for all IAUDDEC instance objects. More...
struct  IAUDDEC_Fxns
 Defines all of the operations on IAUDDEC objects. More...

Macros

#define IAUDDEC_CID   "ti.xdais.dm.IAUDDEC"
#define IAUDDEC_ERUNTIME   XDM_ERUNTIME
#define IAUDDEC_EOK   XDM_EOK
 
#define IAUDDEC_EFAIL   XDM_EFAIL
 

Typedefs

typedef struct IAUDDEC_Obj IAUDDEC_Obj
 This must be the first field of all IAUDDEC instance objects.
typedef struct IAUDDEC_ObjIAUDDEC_Handle
 Opaque handle to an IAUDDEC objects.
typedef struct IAUDDEC_Params IAUDDEC_Params
 Defines the creation time parameters for all IAUDDEC instance objects.
typedef struct
IAUDDEC_DynamicParams 
IAUDDEC_DynamicParams
 This structure defines the codec parameters that can be modified after creation via control() calls.
typedef struct IAUDDEC_InArgs IAUDDEC_InArgs
 Defines the input arguments for all IAUDDEC instance process function.
typedef struct IAUDDEC_Status IAUDDEC_Status
 Defines instance status parameters (read-only).
typedef struct IAUDDEC_OutArgs IAUDDEC_OutArgs
 Defines the run time output arguments for all IAUDDEC instance objects.
typedef IALG_Cmd IAUDDEC_Cmd
 Defines the control commands for the IAUDDEC module.
typedef struct IAUDDEC_Fxns IAUDDEC_Fxns
 Defines all of the operations on IAUDDEC objects.
Copyright 2013, Texas Instruments Incorporated