Lines Matching refs:inputDelay
194 input->inputDelay = 0u; in CCodecBufferChannel()
1534 C2PortActualDelayTuning::input inputDelay(0); in start() local
1546 &inputDelay, in start()
1562 uint32_t inputDelayValue = inputDelay ? inputDelay.value : 0; in start()
1669 input->inputDelay = inputDelayValue; in start()
1960 watcher->inputDelay(inputDelayValue) in start()
2331 C2PortActualDelayTuning::input inputDelay; in handleWork() local
2332 if (inputDelay.updateFrom(*param)) { in handleWork()
2334 mName, inputDelay.value); in handleWork()
2335 newInputDelay = inputDelay.value; in handleWork()
2336 (void)mPipelineWatcher.lock()->inputDelay( in handleWork()
2337 inputDelay.value); in handleWork()
2382 newInputDelay.value_or(input->inputDelay) + in handleWork()
2385 input->inputDelay = newInputDelay.value_or(input->inputDelay); in handleWork()
2723 n = input->inputDelay + input->pipelineDelay + outputDelay; in elapsed()