OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:next_packet
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
neteq_rtpplay.cc
303
const webrtc::test::Packet*
next_packet
) {
315
assert(
next_packet
->virtual_payload_length_bytes() > 0);
317
if (
next_packet
->header().sequenceNumber ==
320
next_packet
->header().timestamp - rtp_header->header.timestamp) {
322
next_packet
->header().timestamp - rtp_header->header.timestamp;
498
rtc::scoped_ptr<webrtc::test::Packet>
next_packet
;
local
512
next_packet
.reset(file_source->NextPacket());
513
assert(
next_packet
);
557
next_packet
.get());
589
// At this point |packet| contains the packet *after* |
next_packet
|
[
all
...]
/external/autotest/server/cros/chaos_lib/
chaos_capture_analyzer.py
493
next_packet
= self._capture.get_packet_after(packet)
494
if not
next_packet
or not (
495
(self._does_packet_match_ack_state(
next_packet
)) and
496
(
next_packet
.wlan.addr == packet.wlan.ta)):
501
self._acks.append(int(
next_packet
.number))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
decode_with_partial_drops.c
109
int
next_packet
(struct parsed_header* hdr, int pos, int length, int mtu)
function
173
while ((pkg_size =
next_packet
(&hdr, pos, *size, mtu)) > 0)
/external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_unittest_oldapi.cc
[
all
...]
Completed in 1501 milliseconds