Home
last modified time | relevance | path

Searched refs:dstRTP (Results 1 – 10 of 10) sorted by relevance

/dports/net/h323plus/h323plus-1_27_2/plugins/video/H.263-1998/
H A Dh263-1998.cxx675 RTPFrame dstRTP(dst, dstLen); in EncodeFrames() local
681 dstLen = dstRTP.GetHeaderSize() + dstRTP.GetPayloadSize(); in EncodeFrames()
689 dstRTP.SetPayloadSize(0); in EncodeFrames()
690 dstRTP.SetMarker(true); in EncodeFrames()
793 dstRTP.SetPayloadSize(0); in EncodeFrames()
822 dstLen = dstRTP.GetHeaderSize() + dstRTP.GetPayloadSize(); in EncodeFrames()
899 RTPFrame dstRTP(dst, dstLen); local
1218 dstRTP.SetMarker(true);
1242 dstRTP.SetPayloadSize(0);
1348 dstLen = dstRTP.GetHeaderSize() + dstRTP.GetPayloadSize();
[all …]
/dports/net/opal/opal-3.10.10/plugins/video/H.261-vic/
H A Dh261vic.cxx235 RTPFrame dstRTP(dst, dstLen, RTP_RFC2032_PAYLOAD); in EncodeFrames() local
334 dstRTP.SetPayloadSize(payloadLength); in SetEncodedPacket()
335 dstRTP.SetMarker(isLast); in SetEncodedPacket()
336 dstRTP.SetPayloadType(payloadCode); in SetEncodedPacket()
337 dstRTP.SetTimestamp(lastTimeStamp); in SetEncodedPacket()
343 return dstRTP.GetFrameLen(); in SetEncodedPacket()
457 RTPFrame dstRTP(dst, dstLen, 0); in DecodeFrames() local
514 dstRTP.SetPayloadSize(sizeof(PluginCodec_Video_FrameHeader) + frameBytes); in DecodeFrames()
515 dstRTP.SetPayloadType(RTP_DYNAMIC_PAYLOAD); in DecodeFrames()
516 dstRTP.SetMarker(true); in DecodeFrames()
[all …]
/dports/net/h323plus/h323plus-1_27_2/plugins/video/H.261-vic/
H A Dh261vic.cxx255 RTPFrame dstRTP(dst, dstLen, RTP_RFC2032_PAYLOAD); in EncodeFrames() local
354 dstRTP.SetPayloadSize(payloadLength); in SetEncodedPacket()
355 dstRTP.SetMarker(isLast); in SetEncodedPacket()
356 dstRTP.SetPayloadType(payloadCode); in SetEncodedPacket()
357 dstRTP.SetTimestamp(lastTimeStamp); in SetEncodedPacket()
363 return dstRTP.GetFrameLen(); in SetEncodedPacket()
478 RTPFrame dstRTP(dst, dstLen, 0); in DecodeFrames() local
535 dstRTP.SetPayloadSize(sizeof(PluginCodec_Video_FrameHeader) + frameBytes); in DecodeFrames()
536 dstRTP.SetPayloadType(RTP_DYNAMIC_PAYLOAD); in DecodeFrames()
537 dstRTP.SetMarker(true); in DecodeFrames()
[all …]
/dports/net/opal/opal-3.10.10/plugins/video/THEORA/
H A Dtheora_plugin.cxx165 RTPFrame dstRTP(dst, dstLen); in EncodeFrames() local
178 _txTheoraFrame->GetRTPFrame(dstRTP, flags); in EncodeFrames()
179 dstLen = dstRTP.GetFrameLen(); in EncodeFrames()
246 _txTheoraFrame->GetRTPFrame(dstRTP, flags); in EncodeFrames()
247 dstLen = dstRTP.GetFrameLen(); in EncodeFrames()
291 RTPFrame dstRTP(dst, dstLen, 0); in DecodeFrames() local
407 … PluginCodec_Video_FrameHeader * header = (PluginCodec_Video_FrameHeader *)dstRTP.GetPayloadPtr(); in DecodeFrames()
445 dstRTP.SetPayloadSize(sizeof(PluginCodec_Video_FrameHeader) + frameBytes); in DecodeFrames()
446 dstRTP.SetTimestamp(srcRTP.GetTimestamp()); in DecodeFrames()
447 dstRTP.SetMarker(1); in DecodeFrames()
[all …]
/dports/net/opal/opal-3.10.10/plugins/video/MPEG4-ffmpeg/
H A Dmpeg4.cxx785 RTPFrame dstRTP(dst, dstLen); in EncodeFrames() local
847 unsigned maxRtpSize = dstLen - dstRTP.GetHeaderSize(); in EncodeFrames()
853 dstRTP.SetPayloadSize(pktLen); in EncodeFrames()
862 dstRTP.SetMarker(true); in EncodeFrames()
867 dstRTP.SetTimestamp(m_lastTimeStamp); in EncodeFrames()
869 dstLen = dstRTP.GetHeaderSize() + pktLen; in EncodeFrames()
1464 RTPFrame dstRTP(dst, dstLen, RTP_DYNAMIC_PAYLOAD); in DecodeFrames() local
1557 dstRTP.SetPayloadType(RTP_DYNAMIC_PAYLOAD); in DecodeFrames()
1558 dstRTP.SetTimestamp(srcRTP.GetTimestamp()); in DecodeFrames()
1559 dstRTP.SetMarker(true); in DecodeFrames()
[all …]
/dports/net/h323plus/h323plus-1_27_2/plugins/video/H.263-ffmpeg/
H A Dh263ffmpeg.cxx1015 switch (p->Read(dstRTP)) { in GetNextEncodedPacket()
1024 dstRTP.SetMarker(false); in GetNextEncodedPacket()
1030 dstRTP.SetPayloadType(payloadCode); in GetNextEncodedPacket()
1031 dstRTP.SetTimestamp(lastTimeStamp); in GetNextEncodedPacket()
1033 return dstRTP.GetPacketLen(); in GetNextEncodedPacket()
1047 RTPFrame dstRTP(dst, dstLen, RTP_RFC2190_PAYLOAD); in EncodeFrames() local
1301 RTPFrame dstRTP(dst, dstLen, 0); in DecodeFrames() local
1408 dstRTP.SetPayloadType(RTP_DYNAMIC_PAYLOAD); in DecodeFrames()
1409 dstRTP.SetTimestamp(srcRTP.GetTimestamp()); in DecodeFrames()
1410 dstRTP.SetMarker(true); in DecodeFrames()
[all …]
/dports/net/opal/opal-3.10.10/plugins/video/H.263-1998/
H A Dh263-1998.cxx486 RTPFrame dstRTP(dst, dstLen); in EncodeFrames() local
490 if (!m_packetizer->GetPacket(dstRTP, flags)) { in EncodeFrames()
552 if (!m_packetizer->GetPacket(dstRTP, flags)) { in EncodeFrames()
560 dstRTP.SetTimestamp(srcRTP.GetTimestamp()); in EncodeFrames()
562 CODEC_TRACER_RTP("Tx frame:", dstRTP, RFC2190Dump); in EncodeFrames()
563 dstLen = dstRTP.GetHeaderSize() + dstRTP.GetPayloadSize(); in EncodeFrames()
744 RTPFrame dstRTP(dst, dstLen, 0); in DecodeFrames() local
836 dstRTP.SetPayloadSize(sizeof(PluginCodec_Video_FrameHeader) + frameBytes); in DecodeFrames()
837 dstRTP.SetTimestamp(srcRTP.GetTimestamp()); in DecodeFrames()
838 dstRTP.SetMarker(true); in DecodeFrames()
[all …]
/dports/net/h323plus/h323plus-1_27_2/plugins/video/H.264/gpl/
H A Denc-ctx.cxx332 RTPFrame dstRTP(dst, dstLen); in EncodeFrames() local
349 _txH264Frame->GetRTPFrame(dstRTP, flags); in EncodeFrames()
350 dstLen = dstRTP.GetFrameLen(); in EncodeFrames()
436 _txH264Frame->GetRTPFrame(dstRTP, flags); in EncodeFrames()
437 dstLen = dstRTP.GetFrameLen(); in EncodeFrames()
/dports/net/h323plus/h323plus-1_27_2/plugins/video/H.264/
H A Dh264-x264.cxx217 RTPFrame dstRTP(dst, dstLen); in EncodeFrames() local
218 headerLen = dstRTP.GetHeaderSize(); in EncodeFrames()
390 RTPFrame dstRTP(dst, dstLen, 0); in DecodeFrames() local
475 PluginCodec_Video_FrameHeader * header = (PluginCodec_Video_FrameHeader *)dstRTP.GetPayloadPtr(); in DecodeFrames()
513 dstRTP.SetPayloadSize(sizeof(PluginCodec_Video_FrameHeader) + frameBytes); in DecodeFrames()
514 dstRTP.SetTimestamp(srcRTP.GetTimestamp()); in DecodeFrames()
515 dstRTP.SetMarker(1); in DecodeFrames()
516 dstLen = dstRTP.GetFrameLen(); in DecodeFrames()
/dports/net/opal/opal-3.10.10/plugins/video/H.264/shared/
H A Dx264wrap.cxx363 RTPFrame dstRTP(dst, dstLen); in EncodeFrames() local
364 m_encapsulation.GetRTPFrame(dstRTP, flags); in EncodeFrames()
365 dstLen = dstRTP.GetFrameLen(); in EncodeFrames()