Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
Dlowerlayer.cpp574 uint32 stuffing_sz, in DoStuffing() argument
587 …int bytes_to_stuff = stuffing_sz > stuffing_frag.getCapacity() ? stuffing_frag.getCapacity() : stu… in DoStuffing()
635 uint stuffing_sz = 0; in CheckLevel() local
653 stuffing_sz = H223GetMuxStuffingSz((TPVH223Level)level); in CheckLevel()
654 …CK_TRACE, (0, "H223LowerLayer::CheckLevel checking level=%d, stuffing sz=%d", level, stuffing_sz)); in CheckLevel()
661 check_sz = stuffing_sz * iSyncCheckCount; in CheckLevel()
668 if (H223CheckSync((TPVH223Level)level, pos, stuffing_sz, tolerance)) in CheckLevel()
672 pos += stuffing_sz; in CheckLevel()
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
Dlowerlayer.h200 uint32 stuffing_sz,