Searched refs:adaptationLayerType (Results 1 – 10 of 10) sorted by relevance
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/ |
D | tsc_capability.cpp | 659 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 …]
|
D | tscmain.cpp | 623 lcnParams.adaptationLayerType.index = 1; in Connect()
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/ |
D | adaptationlayer.h | 221 switch (lcnParams->adaptationLayerType.index) in GetAdaptationLayer() 239 hint = lcnParams->adaptationLayerType.al3->controlFieldOctets; in GetAdaptationLayer()
|
/external/opencore/protocols/systems/3g-324m_pvterminal/common/src/ |
D | h324utils.cpp | 1606 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/ |
D | cpvh223multiplex.cpp | 612 … (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/ |
D | h245def.h | 2487 struct _AdaptationLayerType adaptationLayerType; member
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/ |
D | h245_deleter.cpp | 3208 Delete_AdaptationLayerType(&x->adaptationLayerType); in Delete_H223LogicalChannelParameters()
|
D | h245_encoder.cpp | 3718 Encode_AdaptationLayerType(&x->adaptationLayerType, stream); in Encode_H223LogicalChannelParameters()
|
D | h245_analysis.cpp | 3955 Analyze_AdaptationLayerType(&x->adaptationLayerType, "adaptationLayerType", tag, indent); in Analyze_H223LogicalChannelParameters()
|
D | h245_decoder.cpp | 4989 Decode_AdaptationLayerType(&x->adaptationLayerType, stream); in Decode_H223LogicalChannelParameters()
|