Searched refs:hasOverrun (Results 1 – 2 of 2) sorted by relevance
6750 bool hasOverrun; in threadLoop() local6752 activeTrack->mResamplerBufferProvider->sync(&framesIn, &hasOverrun); in threadLoop()6753 if (hasOverrun) { in threadLoop()7383 size_t *framesAvailable, bool *hasOverrun) in sync() argument7409 if (hasOverrun != NULL) { in sync()7410 *hasOverrun = overrun; in sync()
1355 virtual void sync(size_t *framesAvailable = NULL, bool *hasOverrun = NULL);