31 #define SECTION_HEADER_LENGTH 8
34 #define DF_NONE 0x0000
35 #define DF_MAIN 0x0001
36 #define DF_FILTER 0x0002
37 #define DF_CACHE 0x0004
84 U8BIT tid, U8BIT tidMask,
85 U16BIT tidExt, U16BIT tidExtMask );
137 void* hBuffer, E_SFM_STATUS status );
149 F_Locking mutexUnlock;
207 U8BIT maxSecFiltersPerPid;
216 U8BIT sectionBuffCacheSize;
224 U16BIT maxAvailableSectionFilters;
253 void **pCchMtx,
void **pBufMtx );
264 F_Printf dbgPrintf, U32BIT dbgState );
310 U8BIT *pHeader,
void** phBuffer );
389 clDsmSFRef_t dsmSfRef );
402 clDsmSFRef_t dsmSfRef );
417 clDsmSFRef_t dsmSfRef,
418 clDsmSFPriority_t priority );
void(* F_CacheMatch)(H_SfmInstance sfm, U8BIT *pSection, void *hBuffer, E_SFM_STATUS status)
Report to SFM client that there is an update to be processed. This is called in the normal DSM-CC thr...
Definition: dsfm.h:136
void SFM_CacheClear(H_SfmInstance sfm)
Clear all SFM cached section data. Not required to be called, if setup had sectionBuffCacheSize set t...
Definition: sfm_cache.c:523
SECFILT(* F_SecFilterAdd)(DMXREF demux, PIDFILT pfid, U8BIT tid, U8BIT tidMask, U16BIT tidExt, U16BIT tidExtMask)
Allocate a section filter on supplied PID filter The hardware should acquire all sections matching th...
Definition: dsfm.h:83
BOOLEAN SFM_CacheEnableSSF(H_SfmInstance sfm)
Enables Full Sotfware Section Filtering using SFM cache. This will only be successfull if sufficient ...
Definition: sfm_filter.c:85
E_SFM_STATUS SFM_RequireSection(H_SfmInstance sfm, PIDFILT pfid, U8BIT *pHeader, void **phBuffer)
This function performs minimal checking of section header data to find out whether SFM requires this ...
Definition: sfm_main.c:278
void(* F_PidFilterStart)(DMXREF demux, PIDFILT pfid)
Start aquiring section data on PID filter according to all allocated section filters for this PID fil...
Definition: dsfm.h:103
void(* F_SecFilterDelete)(DMXREF demux, SECFILT sfid)
Delete section filter.
Definition: dsfm.h:93
void SFM_CacheDisableSSF(H_SfmInstance sfm)
Disables Sotfware Section Filtering.
Define Demux types use in section filter API.
void SFM_SetDemuxHandle(H_SfmInstance sfm, DMXREF demux)
Set handle to be passed to F_DvpFilterSetup and F_DvpFilterRemove.
Definition: sfm_main.c:253
DSM-CC global types header Used by SI Query and Section Filter code.
void SFM_DsmccFilterPriorityChange(H_SfmInstance sfm, void *filterHandle, clDsmSFRef_t dsmSfRef, clDsmSFPriority_t priority)
Change DSM-CC section filter priority Called by DSM-CC component, and given in clDsmSysCreate setup...
Definition: sfm_filter.c:1076
U8BIT * SFM_CacheBuffer(H_SfmInstance sfm, void *hBuffer)
Get section data buffer pointer in SFM's cache for the handle. This should only be called after SFM_R...
Definition: sfm_cache.c:674
void SFM_DestroyInstance(H_SfmInstance sfm, void **pSfmMtx, void **pCchMtx, void **pBufMtx)
Destroy Section Filter Manager instance, and return mutexes so that they may be destroyed by client...
Definition: sfm_main.c:181
void(* F_UpdateFilter)(H_SfmInstance sfm, H_DmxPidFilter hPF)
Report to SFM client that there is a filter update to be processed. The client must place the request...
Definition: dsfm.h:122
H_SfmInstance SFM_CreateInstance(S_SfmSetup *pSetup)
Create Section Filter Manager instance, using setup structure.
Definition: sfm_main.c:62
void SFM_FilterUpdate(H_SfmInstance sfm, H_DmxPidFilter hPF)
Update SFM PID filter to configure HW for latest requirements.
Definition: sfm_filter.c:1023
void SFM_DsmccFilterDelete(H_SfmInstance sfm, void *filterHandle, clDsmSFRef_t dsmSfRef)
Delete DSM-CC section filter. Called by DSM-CC component, and given in clDsmSysCreate setup...
Definition: sfm_filter.c:973
void SFM_SetDsmInstance(H_SfmInstance sfm, clDsmInstHandle_t dsmcc)
Set instance handle for DSM-CC that SFM is supporting.
Definition: sfm_main.c:240
void * SFM_DsmccFilterAdd(H_SfmInstance sfm, pclDsmSFilter_t pFilter, clDsmSFRef_t dsmSfRef)
Add DSM-CC section filter. Called by DSM-CC component, and given in clDsmSysCreate setup...
Definition: sfm_filter.c:906
void SFM_SetDebugConfig(H_SfmInstance sfm, F_Printf errPrintf, F_Printf dbgPrintf, U32BIT dbgState)
This allows controlling software to reconfigure SFM debug output.
Definition: sfm_main.c:212
void SFM_ProcessSection(H_SfmInstance sfm, U8BIT *pSection, void *hBuffer)
Process required section buffer. This should only be called after SFM_RequireSection has returned SFM...
Definition: sfm_main.c:320
Definition: clDsmSystem.h:551
void(* F_PidFilterStop)(DMXREF demux, PIDFILT pfid)
Stop aquiring section data on PID filter. Stop and Start are called when adding or deleting section f...
Definition: dsfm.h:112
void(* F_PidFilterDelete)(DMXREF demux, PIDFILT pfid)
Delet PID filter.
Definition: dsfm.h:67
Definition: sfm_main.h:36
Define standard function types.
Definition: cldsmtypes.h:148
PIDFILT(* F_PidFilterAdd)(DMXREF demux, U16BIT pid)
Allocate, configure a PID.
Definition: dsfm.h:59
void SFM_SetDebugState(H_SfmInstance sfm, U32BIT dbgState)
This allows controlling software to reconfigure SFM debug output.
Definition: sfm_main.c:229