![]() |
![]() |
Data Structures | |
| struct | IIMGENC_Obj |
| This must be the first field of all IIMGENC instance objects. More... | |
| struct | IIMGENC_Params |
| Defines the creation time parameters for all IIMGENC instance objects. More... | |
| struct | IIMGENC_DynamicParams |
| This structure defines the codec parameters that can be modified after creation via control() calls. More... | |
| struct | IIMGENC_InArgs |
| Defines the input arguments for all IIMGENC instance process function. More... | |
| struct | IIMGENC_Status |
| Defines instance status parameters (read-only). More... | |
| struct | IIMGENC_OutArgs |
| Defines the run time output arguments for all IIMGENC instance objects. More... | |
| struct | IIMGENC_Fxns |
| Defines all of the operations on IIMGENC objects. More... | |
Defines | |
| #define | IIMGENC_CID "ti.xdais.dm.IIMGENC" |
| #define | IIMGENC_ERUNTIME XDM_ERUNTIME |
| #define | IIMGENC_EOK XDM_EOK |
| #define | IIMGENC_EFAIL XDM_EFAIL |
Typedefs | |
| typedef IIMGENC_Obj | IIMGENC_Obj |
| This must be the first field of all IIMGENC instance objects. | |
| typedef IIMGENC_Obj * | IIMGENC_Handle |
| Opaque handle to an IIMGENC objects. | |
| typedef IIMGENC_Params | IIMGENC_Params |
| Defines the creation time parameters for all IIMGENC instance objects. | |
| typedef IIMGENC_DynamicParams | IIMGENC_DynamicParams |
| This structure defines the codec parameters that can be modified after creation via control() calls. | |
| typedef IIMGENC_InArgs | IIMGENC_InArgs |
| Defines the input arguments for all IIMGENC instance process function. | |
| typedef IIMGENC_Status | IIMGENC_Status |
| Defines instance status parameters (read-only). | |
| typedef IIMGENC_OutArgs | IIMGENC_OutArgs |
| Defines the run time output arguments for all IIMGENC instance objects. | |
| typedef IALG_Cmd | IIMGENC_Cmd |
| Defines the control commands for the IIMGENC module. | |
| typedef IIMGENC_Fxns | IIMGENC_Fxns |
| Defines all of the operations on IIMGENC objects. | |
|
|
IIMGENC Class ID |
|
|
General runtime failure. |
|
|
Success. |
|
|
General failure. |
|
|
This must be the first field of all IIMGENC instance objects.
|
|
|
Opaque handle to an IIMGENC objects.
|
|
|
Defines the creation time parameters for all IIMGENC instance objects.
|
|
|
This structure defines the codec parameters that can be modified after creation via control() calls.
|
|
|
Defines the input arguments for all IIMGENC instance process function.
|
|
|
Defines instance status parameters (read-only).
|
|
|
Defines the run time output arguments for all IIMGENC instance objects.
|
|
|
Defines the control commands for the IIMGENC module.
|
|
|
Defines all of the operations on IIMGENC objects.
|