Home
last modified time | relevance | path

Searched refs:adaptationLayerType (Results 1 – 10 of 10) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_capability.cpp659 pParameter->adaptationLayerType.index = adaptation_layer->index; in GetOutgoingLcnParams()
662 … (0, "TSC_capability: GetLcnParams al index(%d) \n", pParameter->adaptationLayerType.index)); in GetOutgoingLcnParams()
664 if (pParameter->adaptationLayerType.index == 5) in GetOutgoingLcnParams()
667 pParameter->adaptationLayerType.al3 = (PS_Al3) OSCL_DEFAULT_MALLOC(sizeof(S_Al3)); in GetOutgoingLcnParams()
668 oscl_memcpy(pParameter->adaptationLayerType.al3, adaptation_layer->al3, sizeof(S_Al3)); in GetOutgoingLcnParams()
669 pParameter->adaptationLayerType.al3->sendBufferSize = 0; in GetOutgoingLcnParams()
672 pParameter->adaptationLayerType.al3->controlFieldOctets, in GetOutgoingLcnParams()
673 pParameter->adaptationLayerType.al3->sendBufferSize)); in GetOutgoingLcnParams()
688 h223params->adaptationLayerType.index)); in ValidateIncomingH223LcnParams()
689 if (h223params->adaptationLayerType.index == 0 || in ValidateIncomingH223LcnParams()
[all …]
Dtscmain.cpp623 lcnParams.adaptationLayerType.index = 1; in Connect()
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
Dadaptationlayer.h221 switch (lcnParams->adaptationLayerType.index) in GetAdaptationLayer()
239 hint = lcnParams->adaptationLayerType.al3->controlFieldOctets; in GetAdaptationLayer()
/external/opencore/protocols/systems/3g-324m_pvterminal/common/src/
Dh324utils.cpp1606 pParameter->adaptationLayerType.index = (uint16)al_index; in GetH223LogicalChannelParameters()
1607 if (pParameter->adaptationLayerType.index == 5) in GetH223LogicalChannelParameters()
1609 pParameter->adaptationLayerType.al3 = (PS_Al3) OSCL_DEFAULT_MALLOC(sizeof(S_Al3)); in GetH223LogicalChannelParameters()
1610 oscl_memset(pParameter->adaptationLayerType.al3, 0, sizeof(S_Al3)); in GetH223LogicalChannelParameters()
1611 pParameter->adaptationLayerType.al3->controlFieldOctets = (uint8)al_specific; in GetH223LogicalChannelParameters()
1612 pParameter->adaptationLayerType.al3->sendBufferSize = DEF_AL3_SEND_BUFFER_SIZE; in GetH223LogicalChannelParameters()
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
Dcpvh223multiplex.cpp612 … (0, "CPVH223Multiplex::OpenChannel - AL index(%d)", h223lcnParams->adaptationLayerType.index)); in OpenChannel()
621 switch (h223lcnParams->adaptationLayerType.index) in OpenChannel()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h2487 struct _AdaptationLayerType adaptationLayerType; member
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_deleter.cpp3208 Delete_AdaptationLayerType(&x->adaptationLayerType); in Delete_H223LogicalChannelParameters()
Dh245_encoder.cpp3718 Encode_AdaptationLayerType(&x->adaptationLayerType, stream); in Encode_H223LogicalChannelParameters()
Dh245_analysis.cpp3955 Analyze_AdaptationLayerType(&x->adaptationLayerType, "adaptationLayerType", tag, indent); in Analyze_H223LogicalChannelParameters()
Dh245_decoder.cpp4989 Decode_AdaptationLayerType(&x->adaptationLayerType, stream); in Decode_H223LogicalChannelParameters()