Home
last modified time | relevance | path

Searched refs:TimestampDataTuple (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/video_coding/
Dtimestamp_map.h29 struct TimestampDataTuple { struct
35 std::unique_ptr<TimestampDataTuple[]> ring_buffer_; argument
Dtimestamp_map.cc20 : ring_buffer_(new TimestampDataTuple[capacity]), in VCMTimestampMap()