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

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3StreamBufferListener.h32 Rect mCrop; member in struct:android::camera3::Camera3StreamBufferListener::BufferInfo
/frameworks/native/include/gui/
H A DBufferItem.h65 // mCrop is the current crop rectangle for this buffer slot.
66 Rect mCrop; member in class:android::BufferItem
H A DLayerDebugInfo.h54 Rect mCrop = Rect::INVALID_RECT; member in class:android::LayerDebugInfo
H A DSurface.h352 // mCrop is the crop rectangle that will be used for the next buffer
354 Rect mCrop; member in class:android::Surface
/frameworks/native/libs/gui/include/gui/
H A DBufferItem.h65 // mCrop is the current crop rectangle for this buffer slot.
66 Rect mCrop; member in class:android::BufferItem
H A DLayerDebugInfo.h54 Rect mCrop = Rect::INVALID_RECT; member in class:android::LayerDebugInfo
H A DSurface.h352 // mCrop is the crop rectangle that will be used for the next buffer
354 Rect mCrop; member in class:android::Surface
/frameworks/av/services/camera/libcameraservice/gui/
H A DRingBufferConsumer.h87 // mCrop is the current crop rectangle for this buffer slot.
88 Rect mCrop; member in struct:android::RingBufferConsumer::BufferInfo
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp4738 mCrop(crop),
4751 if (mCrop.isEmpty()) {
4754 return mCrop;
4786 const Rect mCrop; member in class:android::LayerRenderArea

Completed in 437 milliseconds