Home
last modified time | relevance | path

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

/third_party/openh264/test/encoder/
DEncUT_SliceBufferReallocate.cpp516 int32_t iReallocateThrdIdx = rand() % pCtx->iActiveThreadsNum; in TEST_F() local
517 iSlcBuffNumInThrd = pCtx->pCurDqLayer->sSliceBufferInfo[iReallocateThrdIdx].iMaxSliceNum; in TEST_F()
518 pSlcListInThrd = pCtx->pCurDqLayer->sSliceBufferInfo[iReallocateThrdIdx].pSliceBuffer; in TEST_F()
524 pCtx->pCurDqLayer->sSliceBufferInfo[iReallocateThrdIdx].pSliceBuffer = pSlcListInThrd; in TEST_F()
525 pCtx->pCurDqLayer->sSliceBufferInfo[iReallocateThrdIdx].iMaxSliceNum = iSlcBuffNumInThrd * 2; in TEST_F()
614 int32_t iReallocateThrdIdx = rand() % pCtx->iActiveThreadsNum; in TEST_F() local
615 int32_t iSlcBuffNumInThrd = pCtx->pCurDqLayer->sSliceBufferInfo[iReallocateThrdIdx].iMaxSliceNum; in TEST_F()
616 …int32_t iCodedSlcNumInThrd = pCtx->pCurDqLayer->sSliceBufferInfo[iReallocateThrdIdx].iCodedSliceNu… in TEST_F()
617 SSlice* pSlcListInThrd = pCtx->pCurDqLayer->sSliceBufferInfo[iReallocateThrdIdx].pSliceBuffer; in TEST_F()
629 pCtx->pCurDqLayer->sSliceBufferInfo[iReallocateThrdIdx].pSliceBuffer = pSlcListInThrd; in TEST_F()
[all …]