Searched refs:GetTime (Results 1 – 3 of 3) sorted by relevance
109 static bool GetTime(const FilePath::StringType& log, double* value) { in GetTime() function199 GetTime(kFirmwareBootTime, &boot_times.firmware); in GetBootTimes()200 GetTime(uptime_prefix + kPreStartup, &boot_times.pre_startup); in GetBootTimes()201 GetTime(uptime_prefix + kXStarted, &boot_times.x_started); in GetBootTimes()202 GetTime(uptime_prefix + kChromeExec, &boot_times.chrome_exec); in GetBootTimes()203 GetTime(uptime_prefix + kChromeMain, &boot_times.chrome_main); in GetBootTimes()204 GetTime(uptime_prefix + kLoginPromptReady, &boot_times.login_prompt_ready); in GetBootTimes()
3093 if (time_ns <= pCP->GetTime(m_pSegment)) in Find()3116 const long long t = pCP->GetTime(m_pSegment); in Find()3132 assert(pCP->GetTime(m_pSegment) <= time_ns); in Find()3149 if (time_ns <= pCP->GetTime(m_pSegment)) in Find()3168 const long long t = pCP->GetTime(m_pSegment); in Find()3184 assert(pCP->GetTime(m_pSegment) <= time_ns); in Find()3234 const long long t = pCP->GetTime(m_pSegment);3252 assert(pCP->GetTime(m_pSegment) > time_ns);3723 long long CuePoint::GetTime(const Segment* pSegment) const in GetTime() function in mkvparser::CuePoint4489 if (time_ns <= pCluster->GetTime()) in FindCluster()[all …]
81 long long GetTime(const Cluster*) const; //absolute, and scaled (ns)452 long long GetTime(const Segment*) const; //absolute and scaled (ns units)561 long long GetTime() const; //absolute, and scaled (nanosecond units)