summaryrefslogtreecommitdiff
path: root/omx/ti_omx_config_parser/inc/ti_video_config_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'omx/ti_omx_config_parser/inc/ti_video_config_parser.h')
-rw-r--r--omx/ti_omx_config_parser/inc/ti_video_config_parser.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/omx/ti_omx_config_parser/inc/ti_video_config_parser.h b/omx/ti_omx_config_parser/inc/ti_video_config_parser.h
index d9455f4..0701014 100644
--- a/omx/ti_omx_config_parser/inc/ti_video_config_parser.h
+++ b/omx/ti_omx_config_parser/inc/ti_video_config_parser.h
@@ -21,6 +21,11 @@
#include "oscl_base.h"
#include "oscl_types.h"
#include "pvmf_format_type.h"
+#include "oscl_stdstring.h"
+
+#define WVGA_MAX_WIDTH 864
+#define WVGA_MAX_HEIGHT WVGA_MAX_WIDTH
+#define TI_VID_DEC "OMX.TI.Video.Decoder"
typedef struct
{
@@ -39,7 +44,8 @@ typedef struct _tiVideoConfigParserOutputs
OSCL_IMPORT_REF int16 ti_video_config_parser(
tiVideoConfigParserInputs *aInputs,
- tiVideoConfigParserOutputs *aOutputs);
+ tiVideoConfigParserOutputs *aOutputs,
+ char * pComponentName);
#endif //TI_VIDEO_CONFIG_PARSER_H_INCLUDED