Searched refs:emptyFrames (Results 1 – 1 of 1) sorted by relevance
167 int32_t emptyFrames = getBufferSizeInFrames() - static_cast<int32_t>(fullFrames); in transfer() local168 int32_t framesToWrite = std::max(0, std::min(framesLeft, emptyFrames)); in transfer()