/dports/net/opal/opal-3.10.10/src/codec/ |
H A D | iLBCmf.cxx | 97 …return SetOptionInteger(PreferredMode, mode) && SetOptionInteger(OpalMediaFormat::FrameTimeOption(… in ToNormalisedOptions() 114 …return SetOptionInteger(PreferredMode, mode) && SetOptionInteger(OpalMediaFormat::FrameTimeOption(… in ToCustomisedOptions()
|
H A D | rfc2435.cxx | 79 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 D | rfc4175.cxx | 74 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 D | opalpluginmgr.cxx | 545 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 D | vidcodec.cxx | 130 outputMediaFormat.SetOptionInteger(OpalMediaFormat::MaxTxPacketSizeOption(), maxOutputSize); in UpdateMediaFormats()
|
/dports/net/opal/opal-3.10.10/src/t38/ |
H A D | h323t38.cxx | 188 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 D | h323pluginmgr.cxx | 1100 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 D | mediafmt.cxx | 893 bool OpalMediaFormat::SetOptionInteger(const PString & name, int value) in SetOptionInteger() function in OpalMediaFormat
|
H A D | h323caps.cxx | 769 mediaFormat.SetOptionInteger(OpalVideoFormat::MaxBitRateOption, maxBitRate*100); in OnReceivedGenericPDU() 771 mediaFormat.SetOptionInteger(maxBitRate, maxBitRate*100); in OnReceivedGenericPDU()
|
H A D | h323.cxx | 4243 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 D | main.cxx | 364 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 D | main.cxx | 310 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 D | mod_opal.cpp | 319 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 D | main.cxx | 907 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 D | sdp.cxx | 269 …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 D | mediafmt.h | 674 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 D | mediafmt.cxx | 87 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 D | iax2con.cxx | 330 fmt.SetOptionInteger(OpalAudioFormat::TxFramesPerPacketOption(), 20); in BuildRemoteCapabilityTable()
|
/dports/net/opal/opal-3.10.10/src/h323/ |
H A D | channels.cxx | 235 format.SetOptionInteger(OpalMediaFormat::MaxBitRateOption(), bitsPerSecond); in OnFlowControl() 237 format.SetOptionInteger(OpalMediaFormat::TargetBitRateOption(), bitsPerSecond); in OnFlowControl()
|
H A D | h323caps.cxx | 619 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 D | main.cxx | 3433 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 D | mediafmt.h | 537 bool SetOptionInteger(
|
H A D | h323caps.h | 440 …void SetMediaFormatOptionInteger(const PString & name, int val) { mediaFormat.SetOptionInteger(nam… in SetMediaFormatOptionInteger()
|
/dports/www/tidy-html5/tidy-html5-5.8.0/src/ |
H A D | config.c | 469 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 D | OpalMediaFormat.sip | 395 bool SetOptionInteger( 575 virtual bool SetOptionInteger(const PString & name, int value);
|