![]() |
![]() |
Data Structures | |
| struct | IIMGENC1_Obj |
| This must be the first field of all IIMGENC1 instance objects. More... | |
| struct | IIMGENC1_Params |
| Defines the creation time parameters for all IIMGENC1 instance objects. More... | |
| struct | IIMGENC1_DynamicParams |
| This structure defines the algorithm parameters that can be modified after creation via control() calls. More... | |
| struct | IIMGENC1_InArgs |
| Defines the input arguments for all IIMGENC1 instance process() function. More... | |
| struct | IIMGENC1_Status |
| Defines instance status parameters. More... | |
| struct | IIMGENC1_OutArgs |
| Defines the run time output arguments for all IIMGENC1 instance objects. More... | |
| struct | IIMGENC1_Fxns |
| Defines all of the operations on IIMGENC1 objects. More... | |
Defines | |
| #define | IIMGENC1_EOK XDM_EOK |
| #define | IIMGENC1_EFAIL XDM_EFAIL |
| #define | IIMGENC1_EUNSUPPORTED XDM_EUNSUPPORTED |
Typedefs | |
| typedef struct IIMGENC1_Obj | IIMGENC1_Obj |
| This must be the first field of all IIMGENC1 instance objects. | |
| typedef struct IIMGENC1_Obj * | IIMGENC1_Handle |
| Opaque handle to an IIMGENC1 objects. | |
| typedef struct IIMGENC1_Params | IIMGENC1_Params |
| Defines the creation time parameters for all IIMGENC1 instance objects. | |
| typedef struct IIMGENC1_DynamicParams | IIMGENC1_DynamicParams |
| This structure defines the algorithm parameters that can be modified after creation via control() calls. | |
| typedef struct IIMGENC1_InArgs | IIMGENC1_InArgs |
| Defines the input arguments for all IIMGENC1 instance process() function. | |
| typedef struct IIMGENC1_Status | IIMGENC1_Status |
| Defines instance status parameters. | |
| typedef struct IIMGENC1_OutArgs | IIMGENC1_OutArgs |
| Defines the run time output arguments for all IIMGENC1 instance objects. | |
| typedef IALG_Cmd | IIMGENC1_Cmd |
| Defines the control commands for the IIMGENC1 module. | |
| typedef struct IIMGENC1_Fxns | IIMGENC1_Fxns |
| Defines all of the operations on IIMGENC1 objects. | |
This is the XDM IIMGENC1 Image Encoder Interface.
| #define IIMGENC1_EOK XDM_EOK |
Success.
| #define IIMGENC1_EFAIL XDM_EFAIL |
General failure.
| #define IIMGENC1_EUNSUPPORTED XDM_EUNSUPPORTED |
Request is unsupported.
| typedef struct IIMGENC1_Obj IIMGENC1_Obj |
This must be the first field of all IIMGENC1 instance objects.
| typedef struct IIMGENC1_Obj* IIMGENC1_Handle |
Opaque handle to an IIMGENC1 objects.
| typedef struct IIMGENC1_Params IIMGENC1_Params |
Defines the creation time parameters for all IIMGENC1 instance objects.
size parameter. size field must be correctly set by the caller. See http://tiexpressdsp.com/index.php?title=Extending_data_structures_in_xDM for more details. | typedef struct IIMGENC1_DynamicParams IIMGENC1_DynamicParams |
This structure defines the algorithm parameters that can be modified after creation via control() calls.
size parameter. size field must be correctly set by the caller. See http://tiexpressdsp.com/index.php?title=Extending_data_structures_in_xDM for more details.| typedef struct IIMGENC1_InArgs IIMGENC1_InArgs |
Defines the input arguments for all IIMGENC1 instance process() function.
size parameter. size field must be correctly set by the caller. See http://tiexpressdsp.com/index.php?title=Extending_data_structures_in_xDM for more details.| typedef struct IIMGENC1_Status IIMGENC1_Status |
Defines instance status parameters.
size parameter. size field must be correctly set by the caller. See http://tiexpressdsp.com/index.php?title=Extending_data_structures_in_xDM for more details.| typedef struct IIMGENC1_OutArgs IIMGENC1_OutArgs |
Defines the run time output arguments for all IIMGENC1 instance objects.
size parameter. size field must be correctly set by the caller. See http://tiexpressdsp.com/index.php?title=Extending_data_structures_in_xDM for more details.| typedef IALG_Cmd IIMGENC1_Cmd |
Defines the control commands for the IIMGENC1 module.
| typedef struct IIMGENC1_Fxns IIMGENC1_Fxns |
Defines all of the operations on IIMGENC1 objects.