Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp998 m_sReoderingStatus.iLastGOPRemainPicts = m_sReoderingStatus.iNumOfPicts; in BufferingReadyPicture()
1016 m_sReoderingStatus.iLastGOPRemainPicts = m_sReoderingStatus.iNumOfPicts; in BufferingReadyPicture()
1051 if (m_sReoderingStatus.iLastGOPRemainPicts > 0) { in ReleaseBufferedReadyPictureReorder()
1089 --m_sReoderingStatus.iLastGOPRemainPicts; in ReleaseBufferedReadyPictureReorder()
1090 if (m_sReoderingStatus.iLastGOPRemainPicts == 0) { in ReleaseBufferedReadyPictureReorder()
1186 --m_sReoderingStatus.iLastGOPRemainPicts; in ReleaseBufferedReadyPictureNoReorder()
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h295 int32_t iLastGOPRemainPicts; member
/third_party/openh264/codec/decoder/core/src/
Ddecoder.cpp299 pPictReoderingStatus->iLastGOPRemainPicts = 0; in ResetReorderingPictureBuffers()