Home
last modified time | relevance | path

Searched refs:m_Timestamp (Results 1 – 23 of 23) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/DVDDemuxers/
H A DDVDDemuxVobsub.cpp108 m_Timestamp = m_Timestamps.begin(); in Open()
134 m_Timestamp = m_Timestamps.begin(); in SeekTime()
135 for (;m_Timestamp != m_Timestamps.end();++m_Timestamp) in SeekTime()
137 if(m_Timestamp->pts > pts) in SeekTime()
140 for (unsigned i=0;i<m_Streams.size() && m_Timestamps.begin() != m_Timestamp;i++) in SeekTime()
142 --m_Timestamp; in SeekTime()
151 if(m_Timestamp == m_Timestamps.end()) in Read()
154 current = m_Timestamp++; in Read()
H A DDVDDemuxVobsub.h63 std::vector<STimestamp>::iterator m_Timestamp; variable
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netschedule/
H A Djob.hpp114 { return m_Timestamp; } in GetTimestamp()
133 { m_Timestamp = t; } in SetTimestamp()
156 CNSPreciseTime m_Timestamp; // event timestamp member in CJobEvent
337 { return m_Events[0].m_Timestamp; } in GetSubmitTime()
339 { return m_Events[GetLastEventIndex()].m_Timestamp; } in GetLastEventTime()
H A Djob.cpp94 m_Timestamp(0, 0), in CJobEvent()
285 return m_Events[0].m_Timestamp + in ShouldNotifySubmitter()
512 .append(NS_FormatPreciseTime(m_Events[0].m_Timestamp + m_SubmNotifTimeout)) in x_AppendSubmitNotifExpiration()
802 events_dump.timestamp = (double)event.m_Timestamp; in Dump()
895 event.m_Timestamp = CNSPreciseTime(event_dump.timestamp); in LoadFromDump()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/asn_cache/
H A Dsub_cache_create.cpp175 , m_Timestamp(0) in SSubcacheIndexData()
182 m_Timestamp = main_index.GetTimestamp(); in operator =()
194 CAsnIndex::TTimestamp m_Timestamp; member
532 m_Timestamp = CTime(CTime::eCurrent).GetTimeT(); in SBlobInserter()
556 blob.SetTimestamp( m_Timestamp ); in operator ()()
559 blob_locator.m_Timestamp = m_Timestamp; in operator ()()
613 time_t m_Timestamp; member
1081 blob_locations.begin()->m_Timestamp = 0; in WriteBlobsInSubCache()
1110 blob_locations.begin()->m_Timestamp = timestamp; in WriteBlobsInSubCache()
1547 main_index.SetTimestamp( it->second->m_Timestamp ); in IndexNewBlobsInSubCache()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/data_loaders/asn_cache/
H A Dasn_index.cpp57 BindKey("timestamp", &m_Timestamp); in CAsnIndex()
92 return (TTimestamp)m_Timestamp; in GetTimestamp()
146 m_Timestamp = val; in SetTimestamp()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/services/
H A Dnetstorageobjectloc.cpp64 m_Timestamp(time(NULL)), in CNetStorageObjectLoc()
199 m_Timestamp = field.GetTimestamp(); in Parse()
266 string result = NStr::NumericToString(m_Timestamp); in MakeShortUniqueKey()
314 cid.AppendTimestamp(m_Timestamp); in x_Pack()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/services/
H A Dnetstorageobjectloc.cpp64 m_Timestamp(time(NULL)), in CNetStorageObjectLoc()
199 m_Timestamp = field.GetTimestamp(); in Parse()
266 string result = NStr::NumericToString(m_Timestamp); in MakeShortUniqueKey()
314 cid.AppendTimestamp(m_Timestamp); in x_Pack()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/sra/readers/sra/impl/
H A Dwgsresolver_impl.hpp89 return m_Timestamp; in GetTimestamp()
127 CTime m_Timestamp; member in CWGSResolver_VDB
/dports/security/i2pd/i2pd-2.40.0/libi2pd/
H A DRouterInfo.cpp113 m_Timestamp = i2p::util::GetMillisecondsSinceEpoch (); in SetRouterIdentity()
192 s.read ((char *)&m_Timestamp, sizeof (m_Timestamp)); in ReadFromStream()
193 m_Timestamp = be64toh (m_Timestamp); in ReadFromStream()
352 if (!it.iExp) it.iExp = m_Timestamp/1000 + NETDB_INTRODUCEE_EXPIRATION_TIMEOUT; in ReadFromStream()
540 uint64_t ts = htobe64 (m_Timestamp); in WriteToStream()
754 return bufbe64toh (buf + size) > m_Timestamp; in IsNewer()
769 m_Timestamp = i2p::util::GetMillisecondsSinceEpoch (); // refresh timstamp in CreateBuffer()
H A DRouterInfo.h172 uint64_t GetTimestamp () const { return m_Timestamp; }; in GetTimestamp()
274 uint64_t m_Timestamp; variable
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Apps/Mp4Fragment/
H A DMp4Fragment.cpp209 AP4_UI64 m_Timestamp; member in TrackCursor
223 m_Timestamp(0), in TrackCursor()
277 m_Timestamp(timestamp), in FragmentInfo()
285 AP4_UI64 m_Timestamp; member in FragmentInfo
646 …AP4_TfdtAtom* tfdt = new AP4_TfdtAtom(1, cursor->m_Timestamp + (AP4_UI64)(Options.tfdt_start * (do… in Fragment()
661 …entInfo* fragment = new FragmentInfo(cursor->m_Samples, cursor->m_Tfra, cursor->m_Timestamp, moof); in Fragment()
687 … trun_entry.sample_duration = (AP4_UI32)(next_scaled_timestamp-cursor->m_Timestamp); in Fragment()
726 cursor->m_Timestamp = next_scaled_timestamp; in Fragment()
850 fragment->m_Tfra->AddEntry(fragment->m_Timestamp, fragment->m_MoofPosition); in Fragment()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/connect/services/impl/
H A Dnetstorage_int.hpp102 CTime GetCreationTime() const {return CTime(m_Timestamp);} in GetCreationTime()
195 Int8 m_Timestamp; member in CNetStorageObjectLoc
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/connect/services/impl/
H A Dnetstorage_int.hpp102 CTime GetCreationTime() const {return CTime(m_Timestamp);} in GetCreationTime()
195 Int8 m_Timestamp; member in CNetStorageObjectLoc
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/pubseq_gateway/server/
H A Dosg_connection.cpp100 m_Timestamp(CStopWatch::eStart) in COSGConnection()
111 m_Timestamp(CStopWatch::eStart) in COSGConnection()
127 return m_Timestamp.Restart(); in UpdateTimestamp()
H A Dosg_connection.hpp111 CStopWatch m_Timestamp; member in COSGConnection
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/remote/
H A Djsonrpcconnection.hpp73 double m_Timestamp; member in icinga::JsonRpcConnection
H A Djsonrpcconnection.cpp41 m_Timestamp(Utility::GetTime()), m_Seen(Utility::GetTime()), m_NextHeartbeat(0), m_IoStrand(io), in JsonRpcConnection()
138 return m_Timestamp; in GetTimestamp()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/sra/readers/sra/
H A Dwgsresolver_impl.cpp483 if ( !CDirEntry(path).GetTime(&m_Timestamp) ) { in Open()
484 m_Timestamp = CTime(); in Open()
488 LOG_POST_X(30, "CWGSResolver_VDB("<<acc_or_path<<"): index timestamp: "<<m_Timestamp); in Open()
536 if ( timestamp == m_Timestamp ) { in x_Update()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/data_loaders/asn_cache/
H A Dasn_index.hpp154 SBDB_TypeTraits<TTimestamp>::TFieldType m_Timestamp; member in CAsnIndex
/dports/audio/lmms/lmms-1.2.2/plugins/vst_base/
H A DRemoteVstPlugin.cpp399 double m_Timestamp; member
489 m_in->m_Timestamp = -1; in RemoteVstPlugin()
1621 __plugin->m_in->m_Timestamp ) in hostCallback()
1625 __plugin->m_in->m_Timestamp = __plugin->m_vstSyncData->ppqPos; in hostCallback()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/extra_lib/include/
H A DDTAPI.h799 __int64 m_Timestamp; // 64-bit timestamp member
1458 unsigned int m_Timestamp; // RTP timestamp first IP packet this frame member
/dports/multimedia/gpac-mp4box/gpac-1.0.0/extra_lib/include/
H A DDTAPI.h799 __int64 m_Timestamp; // 64-bit timestamp member
1458 unsigned int m_Timestamp; // RTP timestamp first IP packet this frame member