Home
last modified time | relevance | path

Searched refs:iLayerIdx (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/test/encoder/
DEncUT_SliceBufferReallocate.cpp50 int32_t AllocateLayerBuffer (sWelsEncCtx* pCtx, const int32_t iLayerIdx) { in AllocateLayerBuffer() argument
51 SSpatialLayerConfig* pLayerCfg = &pCtx->pSvcParam->sSpatialLayers[iLayerIdx]; in AllocateLayerBuffer()
59 int32_t iRet = InitSliceInLayer (pCtx, pDqLayer, iLayerIdx, pCtx->pMemAlign); in AllocateLayerBuffer()
65 pCtx->ppDqLayerList[iLayerIdx] = pDqLayer; in AllocateLayerBuffer()
94 int32_t InitParamForSizeLimitSlcMode (sWelsEncCtx* pCtx, const int32_t iLayerIdx) { in InitParamForSizeLimitSlcMode() argument
95 SSpatialLayerConfig* pLayerCfg = &pCtx->pSvcParam->sSpatialLayers[iLayerIdx]; in InitParamForSizeLimitSlcMode()
108 pCtx->iSliceBufferSize[iLayerIdx] = iSliceBufferSize; in InitParamForSizeLimitSlcMode()
110 int32_t iRet = AllocateLayerBuffer (pCtx, iLayerIdx); in InitParamForSizeLimitSlcMode()
113 SetPartitonMBNum (pCtx->ppDqLayerList[iLayerIdx], pLayerCfg, pCtx->iActiveThreadsNum); in InitParamForSizeLimitSlcMode()
117 void InitParamForRasterSlcMode (sWelsEncCtx* pCtx, const int32_t iLayerIdx) { in InitParamForRasterSlcMode() argument
[all …]
DEncUT_SliceBufferReallocate.h53 int InitParamForTestCase (int32_t iLayerIdx);
54 int InitParamForSizeLimitSlcModeCase (int32_t iLayerIdx);
55 void UnInitParamForTestCase (int32_t iLayerIdx);
63 int InitLayerSliceBuffer (const int32_t iLayerIdx);
64 void UnInitLayerSliceBuffer (const int32_t iLayerIdx);