Home
last modified time | relevance | path

Searched refs:GetTime (Results 1 – 25 of 45) sorted by relevance

12

/external/llvm-project/llvm/utils/benchmark/test/
Doutput_test.h99 double GetTime(BenchmarkTime which) const;
105 return GetAs< double >("iterations") * GetTime(kRealTime); in DurationRealTime()
109 return GetAs< double >("iterations") * GetTime(kCpuTime); in DurationCPUTime()
/external/libcxx/utils/google-benchmark/test/
Doutput_test.h107 double GetTime(BenchmarkTime which) const;
113 return NumIterations() * GetTime(kRealTime); in DurationRealTime()
117 return NumIterations() * GetTime(kCpuTime); in DurationCPUTime()
/external/llvm-project/libcxx/utils/google-benchmark/test/
Doutput_test.h107 double GetTime(BenchmarkTime which) const;
113 return NumIterations() * GetTime(kRealTime); in DurationRealTime()
117 return NumIterations() * GetTime(kCpuTime); in DurationCPUTime()
/external/google-benchmark/test/
Doutput_test.h107 double GetTime(BenchmarkTime which) const;
113 return NumIterations() * GetTime(kRealTime); in DurationRealTime()
117 return NumIterations() * GetTime(kCpuTime); in DurationCPUTime()
/external/swiftshader/src/Vulkan/
DVkDeviceMemoryExternalMac.hpp33 struct timespec GetTime() in GetTime() function
107 struct timespec tv = GetTime(); in allocate()
/external/webrtc/system_wrappers/source/
Dclock.cc136 GetTime(&StartTime); in CurrentTimeVal()
149 void GetTime(FILETIME* current_time) { in GetTime() function in webrtc::WindowsRealTimeClock
/external/libwebm/
Dmkvparser_sample.cc359 const long long time_ns = pCluster->GetTime(); in main()
384 const long long time_ns = pBlock->GetTime(pCluster); in main()
432 cue->GetTime(pSegment.get()), track_pos->m_block, in main()
/external/perfetto/src/base/
Dtime_unittest.cc53 TEST(TimeTest, GetTime) { in TEST() argument
/external/lzma/CPP/7zip/Archive/7z/
D7zHandlerOut.cpp162 static HRESULT GetTime(IArchiveUpdateCallback *updateCallback, int index, PROPID propID, UInt64 &ft… in GetTime() function
364 if (need_CTime) RINOK(GetTime(updateCallback, i, kpidCTime, ui.CTime, ui.CTimeDefined)); in UpdateItems()
365 if (need_ATime) RINOK(GetTime(updateCallback, i, kpidATime, ui.ATime, ui.ATimeDefined)); in UpdateItems()
366 if (need_MTime) RINOK(GetTime(updateCallback, i, kpidMTime, ui.MTime, ui.MTimeDefined)); in UpdateItems()
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc2019 if (time_ns <= pCP->GetTime(m_pSegment)) { in Find()
2038 const long long t = pCP->GetTime(m_pSegment); in Find()
2054 if (pCP == NULL || pCP->GetTime(m_pSegment) > time_ns) in Find()
2453 long long CuePoint::GetTime(const Segment* pSegment) const { in GetTime() function in mkvparser::CuePoint
3163 if (time_ns <= pCluster->GetTime()) in FindCluster()
3185 const long long t = pCluster->GetTime(); in FindCluster()
3204 assert(pCluster->GetTime() <= time_ns); in FindCluster()
3437 return GetTime(pChapters, m_start_timecode); in GetStartTime()
3441 return GetTime(pChapters, m_stop_timecode); in GetStopTime()
3551 long long Chapters::Atom::GetTime(const Chapters* pChapters, in GetTime() function in mkvparser::Chapters::Atom
[all …]
Dmkvparser.h86 long long GetTime(const Cluster*) const; // absolute, and scaled (ns)
667 static long long GetTime(const Chapters*, long long timecode);
905 long long GetTime(const Segment*) const; // absolute and scaled (ns units)
991 long long GetTime() const; // absolute, and scaled (nanosecond units)
/external/libwebm/mkvparser/
Dmkvparser.cc2019 if (time_ns <= pCP->GetTime(m_pSegment)) { in Find()
2038 const long long t = pCP->GetTime(m_pSegment); in Find()
2054 if (pCP == NULL || pCP->GetTime(m_pSegment) > time_ns) in Find()
2453 long long CuePoint::GetTime(const Segment* pSegment) const { in GetTime() function in mkvparser::CuePoint
3163 if (time_ns <= pCluster->GetTime()) in FindCluster()
3185 const long long t = pCluster->GetTime(); in FindCluster()
3204 assert(pCluster->GetTime() <= time_ns); in FindCluster()
3437 return GetTime(pChapters, m_start_timecode); in GetStartTime()
3441 return GetTime(pChapters, m_stop_timecode); in GetStopTime()
3551 long long Chapters::Atom::GetTime(const Chapters* pChapters, in GetTime() function in mkvparser::Chapters::Atom
[all …]
Dmkvparser.h86 long long GetTime(const Cluster*) const; // absolute, and scaled (ns)
667 static long long GetTime(const Chapters*, long long timecode);
905 long long GetTime(const Segment*) const; // absolute and scaled (ns units)
991 long long GetTime() const; // absolute, and scaled (nanosecond units)
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.cc2019 if (time_ns <= pCP->GetTime(m_pSegment)) { in Find()
2038 const long long t = pCP->GetTime(m_pSegment); in Find()
2054 if (pCP == NULL || pCP->GetTime(m_pSegment) > time_ns) in Find()
2453 long long CuePoint::GetTime(const Segment* pSegment) const { in GetTime() function in mkvparser::CuePoint
3163 if (time_ns <= pCluster->GetTime()) in FindCluster()
3185 const long long t = pCluster->GetTime(); in FindCluster()
3204 assert(pCluster->GetTime() <= time_ns); in FindCluster()
3437 return GetTime(pChapters, m_start_timecode); in GetStartTime()
3441 return GetTime(pChapters, m_stop_timecode); in GetStopTime()
3551 long long Chapters::Atom::GetTime(const Chapters* pChapters, in GetTime() function in mkvparser::Chapters::Atom
[all …]
Dmkvparser.h86 long long GetTime(const Cluster*) const; // absolute, and scaled (ns)
667 static long long GetTime(const Chapters*, long long timecode);
905 long long GetTime(const Segment*) const; // absolute and scaled (ns units)
991 long long GetTime() const; // absolute, and scaled (nanosecond units)
/external/libaom/libaom/third_party/libwebm/mkvparser/
Dmkvparser.cc2019 if (time_ns <= pCP->GetTime(m_pSegment)) { in Find()
2038 const long long t = pCP->GetTime(m_pSegment); in Find()
2054 if (pCP == NULL || pCP->GetTime(m_pSegment) > time_ns) in Find()
2453 long long CuePoint::GetTime(const Segment* pSegment) const { in GetTime() function in mkvparser::CuePoint
3163 if (time_ns <= pCluster->GetTime()) in FindCluster()
3185 const long long t = pCluster->GetTime(); in FindCluster()
3204 assert(pCluster->GetTime() <= time_ns); in FindCluster()
3437 return GetTime(pChapters, m_start_timecode); in GetStartTime()
3441 return GetTime(pChapters, m_stop_timecode); in GetStopTime()
3551 long long Chapters::Atom::GetTime(const Chapters* pChapters, in GetTime() function in mkvparser::Chapters::Atom
[all …]
Dmkvparser.h86 long long GetTime(const Cluster*) const; // absolute, and scaled (ns)
667 static long long GetTime(const Chapters*, long long timecode);
905 long long GetTime(const Segment*) const; // absolute and scaled (ns units)
991 long long GetTime() const; // absolute, and scaled (nanosecond units)
/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.h67 CFX_DateTime GetTime() const;
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp783 static HRESULT GetTime(IGetProp *getProp, PROPID propID, FILETIME &ft, bool &ftDefined) in GetTime() function
867 RINOK(GetTime(getProp, kpidCTime, file.CTime, file.CTimeDefined)); in GetStream7()
868 RINOK(GetTime(getProp, kpidATime, file.ATime, file.ATimeDefined)); in GetStream7()
869 RINOK(GetTime(getProp, kpidMTime, file.MTime, file.MTimeDefined)); in GetStream7()
/external/llvm-project/lldb/tools/debugserver/source/
DDNBTimer.h63 void GetTime(uint64_t &sec, uint32_t &usec) const { in GetTime() function
/external/libwebm/m2ts/
Dwebm2pes.cc254 VideoFrame vpx_frame(block->GetTime(cluster), codec_); in ConvertToFile()
324 VideoFrame frame(block->GetTime(cluster), codec_); in ConvertToPacketReceiver()
/external/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.cpp372 HRESULT CArchiveExtractCallback::GetTime(UInt32 index, PROPID propID, FILETIME &filetime, bool &fil… in GetTime() function in CArchiveExtractCallback
983 RINOK(GetTime(index, kpidCTime, _fi.CTime, _fi.CTimeDefined)); in GetStream()
984 RINOK(GetTime(index, kpidATime, _fi.ATime, _fi.ATimeDefined)); in GetStream()
985 RINOK(GetTime(index, kpidMTime, _fi.MTime, _fi.MTimeDefined)); in GetStream()
/external/libwebm/common/
Dvp9_level_stats_tests.cc88 const long long time_ns = block->GetTime(cluster); // NOLINT in ProcessTheFrames()
/external/OpenCL-CTS/test_conformance/conversions/
Dtest_conversions.cpp759 uint64_t GetTime( void );
760 uint64_t GetTime( void ) in GetTime() function
1277 uint64_t startTime = GetTime(); in DoTest()
1291 uint64_t endTime = GetTime(); in DoTest()
/external/libvpx/libvpx/
Dwebmdec.cc190 webm_ctx->timestamp_ns = block->GetTime(cluster); in webm_read_frame()

12