![]() |
![]() |
Data Structures | |
| struct | IVIDDEC2_Obj |
| This must be the first field of all IVIDDEC2 instance objects. More... | |
| struct | IVIDDEC2_Params |
| Defines the creation time parameters for all IVIDDEC2 instance objects. More... | |
| struct | IVIDDEC2_DynamicParams |
| This structure defines the codec parameters that can be modified after creation via control() calls. More... | |
| struct | IVIDDEC2_InArgs |
| Defines the input arguments for all IVIDDEC2 instance process function. More... | |
| struct | IVIDDEC2_Status |
| Defines instance status parameters. More... | |
| struct | IVIDDEC2_OutArgs |
| Defines the run time output arguments for all IVIDDEC2 instance objects. More... | |
| struct | IVIDDEC2_Fxns |
| Defines all of the operations on IVIDDEC2 objects. More... | |
Defines | |
| #define | IVIDDEC2_MAX_IO_BUFFERS IVIDEO2_MAX_IO_BUFFERS |
| Maximum I/O Buffers. | |
| #define | IVIDDEC2_EOK XDM_EOK |
| #define | IVIDDEC2_EFAIL XDM_EFAIL |
| #define | IVIDDEC2_EUNSUPPORTED XDM_EUNSUPPORTED |
Typedefs | |
| typedef struct IVIDDEC2_Obj | IVIDDEC2_Obj |
| This must be the first field of all IVIDDEC2 instance objects. | |
| typedef struct IVIDDEC2_Obj * | IVIDDEC2_Handle |
| Opaque handle to an IVIDDEC2 objects. | |
| typedef struct IVIDDEC2_Params | IVIDDEC2_Params |
| Defines the creation time parameters for all IVIDDEC2 instance objects. | |
| typedef struct IVIDDEC2_DynamicParams | IVIDDEC2_DynamicParams |
| This structure defines the codec parameters that can be modified after creation via control() calls. | |
| typedef struct IVIDDEC2_InArgs | IVIDDEC2_InArgs |
| Defines the input arguments for all IVIDDEC2 instance process function. | |
| typedef struct IVIDDEC2_Status | IVIDDEC2_Status |
| Defines instance status parameters. | |
| typedef struct IVIDDEC2_OutArgs | IVIDDEC2_OutArgs |
| Defines the run time output arguments for all IVIDDEC2 instance objects. | |
| typedef IALG_Cmd | IVIDDEC2_Cmd |
| Defines the control commands for the IVIDDEC2 module. | |
| typedef struct IVIDDEC2_Fxns | IVIDDEC2_Fxns |
| Defines all of the operations on IVIDDEC2 objects. | |
Enumerations | |
| enum | IVIDDEC2_FrameOrder { IVIDDEC2_DISPLAY_ORDER = 0, IVIDDEC2_DECODE_ORDER = 1, IVIDDEC2_FRAMEORDER_DEFAULT = IVIDDEC2_DISPLAY_ORDER } |
Video decoder output frame order. More... | |
This is the XDM IVIDDEC2 Video Decoder Interface.
| #define IVIDDEC2_MAX_IO_BUFFERS IVIDEO2_MAX_IO_BUFFERS |
Maximum I/O Buffers.
| #define IVIDDEC2_EOK XDM_EOK |
Success.
| #define IVIDDEC2_EFAIL XDM_EFAIL |
General failure.
| #define IVIDDEC2_EUNSUPPORTED XDM_EUNSUPPORTED |
Request is unsupported.
| typedef struct IVIDDEC2_Obj IVIDDEC2_Obj |
This must be the first field of all IVIDDEC2 instance objects.
| typedef struct IVIDDEC2_Obj* IVIDDEC2_Handle |
Opaque handle to an IVIDDEC2 objects.
| typedef struct IVIDDEC2_Params IVIDDEC2_Params |
Defines the creation time parameters for all IVIDDEC2 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 IVIDDEC2_DynamicParams IVIDDEC2_DynamicParams |
This structure defines the codec 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 IVIDDEC2_InArgs IVIDDEC2_InArgs |
Defines the input arguments for all IVIDDEC2 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 IVIDDEC2_Status IVIDDEC2_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 IVIDDEC2_OutArgs IVIDDEC2_OutArgs |
Defines the run time output arguments for all IVIDDEC2 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 IVIDDEC2_Cmd |
Defines the control commands for the IVIDDEC2 module.
| typedef struct IVIDDEC2_Fxns IVIDDEC2_Fxns |
Defines all of the operations on IVIDDEC2 objects.
| enum IVIDDEC2_FrameOrder |
Video decoder output frame order.