Searched refs:mCrop (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3StreamBufferListener.h32 Rect mCrop; member in struct:android::camera3::Camera3StreamBufferListener::BufferInfo
/frameworks/av/services/camera/libcameraservice/gui/
H A DRingBufferConsumer.h90 // mCrop is the current crop rectangle for this buffer slot.
91 Rect mCrop; member in struct:android::RingBufferConsumer::BufferInfo
H A DRingBufferConsumer.cpp77 cur.mCrop = item.mCrop;
/frameworks/native/libs/gui/
H A DCpuConsumer.cpp112 b.mCrop,
124 b.mCrop,
157 nativeBuffer->crop = b.mCrop;
H A DIGraphicBufferConsumer.cpp52 mCrop.makeInvalid();
56 size_t c = sizeof(mCrop) +
126 FlattenableUtils::write(buffer, size, mCrop);
168 FlattenableUtils::read(buffer, size, mCrop);
H A DBufferQueue.cpp559 item.mCrop = crop;
781 i->mCrop.left, i->mCrop.top, i->mCrop.right,
782 i->mCrop.bottom, i->mTransform, i->mTimestamp,
H A DGLConsumer.cpp316 } else if (mEglSlots[slot].mCropRect != item->mCrop) {
376 mSlots[buf].mGraphicBuffer, item.mCrop);
383 mEglSlots[buf].mCropRect = item.mCrop;
419 mCurrentCrop = item.mCrop;
H A DSurface.cpp65 mCrop.clear();
282 mCrop.intersect(Rect(buffer->width, buffer->height), &crop);
521 mCrop.clear();
554 mCrop = realRect;
/frameworks/native/include/gui/
H A DIGraphicBufferConsumer.h62 // mCrop is the current crop rectangle for this buffer slot.
63 Rect mCrop; member in class:android::IGraphicBufferConsumer::BufferItem
H A DSurface.h199 // mCrop is the crop rectangle that will be used for the next buffer
201 Rect mCrop; member in class:android::Surface
/frameworks/rs/
H A DrsGrallocConsumer.cpp97 b.mCrop,
109 b.mCrop,
139 //mAlloc->crop = b.mCrop;

Completed in 1488 milliseconds