Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp1057 m_sReoderingStatus.iPictInfoIndex = i; in ReleaseBufferedReadyPictureReorder()
1067 m_sReoderingStatus.iPictInfoIndex = i; in ReleaseBufferedReadyPictureReorder()
1074 m_sPictInfoList[m_sReoderingStatus.iPictInfoIndex].uiDecodingTimeStamp); in ReleaseBufferedReadyPictureReorder()
1077 …memcpy (pDstInfo, &m_sPictInfoList[m_sReoderingStatus.iPictInfoIndex].sBufferInfo, sizeof (SBuffer… in ReleaseBufferedReadyPictureReorder()
1081 m_sPictInfoList[m_sReoderingStatus.iPictInfoIndex].iPOC = IMinInt32; in ReleaseBufferedReadyPictureReorder()
1083 … PPicture pPic = pPicBuff->ppPic[m_sPictInfoList[m_sReoderingStatus.iPictInfoIndex].iPicBuffIdx]; in ReleaseBufferedReadyPictureReorder()
1086 m_sPictInfoList[m_sReoderingStatus.iPictInfoIndex].bLastGOP = false; in ReleaseBufferedReadyPictureReorder()
1101 m_sReoderingStatus.iPictInfoIndex = i; in ReleaseBufferedReadyPictureReorder()
1110 m_sReoderingStatus.iPictInfoIndex = i; in ReleaseBufferedReadyPictureReorder()
1127 m_sPictInfoList[m_sReoderingStatus.iPictInfoIndex].uiDecodingTimeStamp); in ReleaseBufferedReadyPictureReorder()
[all …]
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h292 int32_t iPictInfoIndex; member
/third_party/openh264/codec/decoder/core/src/
Ddecoder.cpp296 pPictReoderingStatus->iPictInfoIndex = 0; in ResetReorderingPictureBuffers()