Searched defs:offsetSrc (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp1510 int32_t offsetSrc = 0; local
1519 offsetSrc += pDecShellContext->mGivenWidth * pDecShellContext->mGivenHeight;
1521 (void *)(pTmpBuff + offsetSrc), uvPlaneSize);
1523 offsetSrc += (pDecShellContext->mGivenWidth >> 1) * (pDecShellContext->mGivenHeight >> 1);
1525 (void *)(pTmpBuff + offsetSrc), uvPlaneSize);

Completed in 175 milliseconds