Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/examples/loopback/src/
Dloopback.cpp79 int32_t hangCountdownFrames = 5 * 48000; // frames til next hang member
96 hangCountdownFrames -= numFrames; in hangIfRequested()
97 if (hangCountdownFrames <= 0) { in hangIfRequested()
105 hangCountdownFrames = (int64_t) hangPeriodMillis in hangIfRequested()