Home
last modified time | relevance | path

Searched refs:GetForwardParams (Results 1 – 4 of 4) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_channelcontrol.cpp123 PVMFStatus status = SetFormatSpecificInfo(param->GetForwardParams()->GetDataType(), in ReceivedFormatSpecificInfo()
146 param->GetForwardParams()->GetDataType(), in ReceivedFormatSpecificInfo()
147 param->GetForwardParams()->GetLcnParams(), in ReceivedFormatSpecificInfo()
154 param->GetForwardParams()->GetDataType(), in ReceivedFormatSpecificInfo()
155 param->GetForwardParams()->GetLcnParams()); in ReceivedFormatSpecificInfo()
Dtsc_component.cpp754 to_be_opened_codec = GetCodecType(param->GetForwardParams()->GetDataType());; in LcEtbIdc()
783 pending_outgoing_olc->GetForwardParams()->GetBitrate(); in LcEtbIdc()
1023 to_be_opened_codec = GetCodecType(param->GetForwardParams()->GetDataType()); in BlcEtbIdc()
1423 param = olc->GetForwardParams(); in GetChannelFormatAndCapabilities()
1620 media_type = GetMediaType(olc_param->GetForwardParams()->GetDataType()); in BlcRlsIdc()
1629 … iWaitingForOblcCodec = GetCodecType(olc_param->GetForwardParams()->GetDataType()); in BlcRlsIdc()
1647 to_be_opened_codec = GetCodecType(param->GetForwardParams()->GetDataType()); in BlcRlsIdc()
2191 GetCodecType(olc_param->GetForwardParams()->GetDataType()) : in CheckOutgoingChannel()
2244 ::GetCodecType(olc_param->GetForwardParams()->GetDataType()), in ChannelReleased()
2316 OpenPort(dir, lcn, olc_param->GetForwardParams()); in OpenLogicalChannel()
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
Dh223types.cpp277 H223ChannelParam* OlcParam::GetForwardParams() in GetForwardParams() function in OlcParam
357 PV2WayMediaType mt_cur =::GetMediaType(val.second->GetForwardParams()->GetDataType()); in HasOlcs()
402 … H223ChannelParam* h223params = (dir == val.first.iDir) ? val.second->GetForwardParams() : in FindCodecs()
434 … H223ChannelParam* h223params = (dir == val.first.iDir) ? val.second->GetForwardParams() : in FindCodec()
499 PV2WayMediaType mt_cur =::GetMediaType(val.second->GetForwardParams()->GetDataType()); in FindOlcs()
549 PV2WayMediaType mt_cur =::GetMediaType(val.second->GetForwardParams()->GetDataType()); in FindOlc()
/external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
Dh223types.h189 H223ChannelParam* GetForwardParams();