HomeSort by relevance Sort by last modified time
    Searched refs:H223GetMuxStuffingSz (Results 1 - 4 of 4) sorted by null

  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
h223.h 33 uint H223GetMuxStuffingSz(TPVH223Level level);
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
h223api.cpp 68 uint H223GetMuxStuffingSz(TPVH223Level flat_level)
85 int32 stuffing_size = (int32)H223GetMuxStuffingSz(level);
lowerlayer.cpp 95 iStuffingSz[level] = (uint16)H223GetMuxStuffingSz((TPVH223Level)level);
643 if (size < iSyncCheckCount*H223GetMuxStuffingSz(H223_LEVEL_DEFAULT))
645 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "H223LowerLayer::CheckLevel Size inadequate to complete sync check reqd=%d", H223GetMuxStuffingSz(H223_LEVEL_DEFAULT)));
653 stuffing_sz = H223GetMuxStuffingSz((TPVH223Level)level);
cpvh223multiplex.cpp     [all...]

Completed in 48 milliseconds