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

  /external/opencore/protocols/systems/tools/general/common/include/
pvt_params.h 130 int GetSduSize(int index = 0)
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
logicalchannel.h 137 uint32 GetSduSize()
139 return iAl->GetSduSize();
adaptationlayer.h 64 unsigned GetSduSize()
cpvh223multiplex.h 117 uint16 GetSduSize(TPVDirection direction, ErrorProtectionLevel_t epl);
  /external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
pvt_common.h 337 virtual int GetSduSize(int index = 0) = 0;
1098 virtual uint32 GetSduSize() = 0;
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
tsc_component.cpp 206 max_sdu_size = iH223->GetSduSize(OUTGOING, E_EP_MEDIUM);
217 max_sdu_size = iH223->GetSduSize(OUTGOING, E_EP_HIGH);
232 max_sdu_size = iH223->GetSduSize(OUTGOING, E_EP_LOW);
326 mux_cap_info.iMaximumAl2SDUSize = iH223->GetSduSize(INCOMING, E_EP_MEDIUM);
327 mux_cap_info.iMaximumAl3SDUSize = iH223->GetSduSize(INCOMING, E_EP_HIGH);
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
logicalchannel.cpp 84 iMaxSduSize = (uint16)(iAl->GetSduSize() - iAl->GetHdrSz() - iAl->GetTrlrSz());
199 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "H223OutgoingChannel::H223OutgoingChannel - AL SDU size(%d), hdr(%d), trlr(%d)", iAl->GetSduSize(), iAl->GetHdrSz(), iAl->GetTrlrSz()));
    [all...]
cpvh223multiplex.cpp 471 uint16 CPVH223Multiplex::GetSduSize(TPVDirection direction, ErrorProtectionLevel_t epl)
    [all...]

Completed in 190 milliseconds