Home
last modified time | relevance | path

Searched refs:collectBufferPeriod (Results 1 – 5 of 5) sorted by relevance

/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DLoopbackAudioThread.java180 mPlayerBufferPeriod.collectBufferPeriod(); in run()
189 mPlayerBufferPeriod.collectBufferPeriod(); in run()
DRecorderRunnable.java345 mRecorderBufferPeriodInRecorder.collectBufferPeriod(); in run()
408 mRecorderBufferPeriodInRecorder.collectBufferPeriod(); in run()
DBufferPeriod.java61 public void collectBufferPeriod() { in collectBufferPeriod() method in BufferPeriod
/external/drrickorang/LoopbackApp/app/src/main/jni/
Dsles.h163 void collectBufferPeriod(bufferStats *stats, bufferStats *fdpStats, callbackTimeStamps *timeStamps,
Dsles.cpp89collectBufferPeriod(&pSles->recorderBufferStats, NULL /*fdpStats*/, &pSles->recorderTimeStamps, in recorderCallback()
223 collectBufferPeriod(&pSles->playerBufferStats, &pSles->recorderBufferStats /*fdpStats*/, in playerCallback()
359 void collectBufferPeriod(bufferStats *stats, bufferStats *fdpStats, callbackTimeStamps *timeStamps, in collectBufferPeriod() function