Searched refs:toCompensate (Results 1 – 1 of 1) sorted by relevance
690 int32_t toCompensate = outputDelay - mOutputDelayCompensated; in process() local692 if (discard > toCompensate) { in process()693 discard = toCompensate; in process()