Home
last modified time | relevance | path

Searched refs:time_stamp_ (Results 1 – 3 of 3) 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
/external/v8/src/
Dperf-jit.cc55 uint64_t time_stamp_; member
73 uint64_t time_stamp_; member
232 code_load.time_stamp_ = GetTimestamp(); in LogRecordedBuffer()
294 debug_info.time_stamp_ = GetTimestamp(); in LogWriteDebugInfo()
347 unwinding_info_header.time_stamp_ = GetTimestamp(); in LogWriteUnwindingInfo()
400 header.time_stamp_ = in LogWriteHeader()