Searched refs:toCompensate (Results 1 – 2 of 2) sorted by relevance
962 int32_t toCompensate = outputDelay - mOutputDelayCompensated; in onQueueFilled() local964 if (discard > toCompensate) { in onQueueFilled()965 discard = toCompensate; in onQueueFilled()
975 int32_t toCompensate = outputDelay - mOutputDelayCompensated; in process() local977 if (discard > toCompensate) { in process()978 discard = toCompensate; in process()