Searched refs:h223params (Results 1 – 4 of 4) sorted by relevance
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/ |
D | h223types.cpp | 402 … H223ChannelParam* h223params = (dir == val.first.iDir) ? val.second->GetForwardParams() : in FindCodecs() local 404 PVCodecType_t codec =::GetCodecType(h223params->GetDataType()); in FindCodecs() 408 (::GetMediaType(h223params->GetDataType()) == media_type)) in FindCodecs() 410 info.iId = h223params->GetChannelId(); in FindCodecs() 434 … H223ChannelParam* h223params = (dir == val.first.iDir) ? val.second->GetForwardParams() : in FindCodec() local 437 (::GetMediaType(h223params->GetDataType()) == media_type)) in FindCodec() 439 info.iId = h223params->GetChannelId(); in FindCodec() 440 info.iCodec = ::GetCodecType(h223params->GetDataType()); in FindCodec()
|
D | cpvh223multiplex.cpp | 601 H223ChannelParam* h223params) in OpenChannel() argument 604 OSCL_ASSERT(h223params); in OpenChannel() 608 PS_H223LogicalChannelParameters h223lcnParams = h223params->GetLcnParams(); in OpenChannel() 645 int bitrate = (h223params->GetBitrate() > 0) ? h223params->GetBitrate() : DEF_CHANNEL_BITRATE; in OpenChannel() 646 uint16 sample_interval = (uint16)h223params->GetSampleInterval(); in OpenChannel() 677 … h223lcnParams->segmentableFlag, al, h223params->GetDataType(), this, in OpenChannel() 684 h223params->GetDataType(), this, bitrate, sample_interval, in OpenChannel() 702 h223params->GetDataType(), this, in OpenChannel() 716 fsi_len = h223params->GetFormatSpecificInfo(fsi); in OpenChannel()
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/ |
D | tsc_capability.cpp | 678 PVMFStatus TSC_capability::ValidateIncomingH223LcnParams(PS_H223LogicalChannelParameters h223params, in ValidateIncomingH223LcnParams() argument 684 h223params, dir)); in ValidateIncomingH223LcnParams() 688 h223params->adaptationLayerType.index)); in ValidateIncomingH223LcnParams() 689 if (h223params->adaptationLayerType.index == 0 || in ValidateIncomingH223LcnParams() 690 h223params->adaptationLayerType.index > 5) in ValidateIncomingH223LcnParams() 694 h223params->adaptationLayerType.index)); in ValidateIncomingH223LcnParams() 698 if (h223params->adaptationLayerType.index == 5) in ValidateIncomingH223LcnParams() 700 PS_Al3 al3 = h223params->adaptationLayerType.al3; in ValidateIncomingH223LcnParams()
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/ |
D | tsc_capability.h | 100 …PVMFStatus ValidateIncomingH223LcnParams(PS_H223LogicalChannelParameters h223params, TPVDirection …
|