Home
last modified time | relevance | path

Searched refs:bufferStats (Results 1 – 2 of 2) sorted by relevance

/external/drrickorang/LoopbackApp/app/src/main/cpp/
Dsles.h46 } bufferStats; typedef
90 bufferStats recorderBufferStats;
91 bufferStats playerBufferStats;
Dsles.cpp42 static void initBufferStats(bufferStats *stats);
43 static void collectBufferPeriod(bufferStats *stats, bufferStats *fdpStats,
45 static bool updateBufferStats(bufferStats *stats, int64_t diff_in_nano, int expectedBufferPeriod);
327 static void initBufferStats(bufferStats *stats) { in initBufferStats()
342 static void collectBufferPeriod(bufferStats *stats, bufferStats *fdpStats, in collectBufferPeriod()
399 static bool updateBufferStats(bufferStats *stats, int64_t diff_in_nano, int expectedBufferPeriod) { in updateBufferStats()