Home
last modified time | relevance | path

Searched defs:next_packet (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/test/
Drtcp_packet_parser.cc31 for (const uint8_t* next_packet = buffer; next_packet != buffer_end; in Parse() local
/external/python/bumble/apps/
Dshow.py54 def next_packet(self): member in SnoopPacketReader
/external/python/bumble/bumble/transport/
Dcommon.py144 def next_packet(self): member in PacketReader
179 async def next_packet(self): member in AsyncPacketReader
/external/webrtc/api/neteq/
Dneteq_controller.h92 absl::optional<PacketInfo> next_packet; member
/external/webrtc/modules/rtp_rtcp/source/
Drtp_packetizer_av1.cc356 const Packet& next_packet = packets_[packet_index_]; in NextPacket() local
Dulpfec_receiver_unittest.cc121 std::unique_ptr<AugmentedPacket> next_packet( in PacketizeFrame() local
Dflexfec_receiver_unittest.cc90 std::unique_ptr<Packet> next_packet( in PacketizeFrame() local
Drtcp_sender_unittest.cc670 const uint8_t* next_packet = data; in TEST_F() local
/external/perfetto/src/tracing/core/
Dtrace_buffer.cc841 const uint8_t* next_packet = packet_data + packet_size; in ReadNextPacketInChunk() local
/external/webrtc/modules/audio_coding/neteq/
Dneteq_impl.cc724 const Packet* next_packet = packet_buffer_->PeekNextPacket(); in InsertPacketInternal() local
1951 const Packet* next_packet = packet_buffer_->PeekNextPacket(); in ExtractPackets() local
Dpacket_buffer_unittest.cc136 const Packet* next_packet = buffer.PeekNextPacket(); in TEST() local
/external/webrtc/modules/audio_coding/acm2/
Daudio_coding_module_unittest.cc966 while (std::unique_ptr<test::Packet> next_packet = in RunInner() local