Home
last modified time | relevance | path

Searched refs:last_packet (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/video_coding/
H A Dframe_object.cc81 VCMPacket* last_packet = packet_buffer_->GetPacket(last_seq_num); in RtpFrameObject() local
82 RTC_CHECK(last_packet); in RtpFrameObject()
83 RTC_CHECK(last_packet->markerBit); in RtpFrameObject()
90 rotation_ = last_packet->video_header.rotation; in RtpFrameObject()
92 content_type_ = last_packet->video_header.content_type; in RtpFrameObject()
93 if (last_packet->video_header.video_timing.flags != in RtpFrameObject()
99 last_packet->video_header.video_timing.encode_start_delta_ms; in RtpFrameObject()
102 last_packet->video_header.video_timing.encode_finish_delta_ms; in RtpFrameObject()
108 last_packet->video_header.video_timing.pacer_exit_delta_ms; in RtpFrameObject()
117 timing_.receive_finish_ms = last_packet->receive_time_ms; in RtpFrameObject()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/video_coding/
H A Dframe_object.cc81 VCMPacket* last_packet = packet_buffer_->GetPacket(last_seq_num); in RtpFrameObject() local
82 RTC_CHECK(last_packet); in RtpFrameObject()
83 RTC_CHECK(last_packet->markerBit); in RtpFrameObject()
90 rotation_ = last_packet->video_header.rotation; in RtpFrameObject()
92 content_type_ = last_packet->video_header.content_type; in RtpFrameObject()
93 if (last_packet->video_header.video_timing.flags != in RtpFrameObject()
99 last_packet->video_header.video_timing.encode_start_delta_ms; in RtpFrameObject()
102 last_packet->video_header.video_timing.encode_finish_delta_ms; in RtpFrameObject()
108 last_packet->video_header.video_timing.pacer_exit_delta_ms; in RtpFrameObject()
117 timing_.receive_finish_ms = last_packet->receive_time_ms; in RtpFrameObject()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/video_coding/
H A Dframe_object.cc81 VCMPacket* last_packet = packet_buffer_->GetPacket(last_seq_num); in RtpFrameObject() local
82 RTC_CHECK(last_packet); in RtpFrameObject()
83 RTC_CHECK(last_packet->markerBit); in RtpFrameObject()
90 rotation_ = last_packet->video_header.rotation; in RtpFrameObject()
92 content_type_ = last_packet->video_header.content_type; in RtpFrameObject()
93 if (last_packet->video_header.video_timing.flags != in RtpFrameObject()
99 last_packet->video_header.video_timing.encode_start_delta_ms; in RtpFrameObject()
102 last_packet->video_header.video_timing.encode_finish_delta_ms; in RtpFrameObject()
108 last_packet->video_header.video_timing.pacer_exit_delta_ms; in RtpFrameObject()
117 timing_.receive_finish_ms = last_packet->receive_time_ms; in RtpFrameObject()
[all …]
/dports/net/ortp/ortp-1.0.2-0/src/
H A Dvideobandwidthestimator.c33 vbe->last_packet = NULL; in ortp_video_bandwidth_estimator_new()
43 ortp_free(vbe->last_packet); in ortp_video_bandwidth_estimator_reset()
44 vbe->last_packet = NULL; in ortp_video_bandwidth_estimator_reset()
117 OrtpVideoBandwidthEstimatorPacket *last_packet = vbe->last_packet; in ortp_video_bandwidth_estimator_process_packet() local
120 if (last_packet) { in ortp_video_bandwidth_estimator_process_packet()
122 current_packet = last_packet; in ortp_video_bandwidth_estimator_process_packet()
130 vbe->last_packet = NULL; in ortp_video_bandwidth_estimator_process_packet()
134 if (last_packet->count >= vbe->packet_count_min) { in ortp_video_bandwidth_estimator_process_packet()
138 ortp_free(vbe->last_packet); in ortp_video_bandwidth_estimator_process_packet()
140 vbe->last_packet = NULL; in ortp_video_bandwidth_estimator_process_packet()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/congestion_controller/bbr/
H A Dpacket_number_indexed_queue_unittest.cc32 EXPECT_EQ(0u, queue_.last_packet()); in TEST_F()
46 EXPECT_EQ(1002u, queue_.last_packet()); in TEST_F()
59 EXPECT_EQ(1003u, queue_.last_packet()); in TEST_F()
85 EXPECT_EQ(1003u, queue_.last_packet()); in TEST_F()
103 EXPECT_EQ(1003u, queue_.last_packet()); in TEST_F()
116 EXPECT_EQ(2001u, queue_.last_packet()); in TEST_F()
122 EXPECT_EQ(2001u, queue_.last_packet()); in TEST_F()
128 EXPECT_EQ(2001u, queue_.last_packet()); in TEST_F()
138 EXPECT_EQ(2001u, queue_.last_packet()); in TEST_F()
153 EXPECT_EQ(0u, queue_.last_packet()); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/
H A Dpacket_number_indexed_queue_test.cc28 EXPECT_FALSE(queue_.last_packet().IsInitialized()); in TEST_F()
42 EXPECT_EQ(QuicPacketNumber(1002u), queue_.last_packet()); in TEST_F()
55 EXPECT_EQ(QuicPacketNumber(1003u), queue_.last_packet()); in TEST_F()
81 EXPECT_EQ(QuicPacketNumber(1003u), queue_.last_packet()); in TEST_F()
99 EXPECT_EQ(QuicPacketNumber(1003u), queue_.last_packet()); in TEST_F()
112 EXPECT_EQ(QuicPacketNumber(2001u), queue_.last_packet()); in TEST_F()
118 EXPECT_EQ(QuicPacketNumber(2001u), queue_.last_packet()); in TEST_F()
124 EXPECT_EQ(QuicPacketNumber(2001u), queue_.last_packet()); in TEST_F()
134 EXPECT_EQ(QuicPacketNumber(2001u), queue_.last_packet()); in TEST_F()
149 EXPECT_FALSE(queue_.last_packet().IsInitialized()); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dpacket_number_indexed_queue_test.cc28 EXPECT_FALSE(queue_.last_packet().IsInitialized()); in TEST_F()
42 EXPECT_EQ(QuicPacketNumber(1002u), queue_.last_packet()); in TEST_F()
55 EXPECT_EQ(QuicPacketNumber(1003u), queue_.last_packet()); in TEST_F()
81 EXPECT_EQ(QuicPacketNumber(1003u), queue_.last_packet()); in TEST_F()
99 EXPECT_EQ(QuicPacketNumber(1003u), queue_.last_packet()); in TEST_F()
112 EXPECT_EQ(QuicPacketNumber(2001u), queue_.last_packet()); in TEST_F()
118 EXPECT_EQ(QuicPacketNumber(2001u), queue_.last_packet()); in TEST_F()
124 EXPECT_EQ(QuicPacketNumber(2001u), queue_.last_packet()); in TEST_F()
134 EXPECT_EQ(QuicPacketNumber(2001u), queue_.last_packet()); in TEST_F()
149 EXPECT_FALSE(queue_.last_packet().IsInitialized()); in TEST_F()
[all …]
/dports/net/scapy/scapy-2.4.5/scapy/layers/
H A Dtftp.py162 self.send(self.last_packet)
191 self.send(self.last_packet)
197 self.send(self.last_packet)
251 self.send(self.last_packet)
281 self.send(self.last_packet)
288 self.send(self.last_packet)
338 self.send(self.last_packet)
345 self.send(self.last_packet)
353 self.send(self.last_packet)
366 self.send(self.last_packet)
[all …]
/dports/emulators/bochs/bochs-2.7/iodev/usb/
H A Dusb_pcap.cc126 if ((last_packet.xfer_type == type) && in write_packet()
128 (last_packet.devnum == dev_addr)) { in write_packet()
131 last_packet.length += len; in write_packet()
132 last_packet.len_cap += len; in write_packet()
135 write(fd, &last_packet, sizeof(struct usbmon_packet)); in write_packet()
194 memcpy(&last_packet, &usb_hdr, sizeof(struct usbmon_packet)); in write_packet()
/dports/multimedia/libdcadec/dcadec-0.2.0/
H A Ddcacut.c37 unsigned long last_packet = ULONG_MAX; in main() local
42 last_packet = strtoul(argv[4], NULL, 0); in main()
43 if (last_packet < first_packet) { in main()
87 if (++packet_in > last_packet) in main()
/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A DTCP_client.c43 uint8_t last_packet[2 + MAX_PACKET_SIZE]; member
184 tcp_conn->last_packet[0] = 5; /* SOCKSv5 */ in proxy_socks5_generate_handshake()
185 tcp_conn->last_packet[1] = 1; /* number of authentication methods supported */ in proxy_socks5_generate_handshake()
186 tcp_conn->last_packet[2] = 0; /* No authentication */ in proxy_socks5_generate_handshake()
214 tcp_conn->last_packet[0] = 5; /* SOCKSv5 */ in proxy_socks5_generate_connection_request()
216 tcp_conn->last_packet[2] = 0; /* reserved, must be 0 */ in proxy_socks5_generate_connection_request()
220 tcp_conn->last_packet[3] = 1; /* IPv4 address */ in proxy_socks5_generate_connection_request()
225 tcp_conn->last_packet[3] = 4; /* IPv6 address */ in proxy_socks5_generate_connection_request()
280 memcpy(tcp_conn->last_packet, tcp_conn->self_public_key, CRYPTO_PUBLIC_KEY_SIZE); in generate_handshake()
281 random_nonce(tcp_conn->last_packet + CRYPTO_PUBLIC_KEY_SIZE); in generate_handshake()
[all …]
/dports/multimedia/obs-studio/obs-studio-27.1.3/deps/libff/libff/
H A Dff-packet-queue.c73 if (q->last_packet == NULL) in packet_queue_put()
76 q->last_packet->next = new_packet; in packet_queue_put()
78 q->last_packet = new_packet; in packet_queue_put()
109 q->last_packet = NULL; in packet_queue_get()
151 q->last_packet = q->first_packet = NULL; in packet_queue_flush()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/
H A Drtp_format_video_generic.cc50 bool* last_packet) { in NextPacket() argument
52 RTC_DCHECK(last_packet); in NextPacket()
74 *last_packet = payload_size_ <= 0; in NextPacket()
75 packet->SetMarker(*last_packet); in NextPacket()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/video_coding/
H A Dframe_object.cc72 VCMPacket* last_packet = packet_buffer_->GetPacket(last_seq_num); in RtpFrameObject() local
73 RTC_DCHECK(last_packet && last_packet->markerBit); in RtpFrameObject()
80 rotation_ = last_packet->video_header.rotation; in RtpFrameObject()
/dports/net/reaver/reaver-wps-fork-t6x-1.6.6/src/
H A Dsend.c158 static unsigned char last_packet[4096]; variable
161 return send_packet(last_packet, last_len, 0); in resend_last_packet()
177 if(len < sizeof last_packet) { in send_packet_real()
178 memcpy(last_packet, packet, len); in send_packet_real()
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/mplex/
H A Daudiostrm_out.cpp70 bool last_packet = Lookahead() == 0; in OutputSector() local
75 || last_packet) in OutputSector()
115 if( !last_packet ) in OutputSector()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMplex/
H A Daudiostrm_out.cpp70 bool last_packet = Lookahead() == 0; in OutputSector() local
75 || last_packet) in OutputSector()
115 if( !last_packet ) in OutputSector()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMplex/
H A Daudiostrm_out.cpp70 bool last_packet = Lookahead() == 0; in OutputSector() local
75 || last_packet) in OutputSector()
115 if( !last_packet ) in OutputSector()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMplex/
H A Daudiostrm_out.cpp70 bool last_packet = Lookahead() == 0; in OutputSector() local
75 || last_packet) in OutputSector()
115 if( !last_packet ) in OutputSector()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMplex/
H A Daudiostrm_out.cpp70 bool last_packet = Lookahead() == 0; in OutputSector() local
75 || last_packet) in OutputSector()
115 if( !last_packet ) in OutputSector()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender_video.cc285 bool last_packet, in AddRtpHeaderExtensions() argument
298 if (last_packet && set_color_space && video_header.color_space) in AddRtpHeaderExtensions()
317 if (last_packet && set_video_rotation) in AddRtpHeaderExtensions()
321 if (last_packet && in AddRtpHeaderExtensions()
326 if (last_packet && in AddRtpHeaderExtensions()
343 frame_marking.end_of_frame = last_packet; in AddRtpHeaderExtensions()
352 descriptor.last_packet_in_frame = last_packet; in AddRtpHeaderExtensions()
386 generic_descriptor.SetLastPacketInSubFrame(last_packet); in AddRtpHeaderExtensions()
487 last_packet.get()); in SendVideo()
492 RTC_DCHECK_GT(packet_capacity, last_packet->headers_size()); in SendVideo()
[all …]
/dports/devel/p5-Gearman/Gearman-2.004.015/t/
H A D65-responseparser.t6 our $last_packet = undef;
70 $last_packet = undef;
72 is_deeply($last_packet, $expected, $test_name);
98 $main::last_packet = $_[1];
/dports/multimedia/ogmtools/ogmtools-1.5/
H A Dp_pcm.cpp138 int last_packet = 0; in process() local
141 last_packet = 1; in process()
155 op.e_o_s = last_packet; in process()
163 int last_packet = last_frame; in process() local
177 op.e_o_s = last_packet; in process()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/rtp_rtcp/source/
H A Drtp_sender_video.cc309 bool last_packet, in AddRtpHeaderExtensions() argument
322 if (last_packet && set_color_space && video_header.color_space) in AddRtpHeaderExtensions()
341 if (last_packet && set_video_rotation) in AddRtpHeaderExtensions()
345 if (last_packet && in AddRtpHeaderExtensions()
350 if (last_packet && in AddRtpHeaderExtensions()
368 descriptor.last_packet_in_frame = last_packet; in AddRtpHeaderExtensions()
414 generic_descriptor.SetLastPacketInSubFrame(last_packet); in AddRtpHeaderExtensions()
547 last_packet.get()); in SendVideo()
552 RTC_DCHECK_GT(packet_capacity, last_packet->headers_size()); in SendVideo()
566 last_packet->headers_size() - middle_packet->headers_size(); in SendVideo()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender_video.cc304 bool last_packet, in AddRtpHeaderExtensions() argument
317 if (last_packet && set_color_space && video_header.color_space) in AddRtpHeaderExtensions()
336 if (last_packet && set_video_rotation) in AddRtpHeaderExtensions()
340 if (last_packet && in AddRtpHeaderExtensions()
345 if (last_packet && in AddRtpHeaderExtensions()
363 descriptor.last_packet_in_frame = last_packet; in AddRtpHeaderExtensions()
409 generic_descriptor.SetLastPacketInSubFrame(last_packet); in AddRtpHeaderExtensions()
539 last_packet.get()); in SendVideo()
544 RTC_DCHECK_GT(packet_capacity, last_packet->headers_size()); in SendVideo()
558 last_packet->headers_size() - middle_packet->headers_size(); in SendVideo()
[all …]

12345678910>>...14