OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ss_map_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
jitter_buffer.cc
129
ss_map_
[packet.timestamp] = packet.codecSpecificHeader.codecHeader.VP9.gof;
134
ss_map_
.clear();
139
for (SsMap::iterator it =
ss_map_
.begin(); it !=
ss_map_
.end(); ++it) {
156
ss_map_
.erase(
ss_map_
.begin(), it);
161
if (
ss_map_
.empty() || !IsNewerTimestamp(timestamp,
ss_map_
.begin()->first))
164
uint32_t diff = timestamp -
ss_map_
.begin()->first;
169
RTC_DCHECK(!
ss_map_
.empty())
[
all
...]
jitter_buffer.h
101
SsMap
ss_map_
;
member in class:webrtc::Vp9SsMap
Completed in 61 milliseconds