50 #ifndef _MHEG5_CONTROL_H
51 #define _MHEG5_CONTROL_H
61 #define SECTION_BUFFER_SIZE (4 * 1024)
64 #define MHEG5_MIN_SECTION_BUFFERS (100)
67 #define MHEG5_MIN_TASK_PRIORITY (4)
69 #define NVM_STORE_SIZE_AU (64 * 1024)
70 #define NVM_STORE_SIZE_SA (512 * 1024)
71 #define AU_NVM_MINIMUM_SIZE ((1024 * 1024 * 2) + NVM_STORE_SIZE_AU)
72 #define SA_NVM_MINIMUM_SIZE ((1024 * 1024 * 32) + NVM_STORE_SIZE_SA)
75 #define ICS_DEFAULT_BUFFER_SIZE (3 * 1024 * 1024)
76 #define ICS_MINIMUM_BUFFER_SIZE (768 * 1024)
79 #define COLOUR_FORMAT_PALETTE 8
80 #define COLOUR_FORMAT_ARGB4444 16
81 #define COLOUR_FORMAT_ARGB7888 31
82 #define COLOUR_FORMAT_ARGB8888 32
E_MhegErr MHEG5_Stop(void)
Tells MHEG5 engine to enter stop state (i.e. no broadcast service). This function should kill any cur...
Definition: glue_main.c:725
Definition: mheg5_control.h:114
E_ChannelStartMode
Definition: mheg5_control.h:136
U8BIT * manufacturerString
Definition: mheg5_control.h:179
Definition: mheg5_control.h:131
U8BIT colourDepth
Definition: mheg5_control.h:169
Definition: mheg5_control.h:126
E_MhegErr MHEG5_Resume(void)
This allows Voyageer to be resumed after another application has had display focus (such as an EPG)...
Definition: glue_main.c:969
Definition: mheg5_control.h:129
U16BIT screenWidth
Definition: mheg5_control.h:167
Definition: mheg5_control.h:133
void * streamerBuffer
Definition: mheg5_control.h:205
Definition: mheg5_control.h:112
Definition: mheg5_control.h:109
Definition: mheg5_control.h:94
void * MHEG5_DsmccInstance(void)
Get the DSMCC instance handle.
Definition: glue_dsmcc.c:709
E_MhegErr MHEG5_Start(S32BIT serviceIndex, E_ChannelStartMode *quietMode)
This function starts MHEG5 engine on the current broadcast service. It will cause MHEG5 engine to sta...
Definition: glue_main.c:627
Definition: mheg5_control.h:110
E_MhegErr
Definition: mherrors.h:28
U32BIT nvmSize
Definition: mheg5_control.h:193
MHEG5 engine interface error codes.
Definition: mheg5_control.h:93
uint8_t U8BIT
Definition: techtype.h:93
Definition: mheg5_control.h:142
Definition: mheg5_control.h:145
Definition: mheg5_control.h:113
E_COUNTRY_PROFILE countryProfile
Definition: mheg5_control.h:185
Definition: mheg5_control.h:91
Definition: mheg5_control.h:96
Definition: mheg5_control.h:139
U32BIT taskPriority
Definition: mheg5_control.h:157
Definition: mheg5_control.h:121
enum E_COUNTRY_PROFILE E_MHEG_PROFILE
int32_t S32BIT
Definition: techtype.h:98
E_MhegErr MHEG5_Open(S_MhegConfig *pSetup)
Initialise MHEG5 engine instance. The following will be performed as a result of a call to this funct...
Definition: glue_main.c:352
Definition: mheg5_control.h:130
E_MhegErr MHEG5_Suspend(void)
Suspend MHEG5 engine (while there is no valid broadcast service). When the external application is pe...
Definition: glue_main.c:787
E_MhegErr MHEG5_SetScreenResolution(U16BIT screenWidth, U16BIT screenHeight)
Sets the screen resolution to new size. This function is required when the external application wishe...
Definition: glue_main.c:1014
uint16_t U16BIT
Definition: techtype.h:95
E_COUNTRY_PROFILE
Definition: mheg5_control.h:86
System Wide Global Technical Data Type Definitions.
Definition: mheg5_control.h:151
E_MhegErr MHEG5_Pause(void)
This allows MHEG5 engine to be paused whilst another application has display focus (such as an EPG)...
Definition: glue_main.c:934
Definition: mheg5_control.h:106
Definition: mheg5_control.h:104
Definition: mheg5_control.h:132
Definition: mheg5_control.h:95
Definition: mheg5_control.h:108
void MHEG5_RestoreScreen(void)
Refresh screen after resolution change with MHEG5_SetScreenResolution() This is a non-blocking functi...
Definition: glue_main.c:1053
E_MhegErr MHEG5_Close(void)
Close MHEG engine. Free allocated MHEG5 engine memory region, and any other related resources...
Definition: glue_main.c:527
Definition: mheg5_control.h:107
const char * version_string
Definition: mheg5_control.h:211
U32BIT streamerBufferSize
Definition: mheg5_control.h:206
Definition: mheg5_control.h:111
Definition of DVB locator and DVB component types.
E_MHEG5_CAPABILITES
Definition: mheg5_control.h:102
Definition: mheg5_control.h:92
E_MHEG5_CAPABILITES capabilities
Definition: mheg5_control.h:162
uint32_t U32BIT
Definition: techtype.h:97
Definition: mheg5_control.h:88
Definition: mheg5_control.h:90
U16BIT screenHeight
Definition: mheg5_control.h:168