Searched refs:newOutputDelay (Results 1 – 1 of 1) sorted by relevance
1688 std::optional<uint32_t> newInputDelay, newPipelineDelay, newOutputDelay, newReorderDepth; in handleWork() local1747 newOutputDelay = outputDelay.value; in handleWork()1814 if (newOutputDelay) { in handleWork()1815 output->outputDelay = newOutputDelay.value(); in handleWork()1816 numOutputSlots = newOutputDelay.value() + kSmoothnessFactor; in handleWork()