Lines Matching refs:inputDelay
233 input->inputDelay = 0u; in CCodecBufferChannel()
775 C2PortActualDelayTuning::input inputDelay(0); in start() local
785 &inputDelay, in start()
811 uint32_t inputDelayValue = inputDelay ? inputDelay.value : 0; in start()
890 input->inputDelay = inputDelayValue; in start()
1122 watcher->inputDelay(inputDelayValue) in start()
1396 C2PortActualDelayTuning::input inputDelay; in handleWork() local
1397 if (inputDelay.updateFrom(*param)) { in handleWork()
1399 mName, inputDelay.value); in handleWork()
1400 newInputDelay = inputDelay.value; in handleWork()
1401 (void)mPipelineWatcher.lock()->inputDelay(inputDelay.value); in handleWork()
1459 newInputDelay.value_or(input->inputDelay) + in handleWork()
1656 n = input->inputDelay + input->pipelineDelay + outputDelay; in elapsed()