Home
last modified time | relevance | path

Searched refs:iSyncCheckCount (Results 1 – 2 of 2) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
Dlowerlayer.cpp104 iSyncCheckCount = CHECKSIZE; in InitParams()
641 …Level size=%d, current level=%d, iSyncCheckCount=%d", size, iParcom->GetLevel(), iSyncCheckCount)); in CheckLevel()
643 if (size < iSyncCheckCount*H223GetMuxStuffingSz(H223_LEVEL_DEFAULT)) in CheckLevel()
661 check_sz = stuffing_sz * iSyncCheckCount; in CheckLevel()
666 for (unsigned checknum = 0; checknum < iSyncCheckCount; checknum++) in CheckLevel()
682 if (check_cnt == iSyncCheckCount) in CheckLevel()
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
Dlowerlayer.h292 uint32 iSyncCheckCount; variable