OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:payload_length_bytes_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
packet.cc
28
payload_length_bytes_
(0),
43
payload_length_bytes_
(0),
54
payload_length_bytes_
(0),
69
payload_length_bytes_
(0),
92
const uint8_t* payload_end_ptr = payload_ptr +
payload_length_bytes_
;
142
payload_length_bytes_
= packet_length_bytes_ - header_.headerLength;
packet.h
81
size_t payload_length_bytes() const { return
payload_length_bytes_
; }
109
size_t
payload_length_bytes_
; // Length of the payload, after RTP header.
member in class:webrtc::test::Packet
Completed in 1094 milliseconds