Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dtimestamp_map.cc19 VCMTimestampMap::VCMTimestampMap(size_t capacity) in VCMTimestampMap() function in webrtc::VCMTimestampMap
25 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()
Dtimestamp_map.h21 class VCMTimestampMap {
23 explicit VCMTimestampMap(size_t capacity);
24 ~VCMTimestampMap();
Dgeneric_decoder.h58 VCMTimestampMap _timestampMap GUARDED_BY(_critSect);