Lines Matching refs:inputDelay
154 input->inputDelay = 0u; in CCodecBufferChannel()
979 C2PortActualDelayTuning::input inputDelay(0); in start() local
991 &inputDelay, in start()
1007 uint32_t inputDelayValue = inputDelay ? inputDelay.value : 0; in start()
1114 input->inputDelay = inputDelayValue; in start()
1391 watcher->inputDelay(inputDelayValue) in start()
1714 C2PortActualDelayTuning::input inputDelay; in handleWork() local
1715 if (inputDelay.updateFrom(*param)) { in handleWork()
1717 mName, inputDelay.value); in handleWork()
1718 newInputDelay = inputDelay.value; in handleWork()
1719 (void)mPipelineWatcher.lock()->inputDelay( in handleWork()
1720 inputDelay.value); in handleWork()
1765 newInputDelay.value_or(input->inputDelay) + in handleWork()
2023 n = input->inputDelay + input->pipelineDelay + outputDelay; in elapsed()