Home
last modified time | relevance | path

Searched refs:SetOptionInteger (Results 1 – 25 of 40) sorted by relevance

12

/dports/net/opal/opal-3.10.10/src/codec/
H A DiLBCmf.cxx97 …return SetOptionInteger(PreferredMode, mode) && SetOptionInteger(OpalMediaFormat::FrameTimeOption(… in ToNormalisedOptions()
114 …return SetOptionInteger(PreferredMode, mode) && SetOptionInteger(OpalMediaFormat::FrameTimeOption(… in ToCustomisedOptions()
H A Drfc2435.cxx79 SetOptionInteger(OpalVideoFormat::MinRxFrameWidthOption(), v); in ToNormalisedOptions()
80 SetOptionInteger(OpalVideoFormat::MaxRxFrameWidthOption(), v); in ToNormalisedOptions()
83 SetOptionInteger(OpalVideoFormat::MinRxFrameHeightOption(), v); in ToNormalisedOptions()
84 SetOptionInteger(OpalVideoFormat::MaxRxFrameHeightOption(), v); in ToNormalisedOptions()
H A Drfc4175.cxx74 SetOptionInteger(OpalVideoFormat::MinRxFrameWidthOption(), v); in ToNormalisedOptions()
75 SetOptionInteger(OpalVideoFormat::MaxRxFrameWidthOption(), v); in ToNormalisedOptions()
78 SetOptionInteger(OpalVideoFormat::MinRxFrameHeightOption(), v); in ToNormalisedOptions()
79 SetOptionInteger(OpalVideoFormat::MaxRxFrameHeightOption(), v); in ToNormalisedOptions()
H A Dopalpluginmgr.cxx545 SetOptionInteger(OpalMediaFormat::MaxBitRateOption(), codecDefn->bitsPerSec); in OpalPluginAudioFormatInternal()
1623 mediaFormat->SetOptionInteger(OpalAudioFormat::ChannelsOption(), channels); in AddMediaFormat()
2057 if (!mediaFormat.SetOptionInteger(OpalVideoFormat::option(), val)) { \
2207 if (!mediaFormat.SetOptionInteger(qcifMPI_tag, h261.m_qcifMPI)) in OnReceivedPDU()
2214 if (!mediaFormat.SetOptionInteger(qcifMPI_tag, PLUGINCODEC_MPI_DISABLED)) in OnReceivedPDU()
2220 if (!mediaFormat.SetOptionInteger(cifMPI_tag, h261.m_cifMPI)) in OnReceivedPDU()
2227 if (!mediaFormat.SetOptionInteger(cifMPI_tag, PLUGINCODEC_MPI_DISABLED)) in OnReceivedPDU()
2536 if (!mediaFormat.SetOptionInteger(mpiTag, mpi)) in SetReceivedH263Cap()
2545 mediaFormat.SetOptionInteger(mpiTag, PLUGINCODEC_MPI_DISABLED); in SetReceivedH263Cap()
2740 mediaFormat.SetOptionInteger(h323_hrdB_tag, h263.m_hrd_B); in OnReceivedPDU()
[all …]
H A Dvidcodec.cxx130 outputMediaFormat.SetOptionInteger(OpalMediaFormat::MaxTxPacketSizeOption(), maxOutputSize); in UpdateMediaFormats()
/dports/net/opal/opal-3.10.10/src/t38/
H A Dh323t38.cxx188 fmt.SetOptionInteger("T38FaxMaxBuffer", in OnReceivedPDU()
191 fmt.SetOptionInteger("T38FaxMaxDatagram", in OnReceivedPDU()
197 fmt.SetOptionInteger("T38FaxMaxBuffer", 200); in OnReceivedPDU()
198 fmt.SetOptionInteger("T38FaxMaxDatagram", 72); in OnReceivedPDU()
/dports/net/h323plus/h323plus-1_27_2/src/
H A Dh323pluginmgr.cxx1100 mediaFormat.SetOptionInteger(key,val); in UpdatePluginOptions()
1496 mediaFormat.SetOptionInteger(key,val); in SetFlowControl()
1716 mediaFormat.SetOptionInteger(key,val); in SetSupportedFormats()
2481 fmt.SetOptionInteger(sqcifMPI_tag, sqcifMPI); in SetMaxFrameSize()
2482 fmt.SetOptionInteger(qcifMPI_tag, qcifMPI ); in SetMaxFrameSize()
2483 fmt.SetOptionInteger(cifMPI_tag, cifMPI ); in SetMaxFrameSize()
2484 fmt.SetOptionInteger(cif4MPI_tag, cif4MPI ); in SetMaxFrameSize()
2485 fmt.SetOptionInteger(cif16MPI_tag, cif16MPI); in SetMaxFrameSize()
3506 if (!fmt.SetOptionInteger(cifMPI_tag, h261.m_cifMPI)) in OnReceivedPDU()
3781 if (!mediaFormat.SetOptionInteger(mpiTag, mpi)) in SetReceivedH263Cap()
[all …]
H A Dmediafmt.cxx893 bool OpalMediaFormat::SetOptionInteger(const PString & name, int value) in SetOptionInteger() function in OpalMediaFormat
H A Dh323caps.cxx769 mediaFormat.SetOptionInteger(OpalVideoFormat::MaxBitRateOption, maxBitRate*100); in OnReceivedGenericPDU()
771 mediaFormat.SetOptionInteger(maxBitRate, maxBitRate*100); in OnReceivedGenericPDU()
H A Dh323.cxx4243 fmt.SetOptionInteger(OpalVideoFormat::MaxBitRateOption,bitRate); in SetInitialBandwidth()
4256 fmt.SetOptionInteger(OpalVideoFormat::MaxPayloadSizeOption,size); in SetMaxPayloadSize()
4526 remoteFormat.SetOptionInteger(OpalVideoFormat::TargetBitRateOption, maxBitRate); in MergeCapabilities()
/dports/net/opal/opal-3.10.10/samples/codectest/
H A Dmain.cxx364 mediaFormat.SetOptionInteger(OpalAudioFormat::TxFramesPerPacketOption(), fpp); in InitialiseCodec()
608 …mediaFormat.SetOptionInteger(OpalVideoFormat::FrameTimeOption(), mediaFormat.GetClockRate()/m_fram… in Initialise()
669 mediaFormat.SetOptionInteger(OpalVideoFormat::FrameWidthOption(), width); in Initialise()
670 mediaFormat.SetOptionInteger(OpalVideoFormat::FrameHeightOption(), height); in Initialise()
671 mediaFormat.SetOptionInteger(OpalVideoFormat::MaxRxFrameWidthOption(), width); in Initialise()
672 mediaFormat.SetOptionInteger(OpalVideoFormat::MaxRxFrameHeightOption(), height); in Initialise()
710 mediaFormat.SetOptionInteger(OpalVideoFormat::TargetBitRateOption(), (unsigned)bitrate); in Initialise()
712 mediaFormat.SetOptionInteger(OpalVideoFormat::MaxBitRateOption(), (unsigned)bitrate); in Initialise()
736 mediaFormat.SetOptionInteger(OpalMediaFormat::MaxTxPacketSizeOption(), bytes); in Initialise()
/dports/net/opal/opal-3.10.10/samples/opalecho/
H A Dmain.cxx310 mediaFormat.SetOptionInteger("Max Rx Frame Width", width); in Initialise()
311 mediaFormat.SetOptionInteger("Max Rx Frame Height", height); in Initialise()
317 mediaFormat.SetOptionInteger(OpalMediaFormat::FrameTimeOption(), frameTime); in Initialise()
321 mediaFormat.SetOptionInteger(OpalMediaFormat::TargetBitRateOption(), rate); in Initialise()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_opal/
H A Dmod_opal.cpp319 it->SetOptionInteger(OpalAudioFormat::RxFramesPerPacketOption(), frames_in_20_ms); in Initialise()
320 it->SetOptionInteger(OpalAudioFormat::TxFramesPerPacketOption(), frames_in_20_ms); in Initialise()
773 switchFormat.SetOptionInteger(OpalAudioFormat::RxFramesPerPacketOption(), fpp); in SetCodecs()
777 switchFormat.SetOptionInteger(OpalAudioFormat::TxFramesPerPacketOption(), fpp); in SetCodecs()
794 t38.SetOptionInteger("T38FaxVersion", t38_options->T38FaxVersion); in SetCodecs()
795 t38.SetOptionInteger("T38MaxBitRate", t38_options->T38MaxBitRate); in SetCodecs()
800 t38.SetOptionInteger("T38Version", t38_options->T38FaxMaxBuffer); in SetCodecs()
801 t38.SetOptionInteger("T38Version", t38_options->T38FaxMaxDatagram); in SetCodecs()
/dports/net/opal/opal-3.10.10/samples/simple/
H A Dmain.cxx907 mediaFormat.SetOptionInteger(OpalVideoFormat::FrameWidthOption(), width); in Initialise()
908 mediaFormat.SetOptionInteger(OpalVideoFormat::FrameHeightOption(), height); in Initialise()
917 mediaFormat.SetOptionInteger(OpalMediaFormat::FrameTimeOption(), frameTime); in Initialise()
921 mediaFormat.SetOptionInteger(OpalMediaFormat::TargetBitRateOption(), rate); in Initialise()
/dports/net/opal/opal-3.10.10/src/sip/
H A Dsdp.cxx269 …mediaFormat.SetOptionInteger(OpalAudioFormat::ChannelsOption(), parameters.IsEmpty() ? 1 : paramet… in SetMediaFormatOptions()
284 mediaFormat.SetOptionInteger(OpalAudioFormat::TxFramesPerPacketOption(), frames); in SetMediaFormatOptions()
291 mediaFormat.SetOptionInteger(OpalAudioFormat::RxFramesPerPacketOption(), frames); in SetMediaFormatOptions()
441 m_mediaFormat.SetOptionInteger(OpalMediaFormat::MaxBitRateOption(), bandwidth); in PostDecode()
/dports/net/opal/opal-3.10.10/include/opal/
H A Dmediafmt.h674 virtual bool SetOptionInteger(const PString & name, int value);
1046 bool SetOptionInteger( in SetOptionInteger() function
1049 …) { PWaitAndSignal m(m_mutex); MakeUnique(); return m_info != NULL && m_info->SetOptionInteger(nam… in SetOptionInteger()
/dports/net/opal/opal-3.10.10/src/opal/
H A Dmediafmt.cxx87 SetOptionInteger(OpalAudioFormat::ChannelsOption(), 2); in OpalStereoAudioFormat()
222 fmt1.SetOptionInteger(variableOption, minValue); in Clamp()
226 fmt1.SetOptionInteger(variableOption, maxValue); in Clamp()
1351 bool OpalMediaFormatInternal::SetOptionInteger(const PString & name, int value) in SetOptionInteger() function in OpalMediaFormatInternal
/dports/net/opal/opal-3.10.10/src/iax2/
H A Diax2con.cxx330 fmt.SetOptionInteger(OpalAudioFormat::TxFramesPerPacketOption(), 20); in BuildRemoteCapabilityTable()
/dports/net/opal/opal-3.10.10/src/h323/
H A Dchannels.cxx235 format.SetOptionInteger(OpalMediaFormat::MaxBitRateOption(), bitsPerSecond); in OnFlowControl()
237 format.SetOptionInteger(OpalMediaFormat::TargetBitRateOption(), bitsPerSecond); in OnFlowControl()
H A Dh323caps.cxx619 mediaFormat.SetOptionInteger(OpalMediaFormat::MaxBitRateOption(), maxBitRate*100); in OnReceivedGenericPDU()
738 GetWritableMediaFormat().SetOptionInteger(OpalAudioFormat::TxFramesPerPacketOption(), frames); in SetTxFramesInPacket()
1314 videoCapExtMediaFormat.SetOptionInteger(OpalVideoFormat::ContentRoleMaskOption(), roleMask); in OnSendingPDU()
1377 mediaFormat.SetOptionInteger(OpalVideoFormat::ContentRoleMaskOption(), roleMask); in OnReceivedPDU()
/dports/net/opal/opal-3.10.10/samples/openphone/
H A Dmain.cxx3433 mediaFormat.SetOptionInteger(OpalVideoFormat::FrameWidthOption(), width); in AdjustVideoFormats()
3434 mediaFormat.SetOptionInteger(OpalVideoFormat::FrameHeightOption(), height); in AdjustVideoFormats()
3435 mediaFormat.SetOptionInteger(OpalVideoFormat::MinRxFrameWidthOption(), minWidth); in AdjustVideoFormats()
3436 mediaFormat.SetOptionInteger(OpalVideoFormat::MinRxFrameHeightOption(), minHeight); in AdjustVideoFormats()
3437 mediaFormat.SetOptionInteger(OpalVideoFormat::MaxRxFrameWidthOption(), maxWidth); in AdjustVideoFormats()
3438 mediaFormat.SetOptionInteger(OpalVideoFormat::MaxRxFrameHeightOption(), maxHeight); in AdjustVideoFormats()
3439 mediaFormat.SetOptionInteger(OpalVideoFormat::MaxBitRateOption(), m_VideoMaxBitRate*1000U); in AdjustVideoFormats()
3440 … mediaFormat.SetOptionInteger(OpalVideoFormat::TargetBitRateOption(), m_VideoTargetBitRate*1000U); in AdjustVideoFormats()
3445 mediaFormat.SetOptionInteger(OpalVideoFormat::ContentRoleMaskOption(), 0); in AdjustVideoFormats()
3449 mediaFormat.SetOptionInteger(OpalVideoFormat::ContentRoleMaskOption(), in AdjustVideoFormats()
[all …]
/dports/net/h323plus/h323plus-1_27_2/include/
H A Dmediafmt.h537 bool SetOptionInteger(
H A Dh323caps.h440 …void SetMediaFormatOptionInteger(const PString & name, int val) { mediaFormat.SetOptionInteger(nam… in SetMediaFormatOptionInteger()
/dports/www/tidy-html5/tidy-html5-5.8.0/src/
H A Dconfig.c469 static void SetOptionInteger( TidyDocImpl* doc, TidyOptionId optId, ulong val ) in SetOptionInteger() function
487 SetOptionInteger( doc, optId, val ); in TY_()
499 SetOptionInteger( doc, optId, (ulong)val ); in TY_()
/dports/net/opal/opal-3.10.10/src/Python/opal/
H A DOpalMediaFormat.sip395 bool SetOptionInteger(
575 virtual bool SetOptionInteger(const PString & name, int value);

12