HomeSort by relevance Sort by last modified time
    Searched defs:VCMTimestampMap (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/video_coding/
timestamp_map.cc 19 VCMTimestampMap::VCMTimestampMap(size_t capacity)
25 VCMTimestampMap::~VCMTimestampMap() {}
27 void VCMTimestampMap::Add(uint32_t timestamp, VCMFrameInformation* data) {
38 VCMFrameInformation* VCMTimestampMap::Pop(uint32_t timestamp) {
60 bool VCMTimestampMap::IsEmpty() const {
timestamp_map.h 21 class VCMTimestampMap {
23 explicit VCMTimestampMap(size_t capacity);
24 ~VCMTimestampMap();

Completed in 111 milliseconds