module ti.sdo.ce.views.CodecEngine |
 |
#include <ti/sdo/ce/views/CodecEngine.h>
Functions common to all target modules |
|
|
Typedefs |
typedef struct | |
typedef enum | |
typedef struct | |
typedef struct | |
typedef struct | |
enum CodecEngine_Engine_CachedMemType |
 |
typedef enum CodecEngine_Engine_CachedMemType {
CodecEngine_Engine_USECACHEDMEM_DEFAULT,
CodecEngine_Engine_USECACHEDMEM_NONCACHED,
CodecEngine_Engine_USECACHEDMEM_CACHED
} CodecEngine_Engine_CachedMemType;
struct CodecEngine_Engine_AlgDesc |
 |
typedef struct CodecEngine_Engine_AlgDesc {
String name;
Ptr fxns;
Ptr idmaFxns;
String *typeTab;
Bool isLocal;
Int groupId;
Int rpcProtocolVersion;
Ptr iresFxns;
Ptr codecClassConfig;
} CodecEngine_Engine_AlgDesc;
struct CodecEngine_Engine_Config |
 |
typedef struct CodecEngine_Engine_Config {
String localEngine;
} CodecEngine_Engine_Config;
struct CodecEngine_Engine_Desc |
 |
typedef struct CodecEngine_Engine_Desc {
String name;
String remoteName;
String linkCfg;
Int numAlgs;
Int heapId;
} CodecEngine_Engine_Desc;
struct CodecEngine_NODE_Uuid |
 |
typedef struct CodecEngine_NODE_Uuid {
UInt32 data;
} CodecEngine_NODE_Uuid;
Module-Wide Built-Ins |
 |
// Get this module's unique id
Bool CodecEngine_Module_startupDone();
// Test if this module has completed startup
// The heap from which this module allocates memory
Bool CodecEngine_Module_hasMask();
// Test whether this module has a diagnostics mask
Bits16 CodecEngine_Module_getMask();
// Returns the diagnostics mask for this module
Void CodecEngine_Module_setMask(Bits16 mask);
// Set the diagnostics mask for this module
var CodecEngine = xdc.useModule('ti.sdo.ce.views.CodecEngine');
module-wide constants & types
module-wide config parameters
generated on Fri, 24 Feb 2012 03:47:06 GMT