Home
last modified time | relevance | path

Searched refs:excludeTCS (Results 1 – 13 of 13) sorted by relevance

/dports/net/opal/opal-3.10.10/src/codec/
H A Dg7222mf.cxx60 info.excludeTCS = info.excludeOLC = true; in OpalG7222Format()
69 info.excludeTCS = false; in OpalG7222Format()
H A Dgsmamrmf.cxx60 info.excludeTCS = info.excludeOLC = true; in OpalGSMAMRFormat()
78 info.excludeTCS = false; in OpalGSMAMRFormat()
H A Dopalpluginmgr.cxx376 genericInfo.excludeTCS = (option->m_H245Generic&PluginCodec_H245_TCS) == 0; in PopulateOptions()
401 genericInfo.excludeTCS = ptr->excludeTCS; in PopulateOptions()
/dports/net/h323plus/h323plus-1_27_2/include/codec/
H A Dopalplugin.h402 int excludeTCS:1; member
/dports/net/h323plus/h323plus-1_27_2/include/
H A Dmediafmt.h124 bool excludeTCS:1; member
/dports/net/opal/opal-3.10.10/include/opal/
H A Dmediafmt.h320 , excludeTCS(false) in H245GenericInfo()
340 bool excludeTCS; member
/dports/net/opal/opal-3.10.10/include/codec/
H A Dopalplugin.h628 int excludeTCS:1; member
/dports/net/opal/opal-3.10.10/samples/opalcodecinfo/
H A Dmain.cxx432 if (!genericInfo.excludeTCS) in DisplayMediaFormat()
/dports/net/opal/opal-3.10.10/src/h323/
H A Dh323caps.cxx548 if (genericInfo.excludeTCS) in OnSendingGenericPDU()
629 if (genericInfo.excludeTCS) in OnReceivedGenericPDU()
1530 genericInfo.excludeTCS = false; in GetFormatName()
/dports/net/h323plus/h323plus-1_27_2/src/
H A Dh323pluginmgr.cxx732 genericInfo.excludeTCS = (option->m_H245Generic&PluginCodec_H245_TCS) == 0; in PopulateMediaFormatOptions()
781 generic.excludeTCS = ptr->excludeTCS; in PopulateMediaFormatFromGenericData()
H A Dh323caps.cxx682 if (genericInfo.excludeTCS) in OnSendingGenericPDU()
782 if (genericInfo.excludeTCS) in OnReceivedGenericPDU()
2560 generic.excludeTCS = false; in LoadGenericParameter()
/dports/net/opal/opal-3.10.10/src/Python/opal/
H A DOpalMediaFormat.sip111 bool excludeTCS;
/dports/net/opal/opal-3.10.10/src/opal/
H A Dmediafmt.cxx1523 if (!genericInfo.excludeTCS) in PrintOn()