Framework Components Application Programming Interface (API)  fc-v07
Macros | Data Structures | Typedefs | Enumerations
IRES HDVICP Protocol

Macros

#define IRES_HDVICP_PROTOCOLNAME   "ti.sdo.fc.ires.hdvicp"
 Name used to describe this protocol. More...
 
#define HDVICP_MODNAME   "ti.sdo.fc.ires.hdvicp"
 Name to pass to Diags_setMask() to enable logging for HDVICP functions. For example, Diags_setMask(HDVICP_MODNAME"+EX1234567"); turns on all Log statements in this module. Diags_setMask() must be called after initialization to take effect. More...
 

Data Structures

struct  IRES_HDVICP_ProtocolArgs
 HDVICP Protocol Arguments definition. More...
 
struct  IRES_HDVICP_Obj
 IRES_HDVICP_Obj extends the generic IRES_Obj structure that is returned back to the algorithm requesting the resource. More...
 
struct  IRES_HDVICP_RegisterLayer
 HDVICP Register Layout. More...
 
struct  IRES_HDVICP_Properties
 Static Resource Properties. More...
 

Typedefs

typedef struct IRES_HDVICP_ObjIRES_HDVICP_Handle
 Handle to "logical" resource. More...
 
typedef enum IRES_HDVICP_RequestType IRES_HDVICP_RequestType
 Type of resource that can be requested. More...
 
typedef struct IRES_HDVICP_ProtocolArgs IRES_HDVICP_ProtocolArgs
 HDVICP Protocol Arguments definition. More...
 
typedef struct IRES_HDVICP_Obj IRES_HDVICP_Obj
 IRES_HDVICP_Obj extends the generic IRES_Obj structure that is returned back to the algorithm requesting the resource. More...
 
typedef struct IRES_HDVICP_RegisterLayer IRES_HDVICP_RegisterLayer
 HDVICP Register Layout. More...
 
typedef struct IRES_HDVICP_Properties IRES_HDVICP_Properties
 Static Resource Properties. More...
 

Enumerations

enum  IRES_HDVICP_RequestType {
  IRES_HDVICP_ID_0 = 0,
  IRES_HDVICP_ID_1 = 1,
  IRES_HDVICP_ID_ANY = 2
}
 Type of resource that can be requested. More...
 

Detailed Description

Allows algorithms to request and receive handles representing HDVICP resources.

Macro Definition Documentation

#define IRES_HDVICP_PROTOCOLNAME   "ti.sdo.fc.ires.hdvicp"

Name used to describe this protocol.

#define HDVICP_MODNAME   "ti.sdo.fc.ires.hdvicp"

Name to pass to Diags_setMask() to enable logging for HDVICP functions. For example, Diags_setMask(HDVICP_MODNAME"+EX1234567"); turns on all Log statements in this module. Diags_setMask() must be called after initialization to take effect.

Typedef Documentation

Handle to "logical" resource.

Type of resource that can be requested.

HDVICP Protocol Arguments definition.

IRES_HDVICP_Obj extends the generic IRES_Obj structure that is returned back to the algorithm requesting the resource.

HDVICP Register Layout.

Static Resource Properties.

Enumeration Type Documentation

Type of resource that can be requested.

Enumerator
IRES_HDVICP_ID_0 
IRES_HDVICP_ID_1 
IRES_HDVICP_ID_ANY 
Copyright 2016, Texas Instruments Incorporated