OpenMAXBellagio 0.9.3
OMXCoreRMExt.h
Go to the documentation of this file.
00001 
00026 #ifndef __OMXCORERMEXT_H__
00027 #define __OMXCORERMEXT_H__
00028 
00029 #include <OMX_Core.h>
00030 #include "extension_struct.h"
00031 
00032 enum OMX_RESOURCETYPE
00033 {
00034     OMX_ResourceTypeMemory,
00035     OMX_ResourceTypeCpu
00036 };
00037 
00049 OMX_ERRORTYPE getSupportedQualityLevels(OMX_STRING cComponentName, OMX_U32** ppQualityLevel, OMX_U32* pNrOfQualityLevels);
00066 OMX_ERRORTYPE getMultiResourceEstimates(OMX_STRING cComponentName, OMX_U32 nQualityLevel, multiResourceDescriptor* pMultiResourceEstimates);
00067 OMX_ERRORTYPE readRegistryFile();
00068 #endif
00069