Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp1532 C2PortReorderBufferDepthTuning::output reorderDepth; in start() local
1544 &reorderDepth, in start()
1751 reorderDepth.value + mRenderingDepth; in start()
1887 if (reorderDepth) { in start()
1888 output->buffers->setReorderDepth(reorderDepth.value); in start()
2296 C2PortReorderBufferDepthTuning::output reorderDepth; in handleWork() local
2297 if (reorderDepth.updateFrom(*param)) { in handleWork()
2299 mName, reorderDepth.value); in handleWork()
2300 newReorderDepth = reorderDepth.value; in handleWork()
2399 uint32_t reorderDepth = 0; in handleWork() local
[all …]