Home
last modified time | relevance | path

Searched refs:inputDelay (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/codec2/sfplugin/
DPipelineWatcher.h48 PipelineWatcher &inputDelay(uint32_t value);
DC2NodeImpl.cpp232 C2PortActualDelayTuning::input inputDelay(0); in getInputBufferParams() local
237 {&inputDelay, &pipelineDelay}, {}, C2_DONT_BLOCK, nullptr); in getInputBufferParams()
241 params->bufferCountActual += (inputDelay ? inputDelay.value : 0u); in getInputBufferParams()
DCCodecBufferChannel.cpp194 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()
[all …]
DPipelineWatcher.cpp28 PipelineWatcher &PipelineWatcher::inputDelay(uint32_t value) { in inputDelay() function in android::PipelineWatcher
DCCodecBufferChannel.h347 uint32_t inputDelay; member