Home
last modified time | relevance | path

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

/third_party/openh264/test/encoder/
DEncUT_ParameterSetStrategy.cpp63 SSpatialLayerConfig* pDlayerParam; in TEST_F() local
74 pDlayerParam = & (sParam1.sSpatialLayers[iDlayerIndex]); in TEST_F()
75 …iRet = WelsInitSps (m_pSpsArrayPointer, pDlayerParam, &sParam1.sDependencyLayers[iDlayerIndex], sP… in TEST_F()
94 pDlayerParam = & (sParam2.sSpatialLayers[iDlayerIndex]); in TEST_F()
95 …iRet = WelsInitSps (m_pSpsArrayPointer, pDlayerParam, &sParam2.sDependencyLayers[iDlayerIndex], sP… in TEST_F()
191 SSpatialLayerConfig* pDlayerParam = &(sSvcCodingParam.sSpatialLayers[0]); in TEST_F() local
194 pDlayerParam, in TEST_F()
/third_party/openh264/codec/encoder/core/src/
Dparaset_strategy.cpp91 SSpatialLayerConfig* pDlayerParam = &pParam->sSpatialLayers[iDlayerIndex]; in WelsGenerateNewSps() local
94 …iRet = WelsInitSps (pSps, pDlayerParam, &pParam->sDependencyLayers[iDlayerIndex], pParam->uiIntraP… in WelsGenerateNewSps()
99 …iRet = WelsInitSubsetSps (pSubsetSps, pDlayerParam, &pParam->sDependencyLayers[iDlayerIndex], pPar… in WelsGenerateNewSps()
173 SSpatialLayerConfig* pDlayerParam = &pParam->sSpatialLayers[iDlayerIndex]; in FindExistingSps() local
178 …WelsInitSps (&sTmpSps, pDlayerParam, &pParam->sDependencyLayers[iDlayerIndex], pParam->uiIntraPeri… in FindExistingSps()
189 …WelsInitSubsetSps (&sTmpSubsetSps, pDlayerParam, &pParam->sDependencyLayers[iDlayerIndex], pParam-… in FindExistingSps()
Dwels_preprocess.cpp353 SSpatialLayerConfig* pDlayerParam = NULL; in SingleLayerPreprocess() local
363 pDlayerParam = &pSvcParam->sSpatialLayers[iDependencyId]; in SingleLayerPreprocess()
364 iTargetWidth = pDlayerParam->iVideoWidth; in SingleLayerPreprocess()
365 iTargetHeight = pDlayerParam->iVideoHeight; in SingleLayerPreprocess()
446 pDlayerParam = &pSvcParam->sSpatialLayers[iDependencyId]; in SingleLayerPreprocess()
448 iTargetWidth = pDlayerParam->iVideoWidth; in SingleLayerPreprocess()
449 iTargetHeight = pDlayerParam->iVideoHeight; in SingleLayerPreprocess()
Dencoder_ext.cpp1172 SSpatialLayerConfig* pDlayerParam = &pParam->sSpatialLayers[iDlayerIndex]; in InitDqLayers() local
1197 & (pDlayerParam->sSliceArgument), in InitDqLayers()