Home
last modified time | relevance | path

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

/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DOboeAudioStream.java219 public long getFramesRead() { in getFramesRead() method in OboeAudioStream
220 return getFramesRead(streamIndex); in getFramesRead()
222 public native long getFramesRead(int streamIndex); in getFramesRead() method in OboeAudioStream
DAudioStreamBase.java36 status.framesRead = getFramesRead(); in getStreamStatus()
188 public long getFramesRead() { return -1; } in getFramesRead() method in AudioStreamBase
/external/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…
/external/oboe/src/common/
DAudioStream.cpp145 int64_t AudioStream::getFramesRead() { in getFramesRead() function in oboe::AudioStream
156 int64_t readCounter = getFramesRead(); in getAvailableFrames()
DFilterAudioStream.h146 mFramesRead = static_cast<int64_t>(mChildStream->getFramesRead() * mRateScaler); in updateFramesRead()
DUtilities.cpp195 <<"FramesRead: "<<stream->getFramesRead()<<std::endl in convertToText()
/external/oboe/include/oboe/
DAudioStream.h241 virtual int64_t getFramesRead();
/external/oboe/apps/OboeTester/app/src/main/cpp/
DNativeAudioContext.h200 int64_t framesRead = oboeStream->getFramesRead(); in getColdStartInputMillis()
Djni-bridge.cpp355 result = oboeStream->getFramesRead(); in Java_com_google_sample_oboe_manualtest_OboeAudioStream_getFramesRead()
/external/oboe/src/aaudio/
DAudioStreamAAudio.cpp654 int64_t appFrameIndex = isOutput ? getFramesWritten() : getFramesRead(); in calculateLatencyMillis()
/external/oboe/docs/
DFullGuide.md519 * `getFramesRead()`