Searched refs:nextFrameToGlitch (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libaaudio/tests/
H A Dtest_timestamps.cpp51 int64_t nextFrameToGlitch = FORCED_UNDERRUN_PERIOD_FRAMES; member in struct:TimestampCallbackData_s
77 if (timestampData->framesTotal > timestampData->nextFrameToGlitch) {
80 timestampData->nextFrameToGlitch += FORCED_UNDERRUN_PERIOD_FRAMES;
/frameworks/av/media/libaaudio/examples/utils/
H A DAAudioSimplePlayer.h252 int64_t nextFrameToGlitch = FORCED_UNDERRUN_PERIOD_FRAMES; member in struct:SineThreadedData_s
315 if (sineData->framesTotal > sineData->nextFrameToGlitch) {
318 sineData->nextFrameToGlitch += FORCED_UNDERRUN_PERIOD_FRAMES;

Completed in 173 milliseconds