Home
last modified time | relevance | path

Searched refs:frameCount (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dqm_ext.h1137 bool frameCount; /**< TRUE for frame count, FALSE - byte count */ member
H A Dfm_pcd_ext.h2044 uint32_t frameCount; /**< This counter reflects count of frames that member
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_cc.c4313 p_KeyStatistics->frameCount += GET_UINT32(*p_StatsCounters); in MatchTableGetKeyStatistics()
6938 uint32_t *p_StatsCounters, frameCount; in FM_PCD_MatchTableGetKeyCounter() local
6978 frameCount = GET_UINT32(*(uint32_t *)(PTR_MOVE(p_StatsCounters, in FM_PCD_MatchTableGetKeyCounter()
6983 return frameCount; in FM_PCD_MatchTableGetKeyCounter()
/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c2362 if (p_CgParams->frameCount) in QM_CG_Create()