Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Ddecoding_state.cc22 time_stamp_(0), in VCMDecodingState()
36 time_stamp_ = 0; in Reset()
46 return time_stamp_; in time_stamp()
57 return !IsNewerTimestamp(frame->TimeStamp(), time_stamp_); in IsOldFrame()
64 return !IsNewerTimestamp(packet->timestamp, time_stamp_); in IsOldPacket()
72 time_stamp_ = frame->TimeStamp(); in SetState()
101 time_stamp_ = state.time_stamp_; in CopyFrom()
122 time_stamp_ = frame->TimeStamp(); in UpdateEmptyFrame()
130 if (packet->timestamp == time_stamp_) { in UpdateOldPacket()
Ddecoding_state.h68 uint32_t time_stamp_; variable