Home
last modified time | relevance | path

Searched refs:FrameTimestamp (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/oboe/src/common/
DAudioStream.cpp189 ResultWithValue<FrameTimestamp> AudioStream::getTimestamp(clockid_t clockId) { in getTimestamp()
190 FrameTimestamp frame; in getTimestamp()
193 return ResultWithValue<FrameTimestamp>(frame); in getTimestamp()
195 return ResultWithValue<FrameTimestamp>(static_cast<Result>(result)); in getTimestamp()
/third_party/skia/third_party/externals/oboe/include/oboe/
DDefinitions.h493 struct FrameTimestamp { struct
DAudioStream.h308 virtual ResultWithValue<FrameTimestamp> getTimestamp(clockid_t /* clockId */);
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/
DHelloOboeEngine.cpp53 oboe::FrameTimestamp playedFrame = result.value(); in getCurrentOutputLatencyMillis()