Searched refs:newOutputDelay (Results 1 – 1 of 1) sorted by relevance
2287 std::optional<uint32_t> newInputDelay, newPipelineDelay, newOutputDelay, newReorderDepth; in handleWork() local2346 newOutputDelay = outputDelay.value; in handleWork()2414 if (newOutputDelay) { in handleWork()2415 output->outputDelay = newOutputDelay.value(); in handleWork()2416 numOutputSlots = newOutputDelay.value() + kSmoothnessFactor; in handleWork()