Home
last modified time | relevance | path

Searched refs:GetOptionInteger (Results 1 – 25 of 43) sorted by relevance

12

/dports/net/opal/opal-3.10.10/src/codec/
H A DiLBCmf.cxx82 int mode = GetOptionInteger(PreferredMode, 20); in ToNormalisedOptions()
86 unsigned frameTime = GetOptionInteger(OpalMediaFormat::FrameTimeOption(), 160); in ToNormalisedOptions()
102 int mode = GetOptionInteger(PreferredMode, 20); in ToCustomisedOptions()
103 unsigned frameTime = GetOptionInteger(OpalMediaFormat::FrameTimeOption(), 160); in ToCustomisedOptions()
H A Dvidcodec.cxx110 int width = fmt.GetOptionInteger(widthOption, PVideoFrameInfo::CIFWidth); in SetFrameBytes()
111 int height = fmt.GetOptionInteger(heightOption, PVideoFrameInfo::CIFHeight); in SetFrameBytes()
128 …if (outputMediaFormat.GetOptionInteger(OpalMediaFormat::MaxTxPacketSizeOption()) > maxOutputSize) { in UpdateMediaFormats()
H A Dopalpluginmgr.cxx2100 int qcifMPI = mediaFormat.GetOptionInteger(qcifMPI_tag); in Compare()
2101 int cifMPI = mediaFormat.GetOptionInteger(cifMPI_tag); in Compare()
2156 int cifMPI = mediaFormat.GetOptionInteger(cifMPI_tag); in OnSendingPDU()
2300 int sqcifMPI = mediaFormat.GetOptionInteger(sqcifMPI_tag); in Compare()
2301 int qcifMPI = mediaFormat.GetOptionInteger(qcifMPI_tag); in Compare()
2302 int cifMPI = mediaFormat.GetOptionInteger(cifMPI_tag); in Compare()
2303 int cif4MPI = mediaFormat.GetOptionInteger(cif4MPI_tag); in Compare()
2375 int mpiVal = mediaFormat.GetOptionInteger(mpiTag); in SetTransmittedCap()
2470 int qcifMPI = mediaFormat.GetOptionInteger(qcifMPI_tag); in OnSendingPDU()
2471 int cifMPI = mediaFormat.GetOptionInteger(cifMPI_tag); in OnSendingPDU()
[all …]
H A Drfc2435.cxx78 if ((v = GetOptionInteger(OpalVideoFormat::FrameWidthOption(), -1)) > 0) { in ToNormalisedOptions()
82 if ((v = GetOptionInteger(OpalVideoFormat::FrameHeightOption(), -1)) > 0) { in ToNormalisedOptions()
H A Dratectl.cxx244 m_targetBitRate = mediaFormat.GetOptionInteger(OpalVideoFormat::TargetBitRateOption()); in Open()
245 m_outputFrameTime = mediaFormat.GetOptionInteger(OpalVideoFormat::FrameTimeOption()) / 90; in Open()
340 int scaler = fmt.GetOptionInteger("Bit Rate Scaler", 100); in Open()
H A Drfc4175.cxx73 if ((v = GetOptionInteger(OpalVideoFormat::FrameWidthOption(), -1)) > 0) { in ToNormalisedOptions()
77 if ((v = GetOptionInteger(OpalVideoFormat::FrameHeightOption(), -1)) > 0) { in ToNormalisedOptions()
/dports/net/opal/opal-3.10.10/src/opal/
H A Dtranscoders.cxx472 …unsigned framesPerPacket = outputMediaFormat.GetOptionInteger(OpalAudioFormat::TxFramesPerPacketOp… in CalculateSizes()
473 … inputMediaFormat.GetOptionInteger(OpalAudioFormat::TxFramesPerPacketOption(), 1)); in CalculateSizes()
474 unsigned channels = outputMediaFormat.GetOptionInteger(OpalAudioFormat::ChannelsOption(), in CalculateSizes()
475 inputMediaFormat.GetOptionInteger(OpalAudioFormat::ChannelsOption(), 1)); in CalculateSizes()
484 …PINDEX inMaxTimePerFrame = inputMediaFormat.GetOptionInteger(OpalAudioFormat::MaxFramesPerPacketO… in CalculateSizes()
485 inputMediaFormat.GetOptionInteger(OpalAudioFormat::FrameTimeOption()); in CalculateSizes()
486 …PINDEX outMaxTimePerFrame = outputMediaFormat.GetOptionInteger(OpalAudioFormat::MaxFramesPerPacket… in CalculateSizes()
487 … outputMediaFormat.GetOptionInteger(OpalAudioFormat::FrameTimeOption()); in CalculateSizes()
491 …maxOutputDataSize = outputBytesPerFrame * (maxPacketTime / outputMediaFormat.GetOptionInteger(Opal… in CalculateSizes()
620 PINDEX size = outputMediaFormat.GetOptionInteger(framesPerPacketOption, in GetOptimalDataFrameSize()
[all …]
H A Dmediastrm.cxx71 …, defaultDataSize(mediaFormat.GetFrameSize()*mediaFormat.GetOptionInteger(OpalAudioFormat::TxFrame… in OpalMediaStream()
1170 …unsigned width = mediaFormat.GetOptionInteger(OpalVideoFormat::FrameWidthOption(), PVideoFrameInfo… in InternalUpdateMediaFormat()
1171 …unsigned height = mediaFormat.GetOptionInteger(OpalVideoFormat::FrameHeightOption(), PVideoFrameIn… in InternalUpdateMediaFormat()
1200 …unsigned width = mediaFormat.GetOptionInteger(OpalVideoFormat::FrameWidthOption(), PVideoFrameInfo… in Open()
1201 …unsigned height = mediaFormat.GetOptionInteger(OpalVideoFormat::FrameHeightOption(), PVideoFrameIn… in Open()
H A Dpatch.cxx189 …PINDEX framesPerPacket = destinationFormat.GetOptionInteger(OpalAudioFormat::TxFramesPerPacketOpti… in AddSink()
190 … sourceFormat.GetOptionInteger(OpalAudioFormat::TxFramesPerPacketOption(), 1)); in AddSink()
230 …tionPacketTime = destinationFormat.GetFrameTime()*destinationFormat.GetOptionInteger(OpalAudioForm… in AddSink()
H A Dmediafmt.cxx217 unsigned value = fmt1.GetOptionInteger(variableOption, 0); in Clamp()
218 unsigned minValue = fmt2.GetOptionInteger(minOption, 0); in Clamp()
219 unsigned maxValue = fmt2.GetOptionInteger(maxOption, UINT_MAX); in Clamp()
1340 int OpalMediaFormatInternal::GetOptionInteger(const PString & name, int dflt) const in GetOptionInteger() function in OpalMediaFormatInternal
1763 args.width = GetOptionInteger(OpalVideoFormat::FrameWidthOption(), PVideoFrameInfo::QCIFWidth); in AdjustVideoArgs()
1764 args.height = GetOptionInteger(OpalVideoFormat::FrameHeightOption(), PVideoFrameInfo::QCIFHeight); in AdjustVideoArgs()
H A Dpcss.cxx274 unsigned channels = mediaFormat.GetOptionInteger(OpalAudioFormat::ChannelsOption()); in CreateSoundChannel()
H A Dopalmixer.cxx1498 unsigned width = mediaFormat.GetOptionInteger(OpalVideoFormat::FrameWidthOption()); in OnMixed()
1499 unsigned height = mediaFormat.GetOptionInteger(OpalVideoFormat::FrameHeightOption()); in OnMixed()
H A Dcall.cxx590 …(format->GetOptionInteger(OpalVideoFormat::ContentRoleMaskOption())&OpalVideoFormat::ContentRoleBi… in OpenSourceMediaStreams()
/dports/net/h323plus/h323plus-1_27_2/src/
H A Dh323pluginmgr.cxx1599 …maxWidth(fmt.GetOptionInteger(OpalVideoFormat::FrameWidthOption)), maxHeight(fmt.GetOptionInteger(… in H323PluginVideoCodec()
3415 int cifMPI = myFormat.GetOptionInteger(cifMPI_tag); in Compare()
3449 int qcifMPI = fmt.GetOptionInteger(qcifMPI_tag, 0); in OnSendingPDU()
3456 int cifMPI = fmt.GetOptionInteger(cifMPI_tag); in OnSendingPDU()
3477 int qcifMPI = fmt.GetOptionInteger(qcifMPI_tag); in OnSendingPDU()
3543 int cifMPI = myFormat.GetOptionInteger(cifMPI_tag); in Compare()
3602 int mpiVal = mediaFormat.GetOptionInteger(mpiTag); in SetTransmittedCap()
3745 int qcifMPI = fmt.GetOptionInteger(qcifMPI_tag); in OnSendingPDU()
3746 int cifMPI = fmt.GetOptionInteger(cifMPI_tag); in OnSendingPDU()
3747 int cif4MPI = fmt.GetOptionInteger(cif4MPI_tag); in OnSendingPDU()
[all …]
H A Dmediafmt.cxx874 int OpalMediaFormat::GetOptionInteger(const PString & name, int dflt) const in GetOptionInteger() function in OpalMediaFormat
1126 return GetOptionInteger(OpalVideoFormat::MaxBitRateOption); in GetInitialBandwidth()
H A Dh323.cxx4242 if (fmt.GetOptionInteger(OpalVideoFormat::MaxBitRateOption) > bitRate) in SetInitialBandwidth()
4523 unsigned maxBitRate = remoteFormat.GetOptionInteger(OpalVideoFormat::MaxBitRateOption); in MergeCapabilities()
4524 unsigned targetBitRate = remoteFormat.GetOptionInteger(OpalVideoFormat::TargetBitRateOption); in MergeCapabilities()
4995 unsigned maxBitRate = fmt.GetOptionInteger(OpalVideoFormat::MaxBitRateOption); in OnInitialFlowRestriction()
4996 unsigned targetBitRate = fmt.GetOptionInteger(OpalVideoFormat::TargetBitRateOption); in OnInitialFlowRestriction()
/dports/net/opal/opal-3.10.10/src/t38/
H A Dh323t38.cxx149 …profile.m_t38FaxUdpOptions.m_t38FaxMaxBuffer = GetMediaFormat().GetOptionInteger("T38FaxMaxBuffer"… in OnSendingPDU()
151 …profile.m_t38FaxUdpOptions.m_t38FaxMaxDatagram = GetMediaFormat().GetOptionInteger("T38FaxMaxDatag… in OnSendingPDU()
/dports/net/opal/opal-3.10.10/include/opal/
H A Dmediafmt.h673 virtual int GetOptionInteger(const PString & name, int dflt) const;
933 …st { PWaitAndSignal m(m_mutex); return m_info == NULL ? 0 : m_info->GetOptionInteger(MaxBitRateOpt… in GetBandwidth()
941 …st { PWaitAndSignal m(m_mutex); return m_info == NULL ? 0 : m_info->GetOptionInteger(MaxFrameSizeO… in GetFrameSize()
947 …st { PWaitAndSignal m(m_mutex); return m_info == NULL ? 0 : m_info->GetOptionInteger(FrameTimeOpti… in GetFrameTime()
961 …st { PWaitAndSignal m(m_mutex); return m_info == NULL ? 0 : m_info->GetOptionInteger(ClockRateOpti… in GetClockRate()
1034 int GetOptionInteger(
1037 …) const { PWaitAndSignal m(m_mutex); return m_info == NULL ? dflt : m_info->GetOptionInteger(name,…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_opal/
H A Dmod_opal.cpp772 if (fpp > switchFormat.GetOptionInteger(OpalAudioFormat::RxFramesPerPacketOption())) { in SetCodecs()
776 if (fpp > switchFormat.GetOptionInteger(OpalAudioFormat::TxFramesPerPacketOption())) { in SetCodecs()
1091 t38_options->T38MaxBitRate = mediaFormat.GetOptionInteger("T38MaxBitRate", 9600); in SetT38OptionsFromMediaFormat()
1092 t38_options->T38FaxMaxBuffer = mediaFormat.GetOptionInteger("T38FaxMaxBuffer", 2000); in SetT38OptionsFromMediaFormat()
1093 t38_options->T38FaxMaxDatagram = mediaFormat.GetOptionInteger("T38FaxMaxDatagram", 528); in SetT38OptionsFromMediaFormat()
1278 …int ptime = mediaFormat.GetOptionInteger(OpalAudioFormat::TxFramesPerPacketOption()) * mediaFormat… in Open()
/dports/net/opal/opal-3.10.10/samples/codectest/
H A Dmain.cxx354 if (mediaFormat.GetOptionInteger(OpalAudioFormat::ChannelsOption(), 1) == 2) in InitialiseCodec()
446 … mediaFormat.GetOptionInteger(OpalAudioFormat::ChannelsOption()), in Initialise()
485 … mediaFormat.GetOptionInteger(OpalAudioFormat::ChannelsOption()), in Initialise()
711 if (mediaFormat.GetOptionInteger(OpalVideoFormat::MaxBitRateOption()) < bitrate) in Initialise()
714 …cout << "Target bit rate set to " << mediaFormat.GetOptionInteger(OpalVideoFormat::TargetBitRateOp… in Initialise()
716 unsigned bitRate = mediaFormat.GetOptionInteger(OpalVideoFormat::TargetBitRateOption()); in Initialise()
/dports/net/opal/opal-3.10.10/src/h323/
H A Dchannels.cxx236 if (format.GetOptionInteger(OpalMediaFormat::TargetBitRateOption()) > bitsPerSecond) in OnFlowControl()
368 … bandwidth = capability->GetMediaFormat().GetOptionInteger(OpalMediaFormat::TargetBitRateOption()); in SetInitialBandwidth()
370 bandwidth = capability->GetMediaFormat().GetOptionInteger(OpalMediaFormat::MaxBitRateOption()); in SetInitialBandwidth()
H A Dh323caps.cxx744 return GetMediaFormat().GetOptionInteger(OpalAudioFormat::TxFramesPerPacketOption(), 1); in GetTxFramesInPacket()
750 return GetMediaFormat().GetOptionInteger(OpalAudioFormat::RxFramesPerPacketOption(), 1); in GetRxFramesInPacket()
1300 roleMask &= videoFormat->GetOptionInteger(OpalVideoFormat::ContentRoleMaskOption()); in OnSendingPDU()
1356 …unsigned roleMask = videoCapExtMediaFormat.GetOptionInteger(OpalVideoFormat::ContentRoleMaskOption… in OnReceivedPDU()
/dports/net/opal/opal-3.10.10/src/sip/
H A Dsdp.cxx181 … parameters = PString(PString::Unsigned, fmt.GetOptionInteger(OpalAudioFormat::ChannelsOption())); in SDPMediaFormat()
1099 …unsigned ptime1 = mediaFormat.GetOptionInteger(OpalAudioFormat::TxFramesPerPacketOption()) * media… in PrintOn()
1119 …unsigned maxptime1 = mediaFormat.GetOptionInteger(OpalAudioFormat::RxFramesPerPacketOption())*fram… in PrintOn()
/dports/net/h323plus/h323plus-1_27_2/include/
H A Dmediafmt.h525 int GetOptionInteger(
/dports/net/opal/opal-3.10.10/src/Python/opal/
H A DOpalMediaFormat.sip383 int GetOptionInteger(
574 virtual int GetOptionInteger(const PString & name, int dflt) const;

12