DVBCore  20.3.0
DVBCore Documentation
ap_cntrl.h
Go to the documentation of this file.
1 /*******************************************************************************
2  * Copyright © 2014 The DTVKit Open Software Foundation Ltd (www.dtvkit.org)
3  * Copyright © 2004 Ocean Blue Software Ltd
4  *
5  * This file is part of a DTVKit Software Component
6  * You are permitted to copy, modify or distribute this file subject to the terms
7  * of the DTVKit 1.0 Licence which can be found in licence.txt or at www.dtvkit.org
8  *
9  * THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
10  * EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES
11  * OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
12  *
13  * If you or your organisation is not a member of DTVKit then you have access
14  * to this source code outside of the terms of the licence agreement
15  * and you are expected to delete this and any associated files immediately.
16  * Further information on DTVKit, membership and terms can be found at www.dtvkit.org
17  *******************************************************************************/
24 // pre-processor mechanism so multiple inclusions don't cause compilation error
25 
26 #ifndef _AP_CNTRL_H
27 #define _AP_CNTRL_H
28 
29 #include "techtype.h"
30 #include "ap_common.h"
31 #include "stbhwav.h"
32 #include "vtctype.h"
33 #include "stbdpc.h"
34 
35 #ifdef INCLUDE_OTA_SSU
36 #include "stbota.h"
37 #endif
38 
39 #include "ap_si.h"
40 
41 //---Constant and macro definitions for public use-----------------------------
42 
43 
44 //---Enumerations for public use-----------------------------------------------
45 
46 typedef enum
47 {
48  ACTL_SI_NO_SEARCH,
49  ACTL_SI_CHANNEL_SEARCH,
50  ACTL_SI_CHANNEL_SEARCH_NO_NIT,
51  ACTL_SI_STARTUP_SEARCH,
52  ACTL_SI_EVENT_PF_SEARCH,
53  ACTL_SI_EVENT_SCHED_SEARCH,
54  ACTL_SI_EVENT_PF_SCHED_SEARCH,
55  ACTL_SI_DVB_SSU_SEARCH,
56  ACTL_SI_TOT_SEARCH,
57  ACTL_SI_USER_DEFINED
58 } E_ACTL_SI_SRCH_REQD;
59 
60 typedef enum
61 {
62  ACTL_FREQ_SEARCH,
63  ACTL_NETWORK_SEARCH
64 } E_ACTL_SEARCH_TYPE;
65 
66 typedef enum
67 {
68  ACTL_EVENT_SEARCH_PF,
69  ACTL_EVENT_SEARCH_SCHED,
70  ACTL_EVENT_SEARCH_PF_SCHED
71 } E_ACTL_EVENT_SEARCH;
72 
73 typedef enum
74 {
75  ACTL_STANDBY_MODE,
76  ACTL_STANDBY_SCART_MODE,
77  ACTL_TV_MODE,
78  ACTL_SCART_MODE,
79  ACTL_INT_DVD_MODE
80 } E_ACTL_AV_MODE;
81 
82 typedef enum
83 {
84  ACTL_NO_CHANGE,
85  ACTL_AUDIO_CHANGE,
86  ACTL_ADESC_CHANGE,
87  ACTL_BOTH_CHANGED
88 } E_ACTL_DECODE_CHANGE;
89 
90 
91 //---Global type defs for public use-------------------------------------------
92 typedef struct
93 {
94  S8BIT offset;
95  E_STB_DP_ANALOG_VIDEO_TYPE vtype;
97 
98 typedef struct
99 {
100  E_STB_DP_TBWIDTH bwidth;
101  E_STB_DP_TMODE mode;
102  E_STB_DP_TTYPE type;
103  U8BIT plp_id;
105 
106 typedef struct
107 {
108  E_STB_DP_CMODE mode;
109  U16BIT symbol_rate;
111 
112 typedef struct
113 {
114  void *satellite;
115  E_STB_DP_POLARITY polarity;
116  U16BIT symbol_rate;
117  E_STB_DP_FEC fec;
118  BOOLEAN dvb_s2;
119  E_STB_DP_MODULATION modulation;
121 
122 typedef struct
123 {
124  U32BIT freq;
125  union
126  {
131  } u;
133 
134 
135 typedef struct
136 {
137  E_STB_DP_RES_OWNER owner;
138  void *data;
139  U32BIT data_size;
141 
142 
143 //---Global type defs for public use-------------------------------------------
144 
152 typedef void (*DSM_FILE_CALLBACK)(void *user_data, U8BIT *file_data, U32BIT data_size);
153 
161 typedef U16BIT (*F_ServiceGetSubtitlePid)(void *serv_ptr, ADB_SUBT_INFO *subt_info);
162 
163 //---Global Function prototypes for public use---------------------------------
164 
172 BOOLEAN ACTL_StartServiceSearch(E_STB_DP_SIGNAL_TYPE tuner_type, E_ACTL_SEARCH_TYPE type);
173 
180 BOOLEAN ACTL_IsTargetRegionRequired(void);
181 
185 void ACTL_StopServiceSearch(void);
186 
193 BOOLEAN ACTL_StartStartupSearch(void);
194 
195 #ifdef INCLUDE_OTA_SSU
196 
209 BOOLEAN ACTL_StartOTAUpdate(U8BIT path, void *transport, U16BIT serv_id,
210  F_SSU_VERSION_CALLBACK version_callback);
211 
217 void ACTL_ContinueOTAUpdate(BOOLEAN do_update);
218 
222 void ACTL_StopOTAUpdate(void);
223 
233 BOOLEAN ACTL_StartSSUSearch(E_STB_DP_SIGNAL_TYPE tuner_type, F_SSU_VERSION_CALLBACK version_callback);
234 
235 #endif /* INCLUDE_OTA_SSU */
236 
244 BOOLEAN ACTL_StartTotSearch(E_STB_DP_SIGNAL_TYPE tuner_type);
245 
249 void ACTL_StopTotSearch(void);
250 
258 BOOLEAN ACTL_StartEitSearch(E_STB_DP_SIGNAL_TYPE tuner_type, E_ACTL_EVENT_SEARCH search_type);
259 
263 void ACTL_StopEitSearch(void);
264 
270 BOOLEAN ACTL_IsSearchComplete(void);
271 
279 U8BIT ACTL_GetSearchProgress(void);
280 
288 U8BIT ACTL_GetServiceSearchPath(void);
289 
290 
299 BOOLEAN ACTL_StartManualSearchById(E_STB_DP_SIGNAL_TYPE tuner_type, U16BIT chan_id,
300  BOOLEAN start_search);
301 
310 BOOLEAN ACTL_StartManualSearch(E_STB_DP_SIGNAL_TYPE tuner_type,
311  S_MANUAL_TUNING_PARAMS *tuning_params, E_ACTL_SEARCH_TYPE type);
312 
317 void ACTL_FinishManualSearch(void);
318 
327 U8BIT ACTL_AcquirePathForService(void *s_ptr, BOOLEAN with_decoders, BOOLEAN for_recording,
328  S_ACTL_OWNER_INFO *owner);
329 
335 void ACTL_ReleaseLivePathForService(void *s_ptr, E_STB_DP_RES_OWNER owner);
336 
343 BOOLEAN ACTL_ReleasePath(U8BIT path);
344 
351 BOOLEAN ACTL_AcquirePathOwnership(U8BIT path, S_ACTL_OWNER_INFO *owner_info);
352 
360 BOOLEAN ACTL_ReleasePathOwnership(U8BIT path, E_STB_DP_RES_OWNER owner);
361 
369 BOOLEAN ACTL_CanServiceBeViewed(void *s_ptr);
370 
376 void* ACTL_GetCurrentSatellite(U8BIT path);
377 
390 U8BIT ACTL_TuneToTransport(U8BIT path, S_ACTL_OWNER_INFO *owner_info, void *t_ptr,
391  E_ACTL_SI_SRCH_REQD reqd_si, BOOLEAN relock_on);
392 
406 U8BIT ACTL_TuneToService(U8BIT path, S_ACTL_OWNER_INFO *owner_info, void *s_ptr,
407  BOOLEAN override_lock, BOOLEAN for_live);
408 
425 BOOLEAN ACTL_TuneUsingDSD(U8BIT path, SI_DELIVERY_SYS_DESC_TYPE dsd_type,
426  SI_DELIVERY_SYS_DESC *dsd, U16BIT service_id, E_ACTL_SI_SRCH_REQD reqd_si);
427 
433 BOOLEAN ACTL_IsTuned(U8BIT path);
434 
439 void ACTL_TuneOff(U8BIT path);
440 
445 void ACTL_DecodeOff(U8BIT path);
446 
451 void ACTL_ReTuneAudio(void);
452 
457 void ACTL_ReTuneSubtitles(void);
458 
464 BOOLEAN ACTL_HasDecodingStarted(U8BIT path);
465 
471 BOOLEAN ACTL_IsDecodingLocked(U8BIT path);
472 
477 void ACTL_ReleaseChannelLock(void);
478 
487 BOOLEAN ACTL_TuneToRfChanArrayEntry(U8BIT path, U16BIT id, E_ACTL_SI_SRCH_REQD reqd_si, BOOLEAN relock_on);
488 
495 BOOLEAN ACTL_TuneToRfChanArrayAnalogEntry(U8BIT path, U16BIT id);
496 
505 BOOLEAN ACTL_TuneToUserDefinedParams(U8BIT path, S_MANUAL_TUNING_PARAMS *tuning_params,
506  E_ACTL_SI_SRCH_REQD reqd_si, BOOLEAN relock_on);
507 
514 void ACTL_SetStandbyGracePeriod(U16BIT num_seconds);
515 
520 void ACTL_EnterStandby(void);
521 
529 void ACTL_LeaveStandby(void *s_ptr, BOOLEAN tune_to_service);
530 
535 void ACTL_SetStandbyState(BOOLEAN state);
536 
540 void ACTL_SetStandbyVCRActive(void);
541 
550 void ACTL_SetVideoWindow(S16BIT win_x, S16BIT win_y, U16BIT win_width, U16BIT win_height);
551 
556 void ACTL_SetTVAspectRatio(E_STB_AV_ASPECT_RATIO aspect_ratio);
557 
562 E_STB_AV_ASPECT_RATIO ACTL_GetTVAspectRatio(void);
563 
570 void ACTL_SetTVAspectMode(E_STB_AV_ASPECT_MODE aspect_mode);
571 
576 E_STB_AV_ASPECT_MODE ACTL_GetTVAspectMode(void);
577 
585 void ACTL_SetTVAspectConversion(E_STB_AV_ASPECT_RATIO aspect_ratio, E_STB_AV_ASPECT_MODE aspect_mode);
586 
594 E_STB_AV_VIDEO_FORMAT ACTL_GetActualVideoMode(U16BIT *width, U16BIT *height);
595 
601 void ACTL_HDMIConnected(void);
602 
607 void ACTL_HDMIDisconnected(void);
608 
613 BOOLEAN ACTL_IsHDMIConnected(void);
614 
624 U16BIT ACTL_GetHDMIResolutions(E_STB_AV_VIDEO_FORMAT **video_formats, U16BIT *current_index);
625 
634 void ACTL_UpdateVideoMode(E_STB_AV_ASPECT_RATIO aspect, BOOLEAN force);
635 
642 void ACTL_ApplyHDCP(void *s_ptr);
643 
648 E_ACTL_AV_MODE ACTL_GetAvModeStatus(void);
649 
650 /* RF channel details utility functions */
651 
657 U16BIT ACTL_GetNumRfChanArrayEntries(E_STB_DP_SIGNAL_TYPE tuner_type);
658 
665 U8BIT* ACTL_GetRfChanName(E_STB_DP_SIGNAL_TYPE tuner_type, U16BIT id);
666 
673 U8BIT* ACTL_GetRfNameFromFreq(E_STB_DP_SIGNAL_TYPE tuner_type, U32BIT freq_hz);
674 
681 U32BIT ACTL_GetRfChanFreqHz(E_STB_DP_SIGNAL_TYPE tuner_type, U16BIT id);
682 
689 U16BIT ACTL_GetRfSymbolRate(E_STB_DP_SIGNAL_TYPE tuner_type, U16BIT id);
690 
697 U8BIT ACTL_GetRfModulation(E_STB_DP_SIGNAL_TYPE tuner_type, U16BIT id);
698 
704 E_STB_DP_TTYPE ACTL_GetTerRfChanType(U16BIT id);
705 
706 #ifdef COMMON_INTERFACE
707 /* CI functions */
708 
717 void ACTL_TuneToCIService(U8BIT path, S_ACTL_OWNER_INFO *owner_info, void *s_ptr, E_APP_SI_MODE si_mode);
718 
726 void ACTL_ContinueCIPLUSTune(U8BIT path, BOOLEAN continue_tuning);
727 #endif
728 
732 void ACTL_EnableCiModule(void);
733 
737 void ACTL_DisableCiModule(void);
738 
743 BOOLEAN ACTL_IsCiUiRequired(void);
744 
750 BOOLEAN ACTL_GetDecodePausedState(U8BIT path);
751 
758 BOOLEAN ACTL_StartSubtitles(void);
759 
763 void ACTL_PauseSubtitles(void);
764 
768 void ACTL_ResumeSubtitles(void);
769 
773 void ACTL_StopSubtitles(void);
774 
780 BOOLEAN ACTL_SuppressSubtitles(BOOLEAN suppress);
781 
785 BOOLEAN ACTL_AreSubtitlesDisplayed(void);
786 
790 BOOLEAN ACTL_AreSubtitlesStarted(void);
791 
796 BOOLEAN ACTL_IsAudioDescriptionOn(void);
797 
805 BOOLEAN ACTL_StartAudioDescription(U8BIT path);
806 
811 void ACTL_StopAudioDescription(U8BIT path);
812 
817 void ACTL_SetADVolume(U8BIT volume);
818 
826 void ACTL_SetParentalControl(BOOLEAN enabled);
827 
833 BOOLEAN ACTL_ParentalControlEnabled(void);
834 
841 void ACTL_SetParentalControlAge(U8BIT age);
842 
848 U8BIT ACTL_GetParentalControlAge(void);
849 
856 void ACTL_ApplyParentalControl(U8BIT path, void *s_ptr);
857 
858 #ifdef FREEVIEW_PLAYBACK
859 
865 BOOLEAN ACTL_IsTrailerBookingAvailable(void *serv_ptr);
866 #endif
867 
871 void ACTL_SetupPlayback(void);
872 
877 void ACTL_StartPlayback(void *s_ptr);
878 
883 U8BIT ACTL_GetActivePath(void);
884 
892 void ACTL_StartDecoding(U8BIT path, void *s_ptr);
893 
898 void ACTL_SetMhegAVControl(BOOLEAN control);
899 
906 
911 void ACTL_SetVolumeAdjustment(S8BIT scaling);
912 
917 U8BIT ACTL_GetVolume(void);
918 
924 U8BIT ACTL_SetVolume(U8BIT volume);
925 
931 U8BIT ACTL_ChangeVolume(S8BIT volume_change);
932 
937 void ACTL_SetMute(BOOLEAN mute);
938 
943 BOOLEAN ACTL_ToggleMute(void);
944 
949 BOOLEAN ACTL_IsMuted(void);
950 
958 BOOLEAN ACTL_SetActiveProfile(void *profile);
959 
960 
968 E_ACTL_DECODE_CHANGE ACTL_SetupAudioDecoding(U8BIT path, void *s_ptr);
969 
970 
971 //---Function prototypes for internal use---------------------------------
972 
976 void ACTL_InitialiseAppControl(void);
977 
982 void ACTL_ActionEvent(U32BIT event, void *event_data);
983 
989 BOOLEAN ACTL_CheckLiveServiceChange(void);
990 
996 BOOLEAN ACTL_HandlePrivateTimerEvent(U32BIT timer_handle);
997 
998 void ACTL_SetAnalogChanIdString(U8BIT *str_ptr);
999 
1004 void ACTL_AllowAnalogVideo(BOOLEAN allow_analog_video);
1005 
1006 #endif // _AP_CNTRL_H
E_STB_AV_ASPECT_RATIO ACTL_GetTVAspectRatio(void)
Returns the current TV aspect ratio.
Definition: ap_cntrl.c:2357
void ACTL_SetMhegAVControl(BOOLEAN control)
Sets the MHEG5 audio volume adjust to be applied.
Definition: ap_cntrl.c:4704
BOOLEAN ACTL_HasDecodingStarted(U8BIT path)
Returns whether decoding has been started on the given path.
Definition: ap_cntrl.c:2194
BOOLEAN ACTL_CheckLiveServiceChange(void)
Checks whether the service tuned to on the live path has changed and informs the UI if it has...
Definition: ap_cntrl.c:5443
U8BIT ACTL_ChangeVolume(S8BIT volume_change)
Changes the main audio volume and returns the new volume.
Definition: ap_cntrl.c:4791
BOOLEAN ACTL_HandlePrivateTimerEvent(U32BIT timer_handle)
Handles all the private timer events.
Definition: ap_cntrl.c:960
API interfacing the midware with Intellibyte loader library.
U16BIT(* F_ServiceGetSubtitlePid)(void *serv_ptr, ADB_SUBT_INFO *subt_info)
Function pointer definition: Determines subtitle PID and whether it is DVB or teletext, for the given service.
Definition: ap_cntrl.h:161
void ACTL_ApplyParentalControl(U8BIT path, void *s_ptr)
Checks the parental control for the current event on the given service to determine whether decoding ...
Definition: ap_cntrl.c:3187
void ACTL_StopEitSearch(void)
Function to stop the EIT search before it completes.
Definition: ap_cntrl.c:4203
void ACTL_ActionEvent(U32BIT event, void *event_data)
Actions external events.
Definition: ap_cntrl.c:502
void ACTL_SetTVAspectConversion(E_STB_AV_ASPECT_RATIO aspect_ratio, E_STB_AV_ASPECT_MODE aspect_mode)
Used to set the aspect conversion applied to the video based on the TV aspect ratio and aspect mode t...
Definition: ap_cntrl.c:2400
void ACTL_SetVolumeAdjustment(S8BIT scaling)
Sets the MHEG5 audio volume adjust to be applied.
Definition: ap_cntrl.c:4732
void ACTL_PauseSubtitles(void)
Disables the display of subtitles but processing continues.
Definition: ap_cntrl.c:3519
void ACTL_ReleaseLivePathForService(void *s_ptr, E_STB_DP_RES_OWNER owner)
Finds the path being used to view the given service and releases it.
Definition: ap_cntrl.c:4916
void ACTL_StopTotSearch(void)
Function to stop the TOT search before it completes.
Definition: ap_cntrl.c:4061
U32BIT ACTL_GetRfChanFreqHz(E_STB_DP_SIGNAL_TYPE tuner_type, U16BIT id)
Returns a pointer to the channel name.
Definition: ap_cntrl.c:1257
Header file - macros and function prototypes for public use.
void ACTL_TuneOff(U8BIT path)
Stops tuning on the given path.
Definition: ap_cntrl.c:2079
U8BIT * ACTL_GetRfNameFromFreq(E_STB_DP_SIGNAL_TYPE tuner_type, U32BIT freq_hz)
Returns the rf name appropriate to the frequency specified.
Definition: ap_cntrl.c:1308
BOOLEAN ACTL_StartStartupSearch(void)
Function to start the startup search when booting from cold. This search checks the validity of the s...
Definition: ap_cntrl.c:3893
BOOLEAN ACTL_IsAudioDescriptionOn(void)
Returns whether audio description has been turned on.
Definition: ap_cntrl.c:2707
void ACTL_ReleaseChannelLock(void)
Releases the lock on a channel after decoding has been blocked due to the service being parental lock...
Definition: ap_cntrl.c:2127
U8BIT * ACTL_GetRfChanName(E_STB_DP_SIGNAL_TYPE tuner_type, U16BIT id)
Returns a pointer to the channel name.
Definition: ap_cntrl.c:1134
void ACTL_AllowAnalogVideo(BOOLEAN allow_analog_video)
Enables or disables analog video display.
Definition: ap_cntrl.c:2684
BOOLEAN ACTL_AreSubtitlesDisplayed(void)
Returns whether subtitles are being displayed.
Definition: ap_cntrl.c:3616
BOOLEAN ACTL_StartTotSearch(E_STB_DP_SIGNAL_TYPE tuner_type)
Function to start a TOT search which is required to set the system clock when starting from power off...
Definition: ap_cntrl.c:4005
U8BIT ACTL_GetParentalControlAge(void)
Returns the current age set for parental control. 0 will be returned if parental control is disabled ...
Definition: ap_cntrl.c:3164
void ACTL_ResumeSubtitles(void)
Resumes the display of subtitles after they've been paused.
Definition: ap_cntrl.c:3547
void ACTL_InitialiseAppControl(void)
Control system initialisation.
Definition: ap_cntrl.c:437
BOOLEAN ACTL_TuneToRfChanArrayAnalogEntry(U8BIT path, U16BIT id)
Tunes to the specified rf channel array entry in analogue mode.
Definition: ap_cntrl.c:1476
E_STB_DP_TTYPE ACTL_GetTerRfChanType(U16BIT id)
Returns the terrestrial type (T or T2) for the given channel id.
Definition: ap_cntrl.c:1376
void ACTL_SetStandbyVCRActive(void)
Reports standby state to the a/v output control state machine.
Definition: ap_cntrl.c:2260
BOOLEAN ACTL_IsHDMIConnected(void)
Returns whether the HDMI is connected or not.
Definition: ap_cntrl.c:2994
Header file - Function prototypes for A/V control.
BOOLEAN ACTL_CanServiceBeViewed(void *s_ptr)
Checks whether there's a tuner available to view the given service. This takes into account whether t...
Definition: ap_cntrl.c:5044
void ACTL_StopAudioDescription(U8BIT path)
Stops AD decoding.
Definition: ap_cntrl.c:2771
BOOLEAN ACTL_StartSubtitles(void)
Starts subtitle processing and display if the current service has valid subtitle data. If DVB subtitles aren't available, teletext will be used if available.
Definition: ap_cntrl.c:3474
E_STB_AV_VIDEO_FORMAT ACTL_GetActualVideoMode(U16BIT *width, U16BIT *height)
Reads the saved video format and returns the best mode available if it's set to AUTO or is invalid fo...
Definition: ap_cntrl.c:2810
BOOLEAN ACTL_SuppressSubtitles(BOOLEAN suppress)
Stops subtitles being displayed if another OSD requires them to be hidden, such as CI+...
Definition: ap_cntrl.c:3456
U8BIT ACTL_GetServiceSearchPath(void)
Returns path used buy currently running search. This works for any of the available types of searches...
Definition: ap_cntrl.c:4344
Header file - Function prototypes for A/V control.
void ACTL_ReTuneSubtitles(void)
Stops and restarts subtitle decoding on the live path. This may be required due to a change in langua...
Definition: ap_cntrl.c:2173
void ACTL_SetMute(BOOLEAN mute)
Sets the audio mute state.
Definition: ap_cntrl.c:4838
BOOLEAN ACTL_IsSearchComplete(void)
Returns TRUE if current search has finished. This works for any of the available types of searches...
Definition: ap_cntrl.c:4228
BOOLEAN ACTL_IsTargetRegionRequired(void)
When the search has completed, this function should be called to see whether the target region UI sho...
Definition: ap_cntrl.c:3852
void ACTL_EnterStandby(void)
Puts DVB into standby mode. It will continue to monitor SI for recordings, SSU updates, etc., unless it goes into low power standby.
Definition: ap_cntrl.c:5081
void ACTL_SetStandbyState(BOOLEAN state)
Reports the standby state to the A/V output controller.
Definition: ap_cntrl.c:2235
BOOLEAN ACTL_ParentalControlEnabled(void)
Returns whether parental control is enabled. This will also return TRUE if parental control has been ...
Definition: ap_cntrl.c:3115
BOOLEAN ACTL_StartAudioDescription(U8BIT path)
Starts decoding an audio description stream, if available, on the given path. If AD isn't currently a...
Definition: ap_cntrl.c:2721
void ACTL_SetParentalControl(BOOLEAN enabled)
Enables or disables parental control. This enables or disables locking on a per channel basis...
Definition: ap_cntrl.c:3084
BOOLEAN ACTL_TuneToUserDefinedParams(U8BIT path, S_MANUAL_TUNING_PARAMS *tuning_params, E_ACTL_SI_SRCH_REQD reqd_si, BOOLEAN relock_on)
Tunes to the given set of tuning parameters.
Definition: ap_cntrl.c:1522
void ACTL_SetAnalogChanIdString(U8BIT *str_ptr)
sends string to be displayed via pixelworks if it has changed (Must not send message to PixelWorks if...
Definition: ap_cntrl.c:2619
void ACTL_ApplyHDCP(void *s_ptr)
Checks content protection requirements for the current event on the given service to determine whethe...
Definition: ap_cntrl.c:3311
BOOLEAN ACTL_StartManualSearch(E_STB_DP_SIGNAL_TYPE tuner_type, S_MANUAL_TUNING_PARAMS *tuning_params, E_ACTL_SEARCH_TYPE type)
Start a service search on, or just tune to, the transport defined by the given tuning parameters...
Definition: ap_cntrl.c:4425
U16BIT ACTL_GetHDMIResolutions(E_STB_AV_VIDEO_FORMAT **video_formats, U16BIT *current_index)
Returns an array of valid HDMI resolutions and the index of the currently selected format...
Definition: ap_cntrl.c:3011
BOOLEAN ACTL_IsDecodingLocked(U8BIT path)
Returns whether decoding is locked, due to parental locking, on the given path.
Definition: ap_cntrl.c:2215
U8BIT ACTL_GetSearchProgress(void)
Returns search progress as a percentage. This works for any of the available types of searches...
Definition: ap_cntrl.c:4242
void ACTL_SetMhegSubtitlePidFunc(F_ServiceGetSubtitlePid func)
Sets function retrieve Subtitle PID and info. Allows external MHEG5 module to override the default fu...
Definition: ap_cntrl.c:4716
void ACTL_FinishManualSearch(void)
Function to be called when a manual service search has completed, or is being stopped.
Definition: ap_cntrl.c:4522
BOOLEAN ACTL_StartServiceSearch(E_STB_DP_SIGNAL_TYPE tuner_type, E_ACTL_SEARCH_TYPE type)
Entry point for starting a service search for a full retune or to update the existing service lineup...
Definition: ap_cntrl.c:3687
void ACTL_LeaveStandby(void *s_ptr, BOOLEAN tune_to_service)
Brings the DVB out of standby mode.
Definition: ap_cntrl.c:5252
BOOLEAN ACTL_AreSubtitlesStarted(void)
Returns whether subtitles have been started, even if they aren't being displayed. ...
Definition: ap_cntrl.c:3626
BOOLEAN ACTL_ReleasePath(U8BIT path)
Releases the decode path and all resources no longer needed. The path may not be released if the path...
Definition: ap_cntrl.c:4941
void ACTL_SetStandbyGracePeriod(U16BIT num_seconds)
Sets a grace period during which a system will enter active standby before going into passive or low ...
Definition: ap_cntrl.c:5070
void ACTL_StartPlayback(void *s_ptr)
Start streaming the specified service.
Definition: ap_cntrl.c:2022
U8BIT ACTL_TuneToService(U8BIT path, S_ACTL_OWNER_INFO *owner_info, void *s_ptr, BOOLEAN override_lock, BOOLEAN for_live)
Starts the process of tuning to the specified service. If the service is to be tuned on the live path...
Definition: ap_cntrl.c:1651
BOOLEAN ACTL_IsMuted(void)
Returns the muted state of the audio.
Definition: ap_cntrl.c:4882
BOOLEAN ACTL_GetDecodePausedState(U8BIT path)
Gets user paused flag value.
Definition: ap_cntrl.c:2600
U16BIT ACTL_GetRfSymbolRate(E_STB_DP_SIGNAL_TYPE tuner_type, U16BIT id)
Returns the channel symbol rate.
Definition: ap_cntrl.c:1185
BOOLEAN ACTL_StartEitSearch(E_STB_DP_SIGNAL_TYPE tuner_type, E_ACTL_EVENT_SEARCH search_type)
Entry point for starting an EIT search.
Definition: ap_cntrl.c:4086
BOOLEAN ACTL_IsTuned(U8BIT path)
Returns whether the given path is currently tuned.
Definition: ap_cntrl.c:1974
application level SI task
BOOLEAN ACTL_IsTrailerBookingAvailable(void *serv_ptr)
Returns whether trailer booking is available based on whether it's enabled and the number of links cu...
Definition: ap_cntrl.c:3639
void ACTL_SetupPlayback(void)
Starts the SI to acquire the PMT and fill the ip service in.
Definition: ap_cntrl.c:1995
void ACTL_DisableCiModule(void)
Disables CI module.
Definition: ap_cntrl.c:2575
U8BIT ACTL_TuneToTransport(U8BIT path, S_ACTL_OWNER_INFO *owner_info, void *t_ptr, E_ACTL_SI_SRCH_REQD reqd_si, BOOLEAN relock_on)
Tunes to the given transport and sets the type of SI monitoring that will be started when the tuning ...
Definition: ap_cntrl.c:1584
System Wide Global Technical Data Type Definitions.
void ACTL_SetTVAspectMode(E_STB_AV_ASPECT_MODE aspect_mode)
Used to set the TV aspect mode which defines how the video will be displayed based on the aspect rati...
Definition: ap_cntrl.c:2370
void ACTL_SetVideoWindow(S16BIT win_x, S16BIT win_y, U16BIT win_width, U16BIT win_height)
Sets the video window to the size specified. Coordinates are relative to the screen resolution...
Definition: ap_cntrl.c:2310
BOOLEAN ACTL_ToggleMute(void)
Toggles the current mute state and returns the new mute setting.
Definition: ap_cntrl.c:4859
BOOLEAN ACTL_ReleasePathOwnership(U8BIT path, E_STB_DP_RES_OWNER owner)
Releases ownership of the path, and frees any associated data, if the given owner is the path's owner...
Definition: ap_cntrl.c:5011
void ACTL_HDMIDisconnected(void)
Sets flag to indicate HDMI is now disconnected. This function is called by the event task when the HD...
Definition: ap_cntrl.c:2982
U8BIT ACTL_SetVolume(U8BIT volume)
Sets the main audio volume and returns the new volume.
Definition: ap_cntrl.c:4764
void ACTL_ReTuneAudio(void)
Stops and restarts audio decoding on the live path. This may be required due to a change in language ...
Definition: ap_cntrl.c:2153
BOOLEAN ACTL_IsCiUiRequired(void)
Returns state of ci_ui_required flag.
Definition: ap_cntrl.c:2588
E_ACTL_AV_MODE ACTL_GetAvModeStatus(void)
Returns av_mode.
Definition: ap_cntrl.c:2424
void ACTL_StopSubtitles(void)
Stops subtitles from being displayed and processed.
Definition: ap_cntrl.c:3579
void ACTL_SetParentalControlAge(U8BIT age)
Sets the age (valid values 4-18) at which parental control will be will be applied. If the age is invalid, no change will be made to the current setting.
Definition: ap_cntrl.c:3141
void ACTL_UpdateVideoMode(E_STB_AV_ASPECT_RATIO aspect, BOOLEAN force)
Update video mode sets Voyager resolution as well as platform Also, stops subtitles during the operat...
Definition: ap_cntrl.c:2908
BOOLEAN ACTL_StartManualSearchById(E_STB_DP_SIGNAL_TYPE tuner_type, U16BIT chan_id, BOOLEAN start_search)
Start a service search on, or just tune to, a transport, using chan_id as an index into the country's...
Definition: ap_cntrl.c:4357
U16BIT ACTL_GetNumRfChanArrayEntries(E_STB_DP_SIGNAL_TYPE tuner_type)
Returns the number of entries in the rf channel table.
Definition: ap_cntrl.c:1096
void ACTL_HDMIConnected(void)
Checks that the selected HDMI resolution mode is supported and, if not, chooses the best one availabl...
Definition: ap_cntrl.c:2953
application level common header
void ACTL_EnableCiModule(void)
Enables CI module.
Definition: ap_cntrl.c:2563
BOOLEAN ACTL_TuneToRfChanArrayEntry(U8BIT path, U16BIT id, E_ACTL_SI_SRCH_REQD reqd_si, BOOLEAN relock_on)
Tunes to the specified rf channel array entry for DVB-T and DVB-C.
Definition: ap_cntrl.c:1406
void ACTL_StartDecoding(U8BIT path, void *s_ptr)
Sets up and starts decoding for the given service. This is used for PVR playback, but could also be u...
Definition: ap_cntrl.c:2058
U8BIT ACTL_GetActivePath(void)
Returns the active path (live, playback, etc...), i.e. the one using the decoders.
Definition: ap_cntrl.c:3663
U8BIT ACTL_GetVolume(void)
Returns the current audio volume.
Definition: ap_cntrl.c:4752
BOOLEAN ACTL_TuneUsingDSD(U8BIT path, SI_DELIVERY_SYS_DESC_TYPE dsd_type, SI_DELIVERY_SYS_DESC *dsd, U16BIT service_id, E_ACTL_SI_SRCH_REQD reqd_si)
Starts the process of tuning to a given transport or service that's defined by the given delivery sys...
Definition: ap_cntrl.c:1866
void ACTL_DecodeOff(U8BIT path)
Stops decoding on the given path.
Definition: ap_cntrl.c:2105
void ACTL_StopServiceSearch(void)
Function to stop the service search before it completes.
Definition: ap_cntrl.c:3877
E_ACTL_DECODE_CHANGE ACTL_SetupAudioDecoding(U8BIT path, void *s_ptr)
Setup default audio decoding params on current tuned service Can be used by external module (e...
Definition: ap_cntrl.c:5540
BOOLEAN ACTL_AcquirePathOwnership(U8BIT path, S_ACTL_OWNER_INFO *owner_info)
Attempts to take ownership of the given path (used by CI+)
Definition: ap_cntrl.c:4978
void ACTL_SetADVolume(U8BIT volume)
Sets the AD volume.
Definition: ap_cntrl.c:2792
void ACTL_SetTVAspectRatio(E_STB_AV_ASPECT_RATIO aspect_ratio)
Used to set the TV aspect ratio.
Definition: ap_cntrl.c:2336
U8BIT ACTL_AcquirePathForService(void *s_ptr, BOOLEAN with_decoders, BOOLEAN for_recording, S_ACTL_OWNER_INFO *owner)
Acquires a decode path suitable for tuning to the given service.
Definition: ap_cntrl.c:4897
void * ACTL_GetCurrentSatellite(U8BIT path)
Returns the current satellite being used by the given decode path.
Definition: ap_cntrl.c:1071
U8BIT ACTL_GetRfModulation(E_STB_DP_SIGNAL_TYPE tuner_type, U16BIT id)
Returns the modulation mode.
Definition: ap_cntrl.c:1221
void(* DSM_FILE_CALLBACK)(void *user_data, U8BIT *file_data, U32BIT data_size)
Prototype for function that's called when a file requested from a DSM-CC carousel is received...
Definition: ap_cntrl.h:152
E_STB_AV_ASPECT_MODE ACTL_GetTVAspectMode(void)
Returns the current TV aspect mode.
Definition: ap_cntrl.c:2386
BOOLEAN ACTL_SetActiveProfile(void *profile)
Sets the current profile. (CI+ only) If the profile is being set to CI+ profile and the necessary CAM...
Definition: ap_cntrl.c:5482