OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SsMap
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
jitter_buffer.h
75
typedef std::map<uint32_t, GofInfoVP9, TimestampLessThan>
SsMap
;
89
bool Find(uint32_t timestamp,
SsMap
::iterator* it);
101
SsMap
ss_map_;
jitter_buffer.cc
137
bool Vp9SsMap::Find(uint32_t timestamp,
SsMap
::iterator* it_out) {
139
for (
SsMap
::iterator it = ss_map_.begin(); it != ss_map_.end(); ++it) {
152
SsMap
::iterator it;
181
SsMap
::iterator it;
207
SsMap
::iterator ss_it;
[
all
...]
jitter_buffer_unittest.cc
67
Vp9SsMap::
SsMap
::iterator it;
79
Vp9SsMap::
SsMap
::iterator it;
95
Vp9SsMap::
SsMap
::iterator it;
104
Vp9SsMap::
SsMap
::iterator it;
120
Vp9SsMap::
SsMap
::iterator it;
[
all
...]
Completed in 99 milliseconds