Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.cpp122 HRESULT CArchiveExtractCallback::GetTime(int index, PROPID propID, FILETIME &filetime, bool &fileti… in GetTime() function in CArchiveExtractCallback
213 RINOK(GetTime(index, kpidCTime, _fi.CTime, _fi.CTimeDefined)); in GetStream()
214 RINOK(GetTime(index, kpidATime, _fi.ATime, _fi.ATimeDefined)); in GetStream()
215 RINOK(GetTime(index, kpidMTime, _fi.MTime, _fi.MTimeDefined)); in GetStream()
DArchiveExtractCallback.h87 HRESULT GetTime(int index, PROPID propID, FILETIME &filetime, bool &filetimeIsDefined);
/external/lzma/CPP/7zip/Archive/7z/
D7zHandlerOut.cpp169 static HRESULT GetTime(IArchiveUpdateCallback *updateCallback, int index, bool writeTime, PROPID pr… in GetTime() function
258 RINOK(GetTime(updateCallback, i, WriteCTime, kpidCTime, ui.CTime, ui.CTimeDefined)); in UpdateItems()
259 RINOK(GetTime(updateCallback, i, WriteATime, kpidATime, ui.ATime, ui.ATimeDefined)); in UpdateItems()
260 RINOK(GetTime(updateCallback, i, true, kpidMTime, ui.MTime, ui.MTimeDefined)); in UpdateItems()
/external/libvpx/libwebm/
Dmkvparser.cpp2302 if (time_ns <= pCP->GetTime(m_pSegment)) in Find()
2325 const long long t = pCP->GetTime(m_pSegment); in Find()
2341 assert(pCP->GetTime(m_pSegment) <= time_ns); in Find()
2358 if (time_ns <= pCP->GetTime(m_pSegment)) { in Find()
2375 const long long t = pCP->GetTime(m_pSegment); in Find()
2391 assert(pCP->GetTime(m_pSegment) <= time_ns); in Find()
2440 const long long t = pCP->GetTime(m_pSegment);
2458 assert(pCP->GetTime(m_pSegment) > time_ns);
2884 long long CuePoint::GetTime(const Segment* pSegment) const { in GetTime() function in mkvparser::CuePoint
3606 if (time_ns <= pCluster->GetTime()) in FindCluster()
[all …]
Dmkvparser.hpp83 long long GetTime(const Cluster*) const; // absolute, and scaled (ns)
533 static long long GetTime(const Chapters*, long long timecode);
690 long long GetTime(const Segment*) const; // absolute and scaled (ns units)
784 long long GetTime() const; // absolute, and scaled (nanosecond units)
/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.cpp2300 if (time_ns <= pCP->GetTime(m_pSegment)) in Find()
2323 const long long t = pCP->GetTime(m_pSegment); in Find()
2339 assert(pCP->GetTime(m_pSegment) <= time_ns); in Find()
2356 if (time_ns <= pCP->GetTime(m_pSegment)) { in Find()
2373 const long long t = pCP->GetTime(m_pSegment); in Find()
2389 assert(pCP->GetTime(m_pSegment) <= time_ns); in Find()
2438 const long long t = pCP->GetTime(m_pSegment);
2456 assert(pCP->GetTime(m_pSegment) > time_ns);
2882 long long CuePoint::GetTime(const Segment* pSegment) const { in GetTime() function in mkvparser::CuePoint
3604 if (time_ns <= pCluster->GetTime()) in FindCluster()
[all …]
Dmkvparser.hpp83 long long GetTime(const Cluster*) const; // absolute, and scaled (ns)
533 static long long GetTime(const Chapters*, long long timecode);
690 long long GetTime(const Segment*) const; // absolute and scaled (ns units)
784 long long GetTime() const; // absolute, and scaled (nanosecond units)
/external/lldb/tools/debugserver/source/
DDNBTimer.h86 GetTime (uint32_t& sec, uint32_t& usec) const in GetTime() function
DChangeLog415 (DNBTimer::GetTime): Ditto.
/external/libvpx/libvpx/
Dwebmdec.cc184 webm_ctx->timestamp_ns = block->GetTime(cluster); in webm_read_frame()