Home
last modified time | relevance | path

Searched refs:getFramesRead (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DOboeAudioStream.java216 public long getFramesRead() { in getFramesRead() method in OboeAudioStream
217 return getFramesRead(streamIndex); in getFramesRead()
219 public native long getFramesRead(int streamIndex); in getFramesRead() method in OboeAudioStream
DAudioStreamBase.java35 status.framesRead = getFramesRead(); in getStreamStatus()
159 public long getFramesRead() { return -1; } in getFramesRead() method in AudioStreamBase
/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 1. the app or Oboe calls getFramesRead() or getTimestamp(), which calls down to AudioTrack::getPosi…
/third_party/skia/third_party/externals/oboe/src/common/
DAudioStream.cpp145 int64_t AudioStream::getFramesRead() { in getFramesRead() function in oboe::AudioStream
156 int64_t readCounter = getFramesRead(); in getAvailableFrames()
DFilterAudioStream.h142 mFramesRead = static_cast<int64_t>(mChildStream->getFramesRead() * mRateScaler); in updateFramesRead()
DUtilities.cpp195 <<"FramesRead: "<<stream->getFramesRead()<<std::endl in convertToText()
/third_party/skia/third_party/externals/oboe/tests/
DtestStreamClosedMethods.cpp252 auto f = mStream->getFramesRead(); in TEST_F()
256 ASSERT_EQ(mStream->getFramesRead(), f); in TEST_F()
/third_party/skia/third_party/externals/oboe/include/oboe/
DAudioStream.h241 virtual int64_t getFramesRead();
/third_party/skia/third_party/externals/oboe/src/aaudio/
DAudioStreamAAudio.cpp629 int64_t appFrameIndex = isOutput ? getFramesWritten() : getFramesRead(); in calculateLatencyMillis()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
Djni-bridge.cpp355 result = oboeStream->getFramesRead(); in Java_com_google_sample_oboe_manualtest_OboeAudioStream_getFramesRead()
/third_party/skia/third_party/externals/oboe/docs/
DFullGuide.md512 * `getFramesRead()`