Searched refs:mGivenHeight (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/libvideoeditor/vss/stagefrightshells/inc/
H A DVideoEditorVideoDecoder_internal.h113 M4OSA_Int32 mGivenWidth, mGivenHeight; //Used in case of member in struct:android::__anon318
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.h190 int32_t mGivenWidth, mGivenHeight; member in struct:android::PreviewPlayer
H A DPreviewPlayer.cpp1678 mGivenHeight = vHeight;
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp813 pDecShellContext->mGivenHeight = vHeight;
1499 pDecShellContext->mGivenHeight, // decoderHeight
1513 ( height == pDecShellContext->mGivenHeight ))
1519 offsetSrc += pDecShellContext->mGivenWidth * pDecShellContext->mGivenHeight;
1523 offsetSrc += (pDecShellContext->mGivenWidth >> 1) * (pDecShellContext->mGivenHeight >> 1);
1540 pTmpBuff += (pDecShellContext->mGivenWidth * ( pDecShellContext->mGivenHeight - height));
1548 pTmpBuff += ((pDecShellContext->mGivenWidth * (pDecShellContext->mGivenHeight - height)) / 4);

Completed in 131 milliseconds