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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
timestamp_map.h 25 class VCMTimestampMap
30 VCMTimestampMap(const int32_t length = 10);
33 ~VCMTimestampMap();
timestamp_map.cc 19 VCMTimestampMap::VCMTimestampMap(int32_t length):
34 VCMTimestampMap::~VCMTimestampMap()
41 VCMTimestampMap::Reset()
48 VCMTimestampMap::Add(uint32_t timestamp, void* data)
64 VCMTimestampMap::Pop(uint32_t timestamp)
94 VCMTimestampMap::IsEmpty() const
generic_decoder.h 57 VCMTimestampMap _timestampMap; // Guarded by |_critSect|.

Completed in 59 milliseconds