Home
last modified time | relevance | path

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

/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
DVideoEditorVideoDecoder.cpp1516 int32_t offsetSrc = 0; in copyBufferToQueue() local
1525 offsetSrc += pDecShellContext->mGivenWidth * pDecShellContext->mGivenHeight; in copyBufferToQueue()
1527 (void *)(pTmpBuff + offsetSrc), uvPlaneSize); in copyBufferToQueue()
1529offsetSrc += (pDecShellContext->mGivenWidth >> 1) * (pDecShellContext->mGivenHeight >> 1); in copyBufferToQueue()
1531 (void *)(pTmpBuff + offsetSrc), uvPlaneSize); in copyBufferToQueue()