Searched refs:hasOverrun (Results 1 – 2 of 2) sorted by relevance
48 void sync(size_t* framesAvailable = nullptr, bool* hasOverrun = nullptr);
8699 bool hasOverrun; in threadLoop() local8701 activeTrack->resamplerBufferProvider()->sync(&framesIn, &hasOverrun); in threadLoop()8702 if (hasOverrun) { in threadLoop()9492 size_t *framesAvailable, bool *hasOverrun) in sync() argument9519 if (hasOverrun != NULL) { in sync()9520 *hasOverrun = overrun; in sync()