Home
last modified time | relevance | path

Searched refs:getTimestamp (Results 1 – 25 of 47) sorted by relevance

12

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
DEventScheduler.java107 public long getTimestamp() { in getTimestamp() method in EventScheduler.SchedulableEvent
156 FastEventQueue list = mEventBuffer.get(event.getTimestamp()); in add()
161 mEventBuffer.put(event.getTimestamp(), list); in add()
164 if (event.getTimestamp() < lowestTime) { in add()
DMidiEventThread.java39 + event.getTimestamp()); in run()
41 event.count, event.getTimestamp()); in run()
/third_party/vk-gl-cts/modules/egl/
DteglGetFrameTimestampsTests.cpp176 EGLnsecsANDROID getTimestamp(eglw::EGLint name, TimestampInfoMap& map, const std::vector<EGLnsecsAN… in getTimestamp() function
184 …frameTimes->requestedPresent = getTimestamp(EGL_REQUESTED_PRESENT_TIME_ANDROID, map, supportedVa… in populateFrameTimes()
185 …frameTimes->renderingComplete = getTimestamp(EGL_RENDERING_COMPLETE_TIME_ANDROID, map, supported… in populateFrameTimes()
186 frameTimes->latch = getTimestamp(EGL_COMPOSITION_LATCH_TIME_ANDROID, map, supportedValues); in populateFrameTimes()
187 …frameTimes->firstCompositionStart = getTimestamp(EGL_FIRST_COMPOSITION_START_TIME_ANDROID, map, s… in populateFrameTimes()
188 …frameTimes->lastCompositionStart = getTimestamp(EGL_LAST_COMPOSITION_START_TIME_ANDROID, map, sup… in populateFrameTimes()
189 …frameTimes->firstCompositionGpuFinished = getTimestamp(EGL_FIRST_COMPOSITION_GPU_FINISHED_TIME_AND… in populateFrameTimes()
190 …frameTimes->displayPresent = getTimestamp(EGL_DISPLAY_PRESENT_TIME_ANDROID, map, supportedValue… in populateFrameTimes()
191 frameTimes->dequeueReady = getTimestamp(EGL_DEQUEUE_READY_TIME_ANDROID, map, supportedValues); in populateFrameTimes()
192 frameTimes->readsDone = getTimestamp(EGL_READS_DONE_TIME_ANDROID, map, supportedValues); in populateFrameTimes()
/third_party/skia/third_party/externals/oboe/docs/notes/
Drlsbuffer.md20 * AND you call stream->getFramesRead() or stream->getTimestamp(...) from inside
28 1. Do not call stream->getFramesRead() or stream->getTimestamp() from inside the callback of an OUT…
38 …r Oboe calls getFramesRead() or getTimestamp(), which calls down to AudioTrack::getPosition() or A…
/third_party/skia/third_party/externals/oboe/docs/
DChangeLog.md12 - [Add `AudioStream::getTimestamp(clockid_t)`](https://github.com/google/oboe/pull/213/commits/ab69…
13 - Deprecate `AudioStream::getTimestamp(clockid_t, int64_t, int64_t)`. Same commit as above.
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/
DHelloOboeEngine.cpp49 auto result = mStream->getTimestamp(CLOCK_MONOTONIC); in getCurrentOutputLatencyMillis()
144 mIsLatencyDetectionSupported = (mStream->getTimestamp((CLOCK_MONOTONIC)) != in start()
/third_party/skia/third_party/externals/icu/source/common/
Dservls.cpp164 , _timestamp(service->getTimestamp()) in ServiceEnumeration()
216 if (_timestamp == _service->getTimestamp()) { in upToDate()
240 _timestamp = _service->getTimestamp(); in reset()
/third_party/icu/icu4c/source/common/
Dservls.cpp164 , _timestamp(service->getTimestamp()) in ServiceEnumeration()
217 if (_timestamp == _service->getTimestamp()) { in upToDate()
241 _timestamp = _service->getTimestamp(); in reset()
/third_party/node/deps/icu-small/source/common/
Dservls.cpp164 , _timestamp(service->getTimestamp()) in ServiceEnumeration()
217 if (_timestamp == _service->getTimestamp()) { in upToDate()
241 _timestamp = _service->getTimestamp(); in reset()
/third_party/skia/third_party/externals/oboe/include/oboe/
DAudioStream.h287 virtual Result getTimestamp(clockid_t /* clockId */, in getTimestamp() function
308 virtual ResultWithValue<FrameTimestamp> getTimestamp(clockid_t /* clockId */);
/third_party/skia/third_party/externals/oboe/src/common/
DFilterAudioStream.h167 Result getTimestamp(clockid_t clockId, in getTimestamp() function
171 Result result = mChildStream->getTimestamp(clockId, &childPosition, timeNanoseconds); in getTimestamp()
DAudioStream.cpp189 ResultWithValue<FrameTimestamp> AudioStream::getTimestamp(clockid_t clockId) { in getTimestamp() function in oboe::AudioStream
191 Result result = getTimestamp(clockId, &frame.position, &frame.timestamp); in getTimestamp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
Dwpamsg.h25 QDateTime getTimestamp() const { return timestamp; } in getTimestamp() function
Deventhistory.cpp119 elm->addEvent(msg.getTimestamp().toString("yyyy-MM-dd hh:mm:ss.zzz"), in addEvent()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
Dwpamsg.h25 QDateTime getTimestamp() const { return timestamp; } in getTimestamp() function
Deventhistory.cpp119 elm->addEvent(msg.getTimestamp().toString("yyyy-MM-dd hh:mm:ss.zzz"), in addEvent()
/third_party/protobuf/php/src/Google/Protobuf/
DTimestamp.php185 $this->seconds = $datetime->getTimestamp();
/third_party/skia/third_party/externals/oboe/tests/
DtestStreamClosedMethods.cpp267 auto r = mStream->getTimestamp(CLOCK_MONOTONIC, &framePosition, &presentationTime); in TEST_F()
273 …ASSERT_EQ(mStream->getTimestamp(CLOCK_MONOTONIC, &framePosition, &presentationTime), Result::Error… in TEST_F()
/third_party/skia/third_party/externals/oboe/src/aaudio/
DAudioStreamAAudio.h80 Result getTimestamp(clockid_t clockId,
DAudioStreamAAudio.cpp596 Result AudioStreamAAudio::getTimestamp(clockid_t clockId, in getTimestamp() function in oboe::AudioStreamAAudio
620 auto result = getTimestamp(CLOCK_MONOTONIC, in calculateLatencyMillis()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DRendererD3D.cpp116 GLint64 RendererD3D::getTimestamp() in getTimestamp() function in rx::RendererD3D
/third_party/gstreamer/gstplugins_bad/ext/openni2/
Dgstopenni2src.cpp681 oni_ts = src->colorFrame->getTimestamp () * 1000; in openni2_read_gstbuffer()
707 oni_ts = src->depthFrame->getTimestamp () * 1000; in openni2_read_gstbuffer()
733 oni_ts = src->colorFrame->getTimestamp () * 1000; in openni2_read_gstbuffer()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DRendererGL.h101 GLint64 getTimestamp();
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DContext9.cpp438 GLint64 Context9::getTimestamp() in getTimestamp() function in rx::Context9
440 return mRenderer->getTimestamp(); in getTimestamp()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/
DSynthEngine.java194 mFramer.send(event.data, 0, event.count, event.getTimestamp()); in processMidiEvents()

12