|
OpenMAXBellagio 0.9.3
|
#include <OMX_Index.h>Go to the source code of this file.
| #define OMX_BUFFERFLAG_DATACORRUPT 0x00000008 |
Definition at line 356 of file OMX_Core.h.
| #define OMX_BUFFERFLAG_ENDOFFRAME 0x00000010 |
Definition at line 363 of file OMX_Core.h.
| #define OMX_BUFFERFLAG_EXTRADATA 0x00000040 |
Definition at line 375 of file OMX_Core.h.
| #define OMX_BUFFERFLAG_SYNCFRAME 0x00000020 |
Definition at line 369 of file OMX_Core.h.
| #define OMX_MAX_STRINGNAME_SIZE 128 |
Definition at line 281 of file OMX_Core.h.
Referenced by BOSA_ST_CreateComponent(), BOSA_ST_InitComponentLoader(), BOSA_STE_CreateComponent(), omx_base_component_Constructor(), omx_component_library_Setup(), OMX_GetComponentsOfRole(), readRegistryFile(), and RM_RegisterComponent().
| #define OMX_PORTTUNNELFLAG_READONLY 0x00000001 |
Definition at line 627 of file OMX_Core.h.
Referenced by base_port_ComponentTunnelRequest().
| typedef struct OMX_CALLBACKTYPE OMX_CALLBACKTYPE |
| typedef enum OMX_ERRORTYPE OMX_ERRORTYPE |
The OMX_ERRORTYPE enumeration defines the standard OMX Errors. These errors should cover most of the common failure cases. However, vendors are free to add additional error messages of their own as long as they follow these rules: 1. Vendor error messages shall be in the range of 0x90000000 to 0x9000FFFF. 2. Vendor error messages shall be defined in a header file provided with the component. No error messages are allowed that are not defined.
| typedef enum OMX_EXTRADATATYPE OMX_EXTRADATATYPE |
The OMX_EXTRADATATYPE enumeration is used to define the possible extra data payload types. NB: this enum is binary backwards compatible with the previous OMX_EXTRADATA_QUANT define. This should be replaced with OMX_ExtraDataQuantization.
| typedef struct OMX_OTHER_EXTRADATATYPE OMX_OTHER_EXTRADATATYPE |
| enum OMX_ERRORTYPE |
The OMX_ERRORTYPE enumeration defines the standard OMX Errors. These errors should cover most of the common failure cases. However, vendors are free to add additional error messages of their own as long as they follow these rules: 1. Vendor error messages shall be in the range of 0x90000000 to 0x9000FFFF. 2. Vendor error messages shall be defined in a header file provided with the component. No error messages are allowed that are not defined.
Definition at line 126 of file OMX_Core.h.
| enum OMX_EXTRADATATYPE |
The OMX_EXTRADATATYPE enumeration is used to define the possible extra data payload types. NB: this enum is binary backwards compatible with the previous OMX_EXTRADATA_QUANT define. This should be replaced with OMX_ExtraDataQuantization.
Definition at line 451 of file OMX_Core.h.