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

/external/webrtc/webrtc/modules/video_coding/
H A Dtimestamp_map.cc19 VCMTimestampMap::VCMTimestampMap(size_t capacity) function in class:webrtc::VCMTimestampMap
25 VCMTimestampMap::~VCMTimestampMap() {}
27 void VCMTimestampMap::Add(uint32_t timestamp, VCMFrameInformation* data) {
38 VCMFrameInformation* VCMTimestampMap::Pop(uint32_t timestamp) {
60 bool VCMTimestampMap::IsEmpty() const {
H A Dtimestamp_map.h21 class VCMTimestampMap { class in namespace:webrtc
23 explicit VCMTimestampMap(size_t capacity);
24 ~VCMTimestampMap();
H A Dgeneric_decoder.h58 VCMTimestampMap _timestampMap GUARDED_BY(_critSect);

Completed in 143 milliseconds