Home
last modified time | relevance | path

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

/third_party/openh264/test/decoder/
DDecUT_ParseSyntax.cpp400 ASSERT_TRUE (m_pCtx->sSpsPpsCtx.sPpsBuffer[0].bPicScalingMatrixPresentFlag == false); in TestScalingList()
401 …EXPECT_EQ (0, memcmp (iScalingListZero, m_pCtx->sSpsPpsCtx.sPpsBuffer[0].iScalingList4x4, 6 * 16 *… in TestScalingList()
412 ASSERT_TRUE (m_pCtx->sSpsPpsCtx.sPpsBuffer[0].bPicScalingMatrixPresentFlag == true); in TestScalingList()
414 …EXPECT_EQ (0, memcmp (iScalingListPPS[i], m_pCtx->sSpsPpsCtx.sPpsBuffer[0].iScalingList4x4[i], 16 … in TestScalingList()
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h240 SPps sPpsBuffer[MAX_PPS_COUNT + 1]; member
/third_party/openh264/codec/decoder/core/src/
Dau_parser.cpp625 iErr = ParsePps (pCtx, &pCtx->sSpsPpsCtx.sPpsBuffer[0], pBs, pSrcNal, kSrcNalLen); in ParseNonVclNal()
1446 memcpy (&pCtx->sSpsPpsCtx.sPpsBuffer[MAX_PPS_COUNT], pPps, sizeof (SPps)); in ParsePps()
1454 memcpy (&pCtx->sSpsPpsCtx.sPpsBuffer[uiPpsId], pPps, sizeof (SPps)); in ParsePps()
Ddecoder_core.cpp969 pPps = &pCtx->sSpsPpsCtx.sPpsBuffer[iPpsId]; in ParseSliceHeaderSyntaxs()
1408 …pSps = &pCtx->sSpsPpsCtx.sSpsBuffer[pCtx->sSpsPpsCtx.sPpsBuffer[pShExtD->sSliceHeader.iPp… in PrefetchNalHeaderExtSyntax()
2218 memcpy (&pCtx->sSpsPpsCtx.sPpsBuffer[pCtx->sSpsPpsCtx.sPpsBuffer[MAX_PPS_COUNT].iPpsId], in WriteBackActiveParameters()
2219 &pCtx->sSpsPpsCtx.sPpsBuffer[MAX_PPS_COUNT], sizeof (SPps)); in WriteBackActiveParameters()