OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_payload_length_
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_vp9.h
89
const size_t
max_payload_length_
; // The max length in bytes of one packet.
member in class:webrtc::RtpPacketizerVp9
rtp_format_vp9.cc
483
max_payload_length_
(max_payload_length),
523
if (
max_payload_length_
< PayloadDescriptorLength(hdr_) + 1) {
530
size_t rem_payload_len =
max_payload_length_
-
629
rtc::BitBufferWriter writer(buffer,
max_payload_length_
);
rtp_sender.cc
144
max_payload_length_
(IP_PACKET_SIZE - 28), // Default is IP-v4/UDP.
379
max_payload_length_
= max_payload_length;
391
return
max_payload_length_
- RTPHeaderLength();
393
return
max_payload_length_
- RTPHeaderLength() // RTP overhead.
400
return
max_payload_length_
;
[
all
...]
rtp_sender.h
407
size_t
max_payload_length_
;
member in class:webrtc::RTPSender
Completed in 2456 milliseconds