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()
21 class VCMTimestampMap {23 explicit VCMTimestampMap(size_t capacity);24 ~VCMTimestampMap();
58 VCMTimestampMap _timestampMap GUARDED_BY(_critSect);