Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp977 C2PortReorderBufferDepthTuning::output reorderDepth; in start() local
989 &reorderDepth, in start()
1195 reorderDepth.value + kRenderingDepth; in start()
1330 if (reorderDepth) { in start()
1331 output->buffers->setReorderDepth(reorderDepth.value); in start()
1679 C2PortReorderBufferDepthTuning::output reorderDepth; in handleWork() local
1680 if (reorderDepth.updateFrom(*param)) { in handleWork()
1682 mName, reorderDepth.value); in handleWork()
1683 newReorderDepth = reorderDepth.value; in handleWork()
1781 uint32_t reorderDepth = 0; in handleWork() local
[all …]