![]() |
![]() |
Data Structures | |
| struct | IVIDENC_Obj |
| This must be the first field of all IVIDENC instance objects. More... | |
| struct | IVIDENC_Params |
| Defines the creation time parameters for all IVIDENC instance objects. More... | |
| struct | IVIDENC_DynamicParams |
| This structure defines the codec parameters that can be modified after creation via control() calls. More... | |
| struct | IVIDENC_InArgs |
| Defines the input arguments for all IVIDDEC instance process function. More... | |
| struct | IVIDENC_Status |
| Defines instance status parameters (read-only). More... | |
| struct | IVIDENC_OutArgs |
| Defines the run time output arguments for all IVIDENC instance objects. More... | |
| struct | IVIDENC_Fxns |
| Defines all of the operations on IVIDENC objects. More... | |
Defines | |
| #define | IVIDENC_CID "ti.xdais.dm.IVIDENC" |
| #define | IVIDENC_ERUNTIME XDM_ERUNTIME |
| #define | IVIDENC_EOK XDM_EOK |
| #define | IVIDENC_EFAIL XDM_EFAIL |
Typedefs | |
| typedef struct IVIDENC_Obj * | IVIDENC_Handle |
| Opaque handle to an IVIDENC objects. | |
| typedef IALG_Cmd | IVIDENC_Cmd |
| Defines the control commands for the IVIDENC module. | |
This is the XDM IVIDENC Video Encoder Interface.
| #define IVIDENC_CID "ti.xdais.dm.IVIDENC" |
IVIDENC Class ID
| #define IVIDENC_ERUNTIME XDM_ERUNTIME |
General runtime failure.
| #define IVIDENC_EOK XDM_EOK |
Success.
| #define IVIDENC_EFAIL XDM_EFAIL |
General failure.
| typedef struct IVIDENC_Obj* IVIDENC_Handle |
Opaque handle to an IVIDENC objects.
| typedef IALG_Cmd IVIDENC_Cmd |
Defines the control commands for the IVIDENC module.