Searched refs:VCMTimestampMap (Results 1 – 3 of 3) sorted by relevance
19 VCMTimestampMap::VCMTimestampMap(size_t capacity) in VCMTimestampMap() function in webrtc::VCMTimestampMap25 VCMTimestampMap::~VCMTimestampMap() {} in ~VCMTimestampMap()27 void VCMTimestampMap::Add(uint32_t timestamp, VCMFrameInformation* data) { in Add()38 VCMFrameInformation* VCMTimestampMap::Pop(uint32_t timestamp) { in Pop()60 bool VCMTimestampMap::IsEmpty() const { in IsEmpty()
20 class VCMTimestampMap {22 explicit VCMTimestampMap(size_t capacity);23 ~VCMTimestampMap();
74 VCMTimestampMap _timestampMap RTC_GUARDED_BY(lock_);