OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:packet_ids_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
nack.h
35
const std::vector<uint16_t>& packet_ids() const { return
packet_ids_
; }
53
void Unpack(); // Fills
packet_ids_
using packed_. (used in Parse).
56
std::vector<uint16_t>
packet_ids_
;
member in class:webrtc::rtcp::Nack
nack.cc
63
packet_ids_
.clear();
121
RTC_DCHECK(
packet_ids_
.empty());
123
packet_ids_
.assign(nack_list, nack_list + length);
128
RTC_DCHECK(!
packet_ids_
.empty());
130
auto it =
packet_ids_
.begin();
131
const auto end =
packet_ids_
.end();
151
RTC_DCHECK(
packet_ids_
.empty());
154
packet_ids_
.push_back(item.first_pid);
158
packet_ids_
.push_back(pid);
Completed in 2013 milliseconds