Home
last modified time | relevance | path

Searched refs:GetEndTime (Results 1 – 25 of 3618) sorted by relevance

12345678910>>...145

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/safe_browsing/incident_reporting/
H A Dlast_download_finder.cc45 int64_t GetEndTime(const history::DownloadRow& row) { in GetEndTime() function
50 int64_t GetEndTime(const ClientIncidentReport_DownloadDetails& details) { in GetEndTime() function
135 if (GetEndTime(first) < GetEndTime(second) || !IsBinaryDownload(first)) in IsMoreInterestingBinaryThan()
137 return (GetEndTime(first) != GetEndTime(second) || in IsMoreInterestingBinaryThan()
146 if (GetEndTime(first) < GetEndTime(second) || !IsNonBinaryDownload(first)) in IsMoreInterestingNonBinaryThan()
148 return (GetEndTime(first) != GetEndTime(second) || in IsMoreInterestingNonBinaryThan()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/effects/
H A DStereoToMono.cpp118 auto end = wxMax(left->TimeToLongSamples(left->GetEndTime()), in Process()
119 right->TimeToLongSamples(right->GetEndTime())); in Process()
175 auto end = wxMax(left->GetEndTime(), right->GetEndTime()); in ProcessOne()
214 left->Clear(left->GetStartTime(), left->GetEndTime()); in ProcessOne()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/
H A DMediaQueue.h52 MOZ_DIAGNOSTIC_ASSERT(item->GetEndTime() >= item->mTime); in Push()
67 MOZ_DIAGNOSTIC_ASSERT(rv->GetEndTime() >= rv->mTime); in PopFront()
124 return (last->GetEndTime() - first->mTime).ToMicroseconds(); in Duration()
172 if (v->GetEndTime().ToMicroseconds() < aTime) break; in GetElementsAfterStrict()
176 if (elem->GetEndTime().ToMicroseconds() > aTime) { in GetElementsAfterStrict()
/dports/www/firefox/firefox-99.0/dom/media/
H A DMediaQueue.h52 MOZ_DIAGNOSTIC_ASSERT(item->GetEndTime() >= item->mTime); in Push()
67 MOZ_DIAGNOSTIC_ASSERT(rv->GetEndTime() >= rv->mTime); in PopFront()
124 return (last->GetEndTime() - first->mTime).ToMicroseconds(); in Duration()
172 if (v->GetEndTime().ToMicroseconds() < aTime) break; in GetElementsAfterStrict()
176 if (elem->GetEndTime().ToMicroseconds() > aTime) { in GetElementsAfterStrict()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/
H A DMediaQueue.h52 MOZ_DIAGNOSTIC_ASSERT(item->GetEndTime() >= item->mTime); in Push()
67 MOZ_DIAGNOSTIC_ASSERT(rv->GetEndTime() >= rv->mTime); in PopFront()
124 return (last->GetEndTime() - first->mTime).ToMicroseconds(); in Duration()
172 if (v->GetEndTime().ToMicroseconds() < aTime) break; in GetElementsAfterStrict()
176 if (elem->GetEndTime().ToMicroseconds() > aTime) { in GetElementsAfterStrict()
/dports/games/openclonk/openclonk-release-8.1-src/src/network/
H A DC4Network2Stats.cpp71 C4Graph::TimeType C4TableGraph::GetEndTime() const in GetEndTime() function in C4TableGraph
80 assert(Inside(iAtTime, GetStartTime(), GetEndTime()-1)); in GetValue()
88 assert(Inside(iAtTime, GetStartTime(), GetEndTime()-1)); in GetAtValue()
96 assert(Inside(iAtTime, GetStartTime(), GetEndTime()-1)); in SetAvgValue()
171 int iEndTime = GetEndTime(); in DumpToFile()
237 C4Graph::TimeType C4GraphCollection::GetEndTime() const in GetEndTime() function in C4GraphCollection
240 C4Graph::TimeType iTime = (*i)->GetEndTime(); in GetEndTime()
241 while (++i != end()) iTime = std::max(iTime, (*i)->GetEndTime()); in GetEndTime()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/
H A DAccurateSeekTask.cpp201 video->mTime, video->GetEndTime()); in DropVideoUpToSeekTarget()
206 if (target >= video->GetEndTime()) { in DropVideoUpToSeekTarget()
208 video->mTime, video->GetEndTime(), target); in DropVideoUpToSeekTarget()
211 if (target >= video->mTime && video->GetEndTime() >= target) { in DropVideoUpToSeekTarget()
221 video->mTime, video->GetEndTime(), target); in DropVideoUpToSeekTarget()
295 SAMPLE_LOG("OnAudioDecoded [%lld,%lld]", audio->mTime, audio->GetEndTime()); in OnAudioDecoded()
391 SAMPLE_LOG("OnVideoDecoded [%lld,%lld]", video->mTime, video->GetEndTime()); in OnVideoDecoded()
H A DMediaQueue.h48 MOZ_ASSERT(aItem->GetEndTime() >= aItem->mTime); in Push()
115 return last->GetEndTime() - first->mTime; in Duration()
132 if (v->GetEndTime() < aTime) in GetElementsAfter()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/platforms/wrappers/
H A DAudioTrimmer.cpp93 int64_t rawEnd = aRaw ? aRaw->GetEndTime().ToMicroseconds() : 0; in HandleDecodedResult()
105 TimeInterval sampleInterval(data->mTime, data->GetEndTime()); in HandleDecodedResult()
196 aRaw->mTime.ToMicroseconds(), aRaw->GetEndTime().ToMicroseconds()); in PrepareTrimmers()
198 Some(TimeInterval(aRaw->mTime, aRaw->GetEndTime()))); in PrepareTrimmers()
203 aRaw->mTime.ToMicroseconds(), aRaw->GetEndTime().ToMicroseconds()); in PrepareTrimmers()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/platforms/wrappers/
H A DAudioTrimmer.cpp43 sample->GetEndTime().ToMicroseconds()); in Decode()
45 Some(TimeInterval(sample->mTime, sample->GetEndTime()))); in Decode()
51 sample->GetEndTime().ToMicroseconds()); in Decode()
119 int64_t rawEnd = aRaw ? aRaw->GetEndTime().ToMicroseconds() : 0; in HandleDecodedResult()
131 TimeInterval sampleInterval(data->mTime, data->GetEndTime()); in HandleDecodedResult()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/platforms/wrappers/
H A DAudioTrimmer.cpp93 int64_t rawEnd = aRaw ? aRaw->GetEndTime().ToMicroseconds() : 0; in HandleDecodedResult()
105 TimeInterval sampleInterval(data->mTime, data->GetEndTime()); in HandleDecodedResult()
196 aRaw->mTime.ToMicroseconds(), aRaw->GetEndTime().ToMicroseconds()); in PrepareTrimmers()
198 Some(TimeInterval(aRaw->mTime, aRaw->GetEndTime()))); in PrepareTrimmers()
203 aRaw->mTime.ToMicroseconds(), aRaw->GetEndTime().ToMicroseconds()); in PrepareTrimmers()
/dports/www/firefox/firefox-99.0/dom/media/platforms/wrappers/
H A DAudioTrimmer.cpp97 int64_t rawEnd = aRaw ? aRaw->GetEndTime().ToMicroseconds() : 0; in HandleDecodedResult()
109 TimeInterval sampleInterval(data->mTime, data->GetEndTime()); in HandleDecodedResult()
200 aRaw->mTime.ToMicroseconds(), aRaw->GetEndTime().ToMicroseconds()); in PrepareTrimmers()
202 Some(TimeInterval(aRaw->mTime, aRaw->GetEndTime()))); in PrepareTrimmers()
207 aRaw->mTime.ToMicroseconds(), aRaw->GetEndTime().ToMicroseconds()); in PrepareTrimmers()
/dports/www/grafana8/grafana-8.3.6/vendor/cloud.google.com/go/pubsublite/
H A Doperations.go112 if o.GetEndTime() != nil {
113 if err := o.GetEndTime().CheckValid(); err != nil {
116 metadata.EndTime = o.GetEndTime().AsTime()
/dports/net/drive/drive-0.4.0/vendor/cloud.google.com/go/pubsublite/
H A Doperations.go112 if o.GetEndTime() != nil {
113 if err := o.GetEndTime().CheckValid(); err != nil {
116 metadata.EndTime = o.GetEndTime().AsTime()
/dports/net/rclone/rclone-1.57.0/vendor/cloud.google.com/go/pubsublite/
H A Doperations.go112 if o.GetEndTime() != nil {
113 if err := o.GetEndTime().CheckValid(); err != nil {
116 metadata.EndTime = o.GetEndTime().AsTime()
/dports/www/gohugo/hugo-0.91.2/vendor/cloud.google.com/go/pubsublite/
H A Doperations.go112 if o.GetEndTime() != nil {
113 if err := o.GetEndTime().CheckValid(); err != nil {
116 metadata.EndTime = o.GetEndTime().AsTime()
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/cloud.google.com/go/pubsublite/
H A Doperations.go112 if o.GetEndTime() != nil {
113 if err := o.GetEndTime().CheckValid(); err != nil {
116 metadata.EndTime = o.GetEndTime().AsTime()
/dports/www/tusd/tusd-1.8.0/vendor/cloud.google.com/go/pubsublite/
H A Doperations.go112 if o.GetEndTime() != nil {
113 if err := o.GetEndTime().CheckValid(); err != nil {
116 metadata.EndTime = o.GetEndTime().AsTime()
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/cloud.google.com/go/pubsublite/
H A Doperations.go112 if o.GetEndTime() != nil {
113 if err := o.GetEndTime().CheckValid(); err != nil {
116 metadata.EndTime = o.GetEndTime().AsTime()
/dports/www/tusd/google-cloud-go-storage-v1.18.2/pubsublite/
H A Doperations.go112 if o.GetEndTime() != nil {
113 if err := o.GetEndTime().CheckValid(); err != nil {
116 metadata.EndTime = o.GetEndTime().AsTime()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/
H A DMediaQueue.h54 MOZ_DIAGNOSTIC_ASSERT(item->GetEndTime() >= item->mTime); in Push()
68 MOZ_DIAGNOSTIC_ASSERT(rv->GetEndTime() >= rv->mTime); in PopFront()
128 return (last->GetEndTime() - first->mTime).ToMicroseconds(); in Duration()
144 if (v->GetEndTime().ToMicroseconds() < aTime) break; in GetElementsAfter()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/tracks/playabletrack/notetrack/ui/
H A DNoteTrackShifter.cpp46 if (t0 > track.GetEndTime()) in AdjustT0()
47 t0 = track.GetEndTime(); in AdjustT0()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/mediasink/
H A DVideoSink.cpp87 VideoSink::GetEndTime(TrackType aType) const in GetEndTime() function in mozilla::media::VideoSink
95 return mAudioSink->GetEndTime(aType); in GetEndTime()
415 clockTime >= VideoQueue().PeekFront()->GetEndTime()) { in UpdateRenderedVideoFrames()
417 lastFrameEndTime = frame->GetEndTime(); in UpdateRenderedVideoFrames()
432 currentFrame ? currentFrame->GetEndTime() : lastFrameEndTime); in UpdateRenderedVideoFrames()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/
H A DMediaQueue.h46 MOZ_ASSERT(aItem->GetEndTime() >= aItem->mTime); in Push()
103 return (last->GetEndTime() - first->mTime).ToMicroseconds(); in Duration()
119 if (v->GetEndTime().ToMicroseconds() < aTime) break; in GetElementsAfter()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/mediasink/
H A DVideoSink.cpp104 media::TimeUnit VideoSink::GetEndTime(TrackType aType) const { in GetEndTime() function in mozilla::VideoSink
111 return mAudioSink->GetEndTime(aType); in GetEndTime()
467 frame->GetEndTime().ToMicroseconds()); in RenderVideoFrames()
496 clockTime >= VideoQueue().PeekFront()->GetEndTime()) { in UpdateRenderedVideoFrames()
498 lastFrameEndTime = frame->GetEndTime(); in UpdateRenderedVideoFrames()
508 frame->GetEndTime().ToMicroseconds()); in UpdateRenderedVideoFrames()
537 currentFrame ? currentFrame->GetEndTime() : lastFrameEndTime); in UpdateRenderedVideoFrames()

12345678910>>...145