Searched refs:newInputDelay (Results 1 – 1 of 1) sorted by relevance
2287 std::optional<uint32_t> newInputDelay, newPipelineDelay, newOutputDelay, newReorderDepth; in handleWork() local2335 newInputDelay = inputDelay.value; in handleWork()2379 if (newInputDelay || newPipelineDelay) { in handleWork()2382 newInputDelay.value_or(input->inputDelay) + in handleWork()2385 input->inputDelay = newInputDelay.value_or(input->inputDelay); in handleWork()