Searched refs:epl (Results 1 – 5 of 5) sorted by relevance
/external/opencore/protocols/systems/tools/general/common/include/ |
D | pvt_params.h | 30 …m(TPVDirection dir, TPVChannelId id, TPVDirectionality directionality, ErrorProtectionLevel_t epl): in CPVChannelParam() argument 31 iDirection(dir), iChannelId(id), iDirectionality(directionality), iEpl(epl), in CPVChannelParam() 58 …ms(TPVDirection dir, TPVChannelId id, TPVDirectionality directionality, ErrorProtectionLevel_t epl) in SetChannelParams() argument 63 iEpl = epl; in SetChannelParams()
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/ |
D | cpvh223multiplex.cpp | 449 …sCode CPVH223Multiplex::SetSduSize(TPVDirection direction, uint16 size, ErrorProtectionLevel_t epl) in SetSduSize() argument 451 …_STACK_TRACE, (0, "Mux: Set sdu size - direction(%d), size(%d), epl(%d)\n", direction, size, epl)); in SetSduSize() 454 if (iAlSduSize[epl] > size) in SetSduSize() 456 iAlSduSize[epl] = size; in SetSduSize() 461 if (iAlSduSizeR[epl] > size) in SetSduSize() 463 iAlSduSizeR[epl] = size; in SetSduSize() 471 uint16 CPVH223Multiplex::GetSduSize(TPVDirection direction, ErrorProtectionLevel_t epl) in GetSduSize() argument 475 return (uint16)iAlSduSize[epl]; in GetSduSize() 477 return (uint16)iAlSduSizeR[epl]; in GetSduSize() 480 uint16 CPVH223Multiplex::GetMaxSduSize(TPVDirection direction, ErrorProtectionLevel_t epl) in GetMaxSduSize() argument [all …]
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/ |
D | cpvh223multiplex.h | 115 TPVStatusCode SetSduSize(TPVDirection direction, uint16 size, ErrorProtectionLevel_t epl); 117 uint16 GetSduSize(TPVDirection direction, ErrorProtectionLevel_t epl); 119 uint16 GetMaxSduSize(TPVDirection direction, ErrorProtectionLevel_t epl);
|
D | adaptationlayer.h | 200 static int GetAlIndex(ErrorProtectionLevel_t epl) in GetAlIndex() argument 202 switch (epl) in GetAlIndex()
|
/external/opencore/protocols/systems/3g-324m_pvterminal/common/src/ |
D | pvt_common.cpp | 756 ErrorProtectionLevel_t epl = E_EP_LOW; in EplForAdaptationLayer() local 760 epl = E_EP_LOW; in EplForAdaptationLayer() 763 epl = E_EP_MEDIUM; in EplForAdaptationLayer() 766 epl = E_EP_HIGH; in EplForAdaptationLayer() 771 return epl; in EplForAdaptationLayer()
|