Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp1002 m_sPictInfoList[i].bLastGOP = true; in BufferingReadyPicture()
1019 m_sPictInfoList[i].bLastGOP = true; in BufferingReadyPicture()
1033 m_sPictInfoList[i].bLastGOP = false; in BufferingReadyPicture()
1055 …tatus.iMinPOC == IMinInt32 && m_sPictInfoList[i].iPOC > IMinInt32 && m_sPictInfoList[i].bLastGOP) { in ReleaseBufferedReadyPictureReorder()
1065 && m_sPictInfoList[i].bLastGOP) { in ReleaseBufferedReadyPictureReorder()
1086 m_sPictInfoList[m_sReoderingStatus.iPictInfoIndex].bLastGOP = false; in ReleaseBufferedReadyPictureReorder()
1139 m_sPictInfoList[m_sReoderingStatus.iPictInfoIndex].bLastGOP = false; in ReleaseBufferedReadyPictureReorder()
1185 if (m_sPictInfoList[m_sReoderingStatus.iPictInfoIndex].bLastGOP) { in ReleaseBufferedReadyPictureNoReorder()
1187 m_sPictInfoList[m_sReoderingStatus.iPictInfoIndex].bLastGOP = false; in ReleaseBufferedReadyPictureNoReorder()
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h288 bool bLastGOP; member
/third_party/openh264/codec/decoder/core/src/
Ddecoder.cpp303 pPictInfo[i].bLastGOP = false; in ResetReorderingPictureBuffers()