Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp154 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()
[all …]
DPipelineWatcher.h47 PipelineWatcher &inputDelay(uint32_t value);
DC2OMXNode.cpp248 C2PortActualDelayTuning::input inputDelay(0); in getParameter() local
253 {&inputDelay, &pipelineDelay}, {}, C2_DONT_BLOCK, nullptr); in getParameter()
257 pDef->nBufferCountActual += (inputDelay ? inputDelay.value : 0u); in getParameter()
DPipelineWatcher.cpp28 PipelineWatcher &PipelineWatcher::inputDelay(uint32_t value) { in inputDelay() function in android::PipelineWatcher
DCCodecBufferChannel.h274 uint32_t inputDelay; member