Home
last modified time | relevance | path

Searched refs:CodecPreferences (Results 1 – 2 of 2) sorted by relevance

/dports/net/sems/sems-f89581a/apps/sbc/
H A DSBCCallProfile.h264 struct CodecPreferences { struct
283 bool operator==(const CodecPreferences& rhs) const;
297CodecPreferences(): aleg_prefer_existing_payloads(false) ,bleg_prefer_existing_payloads(false) { } in CodecPreferences() function
H A DSBCCallProfile.cpp1422 void SBCCallProfile::CodecPreferences::orderSDP(AmSdp& sdp, bool a_leg) in orderSDP()
1462 bool SBCCallProfile::CodecPreferences::shouldOrderPayloads(bool a_leg) in shouldOrderPayloads()
1470 bool SBCCallProfile::CodecPreferences::readConfig(AmConfigReader &cfg) in readConfig()
1482 void SBCCallProfile::CodecPreferences::infoPrint() const in infoPrint()
1490 bool SBCCallProfile::CodecPreferences::operator==(const CodecPreferences& rhs) const in operator ==()
1499 string SBCCallProfile::CodecPreferences::print() const in print()
1528 bool SBCCallProfile::CodecPreferences::evaluate(ParamReplacerCtx& ctx, in evaluate()