Home
last modified time | relevance | path

Searched refs:next_packet (Results 1 – 25 of 306) sorted by relevance

12345678910>>...13

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_packetizer_av1.cc354 const Packet& next_packet = packets_[packet_index_]; in NextPacket() local
356 RTC_DCHECK_GT(next_packet.num_obu_elements, 0); in NextPacket()
357 RTC_DCHECK_LT(next_packet.first_obu_offset, in NextPacket()
358 obus_[next_packet.first_obu].size); in NextPacket()
360 next_packet.last_obu_size, in NextPacket()
361 obus_[next_packet.first_obu + next_packet.num_obu_elements - 1].size); in NextPacket()
369 int obu_offset = next_packet.first_obu_offset; in NextPacket()
372 const Obu& obu = obus_[next_packet.first_obu + i]; in NextPacket()
391 obus_[next_packet.first_obu + next_packet.num_obu_elements - 1]; in NextPacket()
392 int fragment_size = next_packet.last_obu_size; in NextPacket()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/rtp_rtcp/source/
H A Drtp_packetizer_av1.cc356 const Packet& next_packet = packets_[packet_index_]; in NextPacket() local
358 RTC_DCHECK_GT(next_packet.num_obu_elements, 0); in NextPacket()
359 RTC_DCHECK_LT(next_packet.first_obu_offset, in NextPacket()
360 obus_[next_packet.first_obu].size); in NextPacket()
362 next_packet.last_obu_size, in NextPacket()
363 obus_[next_packet.first_obu + next_packet.num_obu_elements - 1].size); in NextPacket()
371 int obu_offset = next_packet.first_obu_offset; in NextPacket()
374 const Obu& obu = obus_[next_packet.first_obu + i]; in NextPacket()
393 obus_[next_packet.first_obu + next_packet.num_obu_elements - 1]; in NextPacket()
394 int fragment_size = next_packet.last_obu_size; in NextPacket()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/rtp_rtcp/source/
H A Drtp_packetizer_av1.cc354 const Packet& next_packet = packets_[packet_index_]; in NextPacket() local
356 RTC_DCHECK_GT(next_packet.num_obu_elements, 0); in NextPacket()
357 RTC_DCHECK_LT(next_packet.first_obu_offset, in NextPacket()
358 obus_[next_packet.first_obu].size); in NextPacket()
360 next_packet.last_obu_size, in NextPacket()
361 obus_[next_packet.first_obu + next_packet.num_obu_elements - 1].size); in NextPacket()
369 int obu_offset = next_packet.first_obu_offset; in NextPacket()
372 const Obu& obu = obus_[next_packet.first_obu + i]; in NextPacket()
391 obus_[next_packet.first_obu + next_packet.num_obu_elements - 1]; in NextPacket()
392 int fragment_size = next_packet.last_obu_size; in NextPacket()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_packetizer_av1.cc354 const Packet& next_packet = packets_[packet_index_]; in NextPacket() local
356 RTC_DCHECK_GT(next_packet.num_obu_elements, 0); in NextPacket()
357 RTC_DCHECK_LT(next_packet.first_obu_offset, in NextPacket()
358 obus_[next_packet.first_obu].size); in NextPacket()
360 next_packet.last_obu_size, in NextPacket()
361 obus_[next_packet.first_obu + next_packet.num_obu_elements - 1].size); in NextPacket()
369 int obu_offset = next_packet.first_obu_offset; in NextPacket()
372 const Obu& obu = obus_[next_packet.first_obu + i]; in NextPacket()
391 obus_[next_packet.first_obu + next_packet.num_obu_elements - 1]; in NextPacket()
392 int fragment_size = next_packet.last_obu_size; in NextPacket()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/test/
H A Drtcp_packet_parser.cc31 for (const uint8_t* next_packet = buffer; next_packet != buffer_end; in Parse() local
32 next_packet = header.NextPacket()) { in Parse()
33 RTC_DCHECK_GT(buffer_end - next_packet, 0); in Parse()
34 if (!header.Parse(next_packet, buffer_end - next_packet)) { in Parse()
37 << (next_packet - buffer); in Parse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/test/
H A Drtcp_packet_parser.cc31 for (const uint8_t* next_packet = buffer; next_packet != buffer_end; in Parse() local
32 next_packet = header.NextPacket()) { in Parse()
33 RTC_DCHECK_GT(buffer_end - next_packet, 0); in Parse()
34 if (!header.Parse(next_packet, buffer_end - next_packet)) { in Parse()
37 << (next_packet - buffer); in Parse()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/test/
H A Drtcp_packet_parser.cc25 for (const uint8_t* next_packet = buffer; next_packet != buffer_end; in Parse() local
26 next_packet = header.NextPacket()) { in Parse()
27 RTC_DCHECK_GT(buffer_end - next_packet, 0); in Parse()
28 if (!header.Parse(next_packet, buffer_end - next_packet)) { in Parse()
31 << (next_packet - buffer); in Parse()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/test/
H A Drtcp_packet_parser.cc25 for (const uint8_t* next_packet = buffer; next_packet != buffer_end; in Parse() local
26 next_packet = header.NextPacket()) { in Parse()
27 RTC_DCHECK_GT(buffer_end - next_packet, 0); in Parse()
28 if (!header.Parse(next_packet, buffer_end - next_packet)) { in Parse()
31 << (next_packet - buffer); in Parse()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/test/
H A Drtcp_packet_parser.cc25 for (const uint8_t* next_packet = buffer; next_packet != buffer_end; in Parse() local
26 next_packet = header.NextPacket()) { in Parse()
27 RTC_DCHECK_GT(buffer_end - next_packet, 0); in Parse()
28 if (!header.Parse(next_packet, buffer_end - next_packet)) { in Parse()
31 << (next_packet - buffer); in Parse()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/test/
H A Drtcp_packet_parser.cc25 for (const uint8_t* next_packet = buffer; next_packet != buffer_end; in Parse() local
26 next_packet = header.NextPacket()) { in Parse()
27 RTC_DCHECK_GT(buffer_end - next_packet, 0); in Parse()
28 if (!header.Parse(next_packet, buffer_end - next_packet)) { in Parse()
31 << (next_packet - buffer); in Parse()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/call/
H A Drtp_rtcp_demuxer_helper.cc27 for (const uint8_t* next_packet = packet.begin(); next_packet < packet.end(); in ParseRtcpPacketSenderSsrc() local
28 next_packet = header.NextPacket()) { in ParseRtcpPacketSenderSsrc()
29 if (!header.Parse(next_packet, packet.end() - next_packet)) { in ParseRtcpPacketSenderSsrc()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/call/
H A Drtp_rtcp_demuxer_helper.cc27 for (const uint8_t* next_packet = packet.begin(); next_packet < packet.end(); in ParseRtcpPacketSenderSsrc() local
28 next_packet = header.NextPacket()) { in ParseRtcpPacketSenderSsrc()
29 if (!header.Parse(next_packet, packet.end() - next_packet)) { in ParseRtcpPacketSenderSsrc()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/call/
H A Drtp_rtcp_demuxer_helper.cc27 for (const uint8_t* next_packet = packet.begin(); next_packet < packet.end(); in ParseRtcpPacketSenderSsrc() local
28 next_packet = header.NextPacket()) { in ParseRtcpPacketSenderSsrc()
29 if (!header.Parse(next_packet, packet.end() - next_packet)) { in ParseRtcpPacketSenderSsrc()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/call/
H A Drtp_rtcp_demuxer_helper.cc27 for (const uint8_t* next_packet = packet.begin(); next_packet < packet.end(); in ParseRtcpPacketSenderSsrc() local
28 next_packet = header.NextPacket()) { in ParseRtcpPacketSenderSsrc()
29 if (!header.Parse(next_packet, packet.end() - next_packet)) { in ParseRtcpPacketSenderSsrc()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/neteq/
H A Ddecision_logic_fax.cc26 const Packet* next_packet, in GetDecisionSpecialized() argument
35 if (next_packet) { in GetDecisionSpecialized()
36 available_timestamp = next_packet->timestamp; in GetDecisionSpecialized()
38 decoder_database_->IsComfortNoise(next_packet->payload_type); in GetDecisionSpecialized()
50 if (!next_packet) { in GetDecisionSpecialized()
H A Ddecision_logic_normal.cc31 const Packet* next_packet, in GetDecisionSpecialized() argument
39 if (!next_packet) { in GetDecisionSpecialized()
49 if (next_packet) { in GetDecisionSpecialized()
50 available_timestamp = next_packet->timestamp; in GetDecisionSpecialized()
52 decoder_database_->IsComfortNoise(next_packet->payload_type); in GetDecisionSpecialized()
61 if (!next_packet) { in GetDecisionSpecialized()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/neteq/
H A Ddecision_logic_fax.cc26 const Packet* next_packet, in GetDecisionSpecialized() argument
35 if (next_packet) { in GetDecisionSpecialized()
36 available_timestamp = next_packet->timestamp; in GetDecisionSpecialized()
38 decoder_database_->IsComfortNoise(next_packet->payload_type); in GetDecisionSpecialized()
50 if (!next_packet) { in GetDecisionSpecialized()
H A Ddecision_logic_normal.cc31 const Packet* next_packet, in GetDecisionSpecialized() argument
39 if (!next_packet) { in GetDecisionSpecialized()
49 if (next_packet) { in GetDecisionSpecialized()
50 available_timestamp = next_packet->timestamp; in GetDecisionSpecialized()
52 decoder_database_->IsComfortNoise(next_packet->payload_type); in GetDecisionSpecialized()
61 if (!next_packet) { in GetDecisionSpecialized()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/
H A Ddecision_logic_fax.cc26 const Packet* next_packet, in GetDecisionSpecialized() argument
35 if (next_packet) { in GetDecisionSpecialized()
36 available_timestamp = next_packet->timestamp; in GetDecisionSpecialized()
38 decoder_database_->IsComfortNoise(next_packet->payload_type); in GetDecisionSpecialized()
50 if (!next_packet) { in GetDecisionSpecialized()
H A Ddecision_logic_normal.cc31 const Packet* next_packet, in GetDecisionSpecialized() argument
39 if (!next_packet) { in GetDecisionSpecialized()
49 if (next_packet) { in GetDecisionSpecialized()
50 available_timestamp = next_packet->timestamp; in GetDecisionSpecialized()
52 decoder_database_->IsComfortNoise(next_packet->payload_type); in GetDecisionSpecialized()
61 if (!next_packet) { in GetDecisionSpecialized()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/
H A Ddecision_logic_fax.cc26 const Packet* next_packet, in GetDecisionSpecialized() argument
35 if (next_packet) { in GetDecisionSpecialized()
36 available_timestamp = next_packet->timestamp; in GetDecisionSpecialized()
38 decoder_database_->IsComfortNoise(next_packet->payload_type); in GetDecisionSpecialized()
50 if (!next_packet) { in GetDecisionSpecialized()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Ddp8390.c351 sc->next_packet = sc->rec_page_start + 1; in dp8390_init()
529 if (sc->next_packet == current) in dp8390_rint()
554 if (packet_hdr.next_packet >= sc->next_packet) in dp8390_rint()
555 nlen = (packet_hdr.next_packet - sc->next_packet); in dp8390_rint()
601 sc->next_packet = packet_hdr.next_packet; in dp8390_rint()
607 boundary = sc->next_packet - 1; in dp8390_rint()
611 } while (sc->next_packet != current); in dp8390_rint()
1451 if (sc->next_packet == current) { in dp8390_ipkdb_rcv()
1461 nlen = packet_hdr.next_packet - sc->next_packet; in dp8390_ipkdb_rcv()
1475 sc->next_packet = packet_hdr.next_packet; in dp8390_ipkdb_rcv()
[all …]
/dports/net/py-zeroconf/python-zeroconf-0.37.0/tests/
H A Dtest_core.py516 next_packet = r.DNSIncoming(packets.pop(0))
517 expected_deferred.append(next_packet)
522 next_packet = r.DNSIncoming(packets.pop(0))
523 expected_deferred.append(next_packet)
531 next_packet = r.DNSIncoming(packets.pop(0))
532 expected_deferred.append(next_packet)
537 next_packet = r.DNSIncoming(packets.pop(0))
538 expected_deferred.append(next_packet)
596 expected_deferred.append(next_packet)
602 expected_deferred.append(next_packet)
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_coding/neteq/
H A Ddecision_logic.cc118 !(status.next_packet && status.next_packet->is_dtx && in GetDecision()
125 if (!status.next_packet) { in GetDecision()
133 if (status.next_packet && status.next_packet->is_cng) { in GetDecision()
135 status.next_packet->timestamp, in GetDecision()
140 if (!status.next_packet) { in GetDecision()
173 if (status.target_timestamp == status.next_packet->timestamp) { in GetDecision()
175 } else if (!PacketBuffer::IsObsoleteTimestamp(status.next_packet->timestamp, in GetDecision()
180 status.next_packet->timestamp, status.play_dtmf, in GetDecision()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_coding/neteq/
H A Ddecision_logic.cc118 !(status.next_packet && status.next_packet->is_dtx && in GetDecision()
125 if (!status.next_packet) { in GetDecision()
133 if (status.next_packet && status.next_packet->is_cng) { in GetDecision()
135 status.next_packet->timestamp, in GetDecision()
140 if (!status.next_packet) { in GetDecision()
173 if (status.target_timestamp == status.next_packet->timestamp) { in GetDecision()
175 } else if (!PacketBuffer::IsObsoleteTimestamp(status.next_packet->timestamp, in GetDecision()
180 status.next_packet->timestamp, status.play_dtmf, in GetDecision()

12345678910>>...13