Searched refs:time_stamp (Results 1 – 6 of 6) sorted by relevance
262 std::string time_stamp; in GetCurrentTimeStamp() local273 time_stamp += IntToHexString(local_time.tm_year % 100); in GetCurrentTimeStamp()274 time_stamp += IntToHexString(local_time.tm_mon + 1); in GetCurrentTimeStamp()275 time_stamp += IntToHexString(local_time.tm_mday); in GetCurrentTimeStamp()276 time_stamp += IntToHexString(local_time.tm_hour); in GetCurrentTimeStamp()277 time_stamp += IntToHexString(local_time.tm_min); in GetCurrentTimeStamp()278 time_stamp += IntToHexString(local_time.tm_sec); in GetCurrentTimeStamp()279 time_stamp += IntToHexString(tzdiff); in GetCurrentTimeStamp()281 return time_stamp; in GetCurrentTimeStamp()
71 int64_t time_stamp = in SendLastFrame() local75 display_sink_->OnFrame(buffer, time_stamp); in SendLastFrame()
425 int64_t time_stamp; member
579 int64_t time_stamp; member