Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Ddecoder.cpp295 … int32_t pictInfoListCount = fullReset ? 16 : (pPictReoderingStatus->iLargestBufferedPicIndex + 1); in ResetReorderingPictureBuffers() local
302 for (int32_t i = 0; i < pictInfoListCount; ++i) { in ResetReorderingPictureBuffers()