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

/frameworks/av/libvideoeditor/vss/stagefrightshells/inc/
H A DVideoEditorVideoDecoder_internal.h115 ARect mCropRect; // These are obtained from kKeyCropRect. member in struct:android::__anon313
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.h189 ARect mCropRect; member in struct:android::PreviewPlayer
H A DPreviewPlayer.cpp1693 mCropRect.left = cropLeft;
1694 mCropRect.right = cropRight;
1695 mCropRect.top = cropTop;
1696 mCropRect.bottom = cropBottom;
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp828 pDecShellContext->mCropRect.left = cropLeft;
829 pDecShellContext->mCropRect.right = cropRight;
830 pDecShellContext->mCropRect.top = cropTop;
831 pDecShellContext->mCropRect.bottom = cropBottom;
1500 pDecShellContext->mCropRect, // decoderRect

Completed in 68 milliseconds