131 #define NUM_OPEN_DSM_OBJECTS_MAX 128
133 #define DSMCC_MINIMUM_CACHE_SIZE (1024 * 1024 * 1)
134 #define DSMCC_DEFAULT_CACHE_SIZE (1024 * 1024 * 6)
137 #define CACHE_RULES_DEFAULT 0x003F
138 #define CACHE_RULES_FROM_STREAM (0)
139 #define CACHE_RULES_STATIC 0x0080
140 #define CACHE_RULES_EXISTS 0x0400
143 #define CLDSM_PROG_CURR_SERVICE_CACHE_FULL 0
156 typedef struct _clDsmTimerRef_struct* clDsmTimerRef_t;
162 } clDsmTimerEventStatus_t, *pclDsmTimerEventStatus_t;
169 typedef struct s_ObjCarousel* clDsmOCHandle_t;
185 STREAM_OBJ_WITH_EVENTS,
186 LINK_TO_ALTERNATE_OC_OBJ
187 } clDsmObjectKind_t, *pclDsmObjectKind_t;
194 OBJ_LOAD_UNINITIATED = 0,
195 OBJ_LOAD_IN_PROGRESS,
197 OBJ_LOAD_ABORTED_TIMEOUT,
198 OBJ_LOAD_ABORTED_PATH_ERROR,
199 OBJ_LOAD_ABORTED_ERROR,
200 #ifdef DSM_MHP_PROFILE
201 OBJ_LOAD_ABORTED_UNLOAD,
203 OBJ_LOAD_PARENT_DIR_LOADED
205 OBJ_LOAD_ABORTED_UNLOAD
207 } clDsmObjLoadStatus_t, *pclDsmObjLoadStatus_t;
216 typedef struct _clDsmStreamEventHandle_struct* clDsmStreamEventHandle_t;
225 SEN_ABORTED_OBJ_LOAD_FAILED,
226 SEN_ABORTED_SUBSCRIBE_FAILED,
228 SEN_ACKNOWLEDGE_UNSUBSCRIBE
229 } clDsmSENotifyStatus_t;
287 typedef void* (*clDsmAllocFunc_t) ( U32BIT sizeInBytes );
299 typedef void (*clDsmFreeFunc_t) (
void* memory );
309 typedef void (*clDsmErrorFunc_t) ( clDsmErr_t err,
void* args );
316 typedef void (*clDsmProgressFunc_t) ( U32BIT prog,
void* args );
337 typedef clDsmErr_t (*clDsmStartTimerFunc_t) (
H_DsmControl dsmControl,
339 void* clDsmTmrUserData,
340 void* *pTimerHandle );
356 typedef void (*clDsmStopTimerFunc_t) (
H_DsmControl dsmControl,
394 typedef clDsmErr_t (*clDsmStartSIQueryFunc_t) (
H_SiqInstance siqInstance,
396 void* clDsmSIUserData,
416 typedef void (*clDsmStopSIQueryFunc_t) (
H_SiqInstance siqInstance,
417 void* queryHandle, clDsmSIQueryRef_t clDsmSIQueryRef );
444 typedef clDsmErr_t (*clDsmSubscribeSIChanged_t) (
H_SiqInstance siqInstance,
458 typedef void (*clDsmUnsubscribeSIChanged_t) (
H_SiqInstance siqInstance,
521 typedef void* (*clDsmAddSectionFilterFunc_t) (
H_SfmInstance sfm,
539 typedef void (*clDsmDelSectionFilterFunc_t) (
H_SfmInstance sfm,
540 void* filterHandle, clDsmSFRef_t clDsmFilterRef );
547 typedef void (*clDsmSFPriorityChangedFunc_t) (
H_SfmInstance sfm,
548 void* filterHandle, clDsmSFRef_t clDsmFilterRef,
549 clDsmSFPriority_t priority );
574 typedef void (*clDsmNotifyCarouselLoadEventFunc_t) (
575 clDsmOCHandle_t clDsmCarouselHandle, E_OCLoadStatus status,
600 typedef void (*clDsmNotifyObjectLoadEventFunc_t) (
601 clDsmObjHandle_t clDsmObjectHandle, clDsmObjLoadStatus_t status,
602 H_ObjUserData pCopyOfObjLoadUserData );
642 H_DsmEvent eventHandle, clDsmSENotifyStatus_t status,
643 void* userData1,
void* userData2,
644 U8BIT *namePtr, U8BIT* dataPtr, U8BIT namelen, U8BIT dataLen );
663 void* userData1,
void* userData2,
671 typedef U32BIT clDsmCachingRules_t;
690 clDsmAllocFunc_t allocFunc;
691 clDsmFreeFunc_t freeFunc;
694 clDsmErrorFunc_t errorFunc;
696 clDsmProgressFunc_t progressFunc;
698 clDsmAddSectionFilterFunc_t addSectionFilterFunc;
699 clDsmDelSectionFilterFunc_t delSectionFilterFunc;
701 clDsmSFPriorityChangedFunc_t sfPriorityChangeFunc;
703 clDsmStartTimerFunc_t startTimerFunc;
704 clDsmStopTimerFunc_t stopTimerFunc;
706 clDsmStartSIQueryFunc_t startSIQueryFunc;
707 clDsmStopSIQueryFunc_t stopSIQueryFunc;
709 clDsmSubscribeSIChanged_t subscribeSIChangeFunc;
710 clDsmUnsubscribeSIChanged_t unsubscribeSIChangeFunc;
713 clDsmNotifyCarouselLoadEventFunc_t notifyCarouselLoadEventFunc;
715 clDsmNotifyObjectLoadEventFunc_t notifyObjectLoadEventFunc;
753 U32BIT timeUnitResolution;
768 U32BIT maxMemorySize;
790 U16BIT maxAvailableSectionFilters;
798 BOOLEAN storeSIQueryResults;
815 BOOLEAN turboCaching;
888 clDsmErr_t clDsmSysCreate(
889 pclDsmSetup_t pSetup,
1002 U16BIT original_network_id, U16BIT transport_stream_id,
1003 U16BIT service_id );
1034 void* clDsmTmrUserData, clDsmTimerEventStatus_t status,
void* timerHandle );
1079 clDsmSIQueryRef_t clDsmSIQueryRef,
void* clDsmSIUserData,
1120 clDsmSIChangeEvent_t event, U16BIT service_id, U32BIT carousel_id );
1167 U8BIT* pSection, clDsmSFRef_t dsmFilterRef );
1175 clDsmSFRef_t dsmFilterRef,
1176 clDsmSFPriority_t *pPriority );
1255 U16BIT service_id, U32BIT carousel_id, U32BIT timeout,
1256 E_OCLoadStatus *pStatus, clDsmOCHandle_t *pclDsmCarouselHandle );
1302 clDsmOCHandle_t clDsmCarouselHandle, E_DsmRstMode mode );
1314 clDsmOCHandle_t carouselHandle,
1315 U32BIT* pCarouselId );
1333 clDsmOCHandle_t carouselHandle );
1347 clDsmOCHandle_t clDsmCarouselHandle,
1363 clDsmOCHandle_t clDsmCarouselHandle,
1491 U8BIT* pathname, U32BIT timeout, clDsmCachingRules_t cachingRules,
1492 H_ObjUserData pUserData, U32BIT sizeOfUserData,
1493 clDsmObjLoadStatus_t *pStatus, clDsmObjHandle_t *pclDsmObjectHandle );
1556 clDsmObjHandle_t clDsmObjectHandle, E_DsmRstMode mode );
1587 clDsmObjHandle_t clDsmObjectHandle,
1588 clDsmObjectKind_t *pKind );
1614 clDsmObjHandle_t clDsmObjectHandle );
1674 U8BIT* pathname, clDsmCachingRules_t cachingRules );
1727 U8BIT* pathname, U32BIT timeout );
1778 clDsmObjHandle_t streamObject,
1782 H_DsmEvent* pEventHandle );
1802 H_DsmEvent eventHandle );
1843 U16BIT associationTag,
1847 H_DsmEvent* pEventHandle );
1864 H_DsmEvent eventHandle );
1894 clDsmErr_t dsmObjectGetKind(
1895 clDsmObjHandle_t clDsmObjectHandle,
1896 clDsmObjectKind_t *pKind );
1914 clDsmErr_t dsmObjectGetCarouselHandle(
1915 clDsmObjHandle_t clDsmObjectHandle,
1916 void* *hCarouselHandle );
1958 clDsmObjHandle_t clDsmObjectHandle,
1960 U8BIT** pSrvCtxtData,
1961 U32BIT* pSrvCtxtLen);
1980 clDsmErr_t dsmFileGetSize(
1981 clDsmObjHandle_t clDsmFileObjectHandle,
2009 clDsmErr_t clDsmFileRead(
2010 clDsmObjHandle_t clDsmFileObjectHandle, U32BIT numBytes,
2011 U8BIT *pDest, U32BIT *pNumBytesActual );
2027 clDsmErr_t clDsmFileDirect(
2028 clDsmObjHandle_t clDsmFileObjectHandle,
2029 U8BIT **ppDest, U32BIT *pNumBytesActual );
2051 clDsmErr_t dsmFileReadByte(
2052 clDsmObjHandle_t clDsmFileObjectHandle,
2076 clDsmErr_t dsmFileSetPosAbs(
2077 clDsmObjHandle_t clDsmFileObjectHandle, U32BIT absPosition );
2100 clDsmErr_t dsmFileSetPosRel(
2101 clDsmObjHandle_t clDsmFileObjectHandle, S32BIT relPosition );
2126 clDsmErr_t dsmFileGetPos(
2127 clDsmObjHandle_t clDsmFileObjectHandle,
2128 U32BIT *pPosition );
2148 clDsmErr_t dsmDirEntrySizes(
2149 clDsmObjHandle_t dirObj,
2151 U16BIT *totalNameLength );
2168 clDsmErr_t dsmDirEntryFirst(
2169 clDsmObjHandle_t dirObj,
2170 void** pFirstEntry );
2184 clDsmErr_t dsmDirEntryNext(
2186 void** pNextEntry );
2199 U16BIT dsmDirEntryNameLength(
2200 void* entryHandle );
2214 U16BIT dsmDirEntryNameCopy(
2247 clDsmObjHandle_t streamObjectHandle,
2248 U16BIT* pAssociation_tag);
2282 clDsmObjHandle_t streamObject,
void* userData1,
void* userData2,
2315 clDsmObjHandle_t streamObject,
2316 U8BIT **pNamesPtr, U16BIT *pNamesLen );
clDsmErr_t clDsmCarouselLoadFileGroups(clDsmInstHandle_t instance, clDsmOCHandle_t clDsmCarouselHandle, U16BIT *total, S_CarouselInfoFileGroup **pGroups)
Retrieve from Object Carousel's User Info, the "File Group Info" used by Australia and South Africa M...
Definition: clDsmClientMain.c:332
clDsmErr_t dsmStreamGetProgramAssocTag(clDsmObjHandle_t streamObjectHandle, U16BIT *pAssociation_tag)
The Client calls this function to obtain the Association Tag which can be used to determine the PID o...
Definition: streamObject.c:146
clDsmErr_t clDsmCarouselUnloadFileGroups(clDsmInstHandle_t instance, clDsmOCHandle_t clDsmCarouselHandle, S_CarouselInfoFileGroup *groups)
Release "File Group Info" data allocated by used by clDsmCarouselLoadFileGroups() ...
Definition: clDsmClientMain.c:379
clDsmErr_t clDsmOpenObject(clDsmInstHandle_t instance, clDsmObjHandle_t clDsmObjectHandle, clDsmObjectKind_t *pKind)
Open object data for subsequent access via API functions for given object kind. The object must have ...
Definition: clDsmClientMain.c:933
clDsmErr_t clDsmGetCarouselId(clDsmInstHandle_t instance, clDsmOCHandle_t carouselHandle, U32BIT *pCarouselId)
Retrieve Carousel Id for the loaded DSM-CC Object Carousel.
Definition: clDsmClientMain.c:266
clDsmErr_t dsmGetObjectServiceContext(clDsmObjHandle_t clDsmObjectHandle, U32BIT serviceId, U8BIT **pSrvCtxtData, U32BIT *pSrvCtxtLen)
This function gets service context of DSM object (if available) Need by MHEG5 for specified service g...
Definition: clDsmClientMain.c:1391
clDsmErr_t clDsmSpecialEventUnsubscribe(clDsmInstHandle_t dsmccInstance, H_DsmEvent eventHandle)
Same as clDsmStreamEventUnsubscribe - used in conjuction with clDsmSpecialEventSubscribe.
Definition: streamEvent.c:680
clDsmErr_t clDsmSysProcessSIChangeEvent(clDsmInstHandle_t instance, clDsmSIChangeEvent_t event, U16BIT service_id, U32BIT carousel_id)
Notify that the SI for the indicated service has changed Changes should be notified in the following ...
Definition: clDsmMain.c:1115
Definition: dvblocator.h:30
clDsmErr_t clDsmSysDestroy(clDsmInstHandle_t instance, H_SiqInstance *pSiqInst, H_SfmInstance *pSfmInst)
Destroy DSM-CC Core Layer instance. De-allocates all 'static' memory used by the instance (via freeFu...
Definition: clDsmMain.c:444
clDsmErr_t clDsmStreamEventNameList(clDsmInstHandle_t dsmccInstance, clDsmObjHandle_t streamObject, U8BIT **pNamesPtr, U16BIT *pNamesLen)
The Client uses this function to request list of event names for stream object Before calling this fu...
Definition: streamEvent.c:1282
clDsmErr_t clDsmUnloadObject(clDsmInstHandle_t instance, clDsmObjHandle_t clDsmObjectHandle, E_DsmRstMode mode)
Unload (or cancel the requested load of) a DSM-CC object The client MUST first close and/or unsubscri...
Definition: clDsmClientMain.c:775
clDsmErr_t clDsmStreamEventSubscribe(clDsmInstHandle_t dsmccInstance, clDsmObjHandle_t streamObject, U8BIT *eventName, void *userData1, void *userData2, H_DsmEvent *pEventHandle)
The Client uses this function to request that the DSMCC notifies it when a named stream event occurs...
Definition: streamEvent.c:304
clDsmOCHandle_t clDsmCurrentCarousel(clDsmInstHandle_t instance)
Retrieve handle to the current carousel for DSM-CC Instance.
Definition: clDsmClientMain.c:296
DSM-CC global types header Used by SI Query and Section Filter code.
clDsmErr_t clDsmSpecialEventSubscribe(clDsmInstHandle_t dsmccInstance, U16BIT associationTag, U16BIT eventId, void *userData1, void *userData2, H_DsmEvent *pEventHandle)
Like clDsmStreamEventSubscribe, except that no stream object is required. This function subscribes to...
Definition: streamEvent.c:489
Definition: dsm_client.c:55
clDsmErr_t clDsmUnloadCarousel(clDsmInstHandle_t instance, clDsmOCHandle_t clDsmCarouselHandle, E_DsmRstMode mode)
Unload (or cancel the requested load of) a DSM-CC Object Carousel (service domain). The client MUST first unload all objects before calling this function (which implies it must also have previously closed and/or unsubscribed any events on any loaded objects). If there are any active object loads in the carousel when clDsmUnloadCarousel is called then the unload will not be executed and an error returned. If the carousel is in the process of loading and/or booting the load operation will be aborted (and the notifyCarouselLoadEventFunc callback made with status OC_LOAD_ABORTED_UNLOAD). Any carousel load request that returned a valid clDsmCarouselHandle (ie. did not generate an error at clDsmLoadCarousel call time), must be explicitly unloaded via clDsmUnloadCarousel. This is necessary, whether the carousel was successfully loaded or the load was aborted due to timeout or error. Once unload is called for a carousel, the clDsmCarouselHandle is no longer valid and must not be used by the client/calling env. If it needs to access the carousel subsequently it must re-load it and get a new clDsmCarouselHandle value. To forcefully destroy loaded objects and/or carousels (eg. where the handles may be unknown/lost) then clDsmReset can be used with force switches. Note that this physically deletes them from the cache whereas unloading (objects or carousels) does not. CALLBACKS THAT MAY BE INITIATED DURING THIS CALL: delSectionFilterFunc stopTimerFunc stopSIQueryFunc unsubscribeSIChange notifyCarouselLoadEventFunc.
Definition: clDsmClientMain.c:420
clDsmErr_t clDsmSysSetCurrService(clDsmInstHandle_t instance, U16BIT original_network_id, U16BIT transport_stream_id, U16BIT service_id)
Set/notify the current service (initially and when changing it). This MUST be called initially (ie...
Definition: clDsmMain.c:819
clDsmErr_t clDsmStreamGetDeferredService(clDsmInstHandle_t instance, clDsmObjHandle_t streamObject, void *userData1, void *userData2, S_DvbLocator **ppDeferredService)
The Client calls this function to obtain the Association Tag which can be used to determine the PID o...
Definition: streamObject.c:230
Definition: cldsmcc.h:681
Definition: siq_main.h:33
clDsmErr_t clDsmStreamEventUnsubscribe(clDsmInstHandle_t dsmccInstance, H_DsmEvent eventHandle)
This function is called by the Client to let DSMCC know when a previously subscribed stream event is ...
Definition: streamEvent.c:618
void(* clDsmNotifyStreamEventFunc_t)(H_DsmEvent eventHandle, clDsmSENotifyStatus_t status, void *userData1, void *userData2, U8BIT *namePtr, U8BIT *dataPtr, U8BIT namelen, U8BIT dataLen)
The Client defines this function to enable the DSMCC to communicate to the Client when any subscribed...
Definition: cldsmcc.h:641
Definition: dsmObject.h:55
void(* clDsmNotifyDeferredServiceFunc_t)(void *userData1, void *userData2, S_DvbLocator *pDeferredService)
Called when request for deferred service of stream object has completed after clDsmStreamGetDeferredS...
Definition: cldsmcc.h:662
Definition: dsm_types.h:60
clDsmErr_t clDsmSysProcessTimerEvent(clDsmInstHandle_t instance, void *clDsmTmrUserData, clDsmTimerEventStatus_t status, void *timerHandle)
Definition: clDsmMain.c:927
clDsmErr_t clDsmSysProcessSIQueryEvent(clDsmInstHandle_t instance, clDsmSIQueryRef_t clDsmSIQueryRef, void *clDsmSIUserData, pclDsmSIQueryResult_t pResult)
Notifies the result of the specified SI query (ie. a callback to startSIQueryFunc that returned SIQUE...
Definition: clDsmMain.c:1035
Definition: clDsmSystem.h:551
clDsmErr_t clDsmSetCurrentCarousel(clDsmInstHandle_t instance, clDsmOCHandle_t carouselHandle)
Sets current carousel for DSM-CC Instance.
Definition: clDsmClientMain.c:301
clDsmErr_t clDsmSysReset(clDsmInstHandle_t instance, E_DsmRstMode mode)
Reset DSM-CC Core Layer instance. Resets conditions to the same state as after clDsmSysCreate (ie...
Definition: clDsmMain.c:681
Definition: sfm_main.h:36
Definition: cldsmtypes.h:148
Definition: cldsmtypes.h:204
Definition: dsm_client.c:39
Definition: cldsmtypes.h:182