Searched refs:VCMTimestampMap (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dtimestamp_map.h25 class VCMTimestampMap class in namespace:webrtc
30 VCMTimestampMap(const int32_t length = 10);
33 ~VCMTimestampMap();
H A Dtimestamp_map.cc19 VCMTimestampMap::VCMTimestampMap(int32_t length): function in class:webrtc::VCMTimestampMap
34 VCMTimestampMap::~VCMTimestampMap()
41 VCMTimestampMap::Reset()
48 VCMTimestampMap::Add(uint32_t timestamp, void* data)
64 VCMTimestampMap::Pop(uint32_t timestamp)
94 VCMTimestampMap::IsEmpty() const
H A Dgeneric_decoder.h57 VCMTimestampMap _timestampMap; // Guarded by |_critSect|.

Completed in 114 milliseconds