OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_sr_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
report_block.h
42
void WithLastSr(uint32_t last_sr) {
last_sr_
= last_sr; }
52
uint32_t last_sr() const { return
last_sr_
; }
61
uint32_t
last_sr_
;
member in class:webrtc::rtcp::ReportBlock
report_block.cc
45
last_sr_
(0),
60
last_sr_
= ByteReader<uint32_t>::ReadBigEndian(&buffer[16]);
Completed in 549 milliseconds