Searched refs:last_packet (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_format.h38 // written to buffer. The parameter last_packet is true for the last packet of
44 bool* last_packet) = 0;
H A Drtp_format_video_generic.cc49 bool* last_packet) {
71 *last_packet = payload_size_ <= 0;
47 NextPacket(uint8_t* buffer, size_t* bytes_to_send, bool* last_packet) argument
H A Drtp_format_video_generic.h39 // written to buffer. The parameter last_packet is true for the last packet of
45 bool* last_packet) OVERRIDE;
H A Drtp_format_h264.h36 // written to buffer. The parameter last_packet is true for the last packet of
42 bool* last_packet) OVERRIDE;
H A Drtp_format_h264.cc200 bool* last_packet) {
204 *last_packet = true;
223 *last_packet = packets_.empty();
198 NextPacket(uint8_t* buffer, size_t* bytes_to_send, bool* last_packet) argument
H A Drtp_format_vp8.h71 // written to buffer. Parameter last_packet is true for the last packet of
80 bool* last_packet) OVERRIDE;
H A Drtp_format_vp8.cc296 bool* last_packet) {
320 *last_packet = packets_.empty();
294 NextPacket(uint8_t* buffer, size_t* bytes_to_send, bool* last_packet) argument
/external/chromium_org/net/quic/
H A Dquic_connection_test.cc822 QuicPacketSequenceNumber* last_packet) {
827 if (last_packet != NULL) {
828 *last_packet =
1368 QuicPacketSequenceNumber last_packet; local
1371 SendStreamDataToPeer(1, "foo", 0, !kFin, &last_packet);
1372 EXPECT_EQ(1u, last_packet);
1381 SendStreamDataToPeer(1, "bar", 3, !kFin, &last_packet);
1382 EXPECT_EQ(2u, last_packet);
1393 SendStreamDataToPeer(1, "foo", 6, !kFin, &last_packet);
1394 EXPECT_EQ(3u, last_packet);
818 SendStreamDataToPeer(QuicStreamId id, StringPiece data, QuicStreamOffset offset, bool fin, QuicPacketSequenceNumber* last_packet) argument
1425 QuicPacketSequenceNumber last_packet; local
1470 QuicPacketSequenceNumber last_packet; local
1872 QuicPacketSequenceNumber last_packet; local
1901 QuicPacketSequenceNumber last_packet; local
2070 QuicPacketSequenceNumber last_packet; local
[all...]
/external/chromium_org/net/quic/congestion_control/
H A Dsend_algorithm_simulator.cc225 QuicPacketSequenceNumber last_packet = transfer->sender->last_acked; local
237 if (it->sequence_number > last_packet + 1) {
240 last_packet = it->sequence_number;
/external/chromium_org/third_party/webrtc/modules/pacing/
H A Dpaced_sender.cc309 const bool last_packet = local
316 last_packet) {
/external/qemu/
H A Dgdbstub.c284 uint8_t last_packet[MAX_PACKET_LENGTH + 4]; member in struct:GDBState
435 p = s->last_packet;
447 s->last_packet_len = p - s->last_packet;
448 put_buffer(s, (uint8_t *)s->last_packet, s->last_packet_len);
2085 put_buffer(s, (uint8_t *)s->last_packet, s->last_packet_len);
2369 max_sz = (sizeof(gdbserver_state->last_packet) - 2) / 2;
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideoengine_unittest.h1097 size_t last_packet = NumRtpPackets() - 1; local
1099 p(GetRtpPacket(static_cast<int>(last_packet)));
1115 last_packet = NumRtpPackets() - 1;
1116 p.reset(GetRtpPacket(static_cast<int>(last_packet)));

Completed in 1823 milliseconds