Searched refs:newBitStreamBase (Results 1 – 2 of 2) sorted by relevance
327 uint8_t *newBitStreamBase; in DecodeCombineBitstream() local328 … newBitStreamBase = (uint8_t *)DdiMediaUtil_LockBuffer(newBitstreamBuffer, MOS_LOCKFLAG_WRITEONLY); in DecodeCombineBitstream()330 if (newBitStreamBase == nullptr) in DecodeCombineBitstream()346 MOS_SecureMemcpy(newBitStreamBase + bufMgr->pSliceData[slcInd].uiOffset, in DecodeCombineBitstream()357 MOS_SecureMemcpy(newBitStreamBase + bufMgr->pSliceData[slcInd].uiOffset, in DecodeCombineBitstream()380 bufMgr->pBitStreamBase[bufMgr->dwBitstreamIndex] = newBitStreamBase; in DecodeCombineBitstream()
335 uint8_t *newBitStreamBase = nullptr; in DecodeCombineBitstream() local336 …newBitStreamBase = (uint8_t *)MediaLibvaUtilNext::LockBuffer(newBitstreamBuffer, MOS_LOCKFLAG_WRIT… in DecodeCombineBitstream()338 if (newBitStreamBase == nullptr) in DecodeCombineBitstream()354 MOS_SecureMemcpy(newBitStreamBase + bufMgr->pSliceData[slcInd].uiOffset, in DecodeCombineBitstream()365 MOS_SecureMemcpy(newBitStreamBase + bufMgr->pSliceData[slcInd].uiOffset, in DecodeCombineBitstream()388 bufMgr->pBitStreamBase[bufMgr->dwBitstreamIndex] = newBitStreamBase; in DecodeCombineBitstream()