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

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3StreamBufferListener.h32 Rect mCrop; member in struct:android::camera3::Camera3StreamBufferListener::BufferInfo
/frameworks/native/libs/gui/
H A DBufferItem.cpp36 mCrop.makeInvalid();
45 bufferItem.mCrop = mCrop;
59 size_t c = sizeof(mCrop) +
129 FlattenableUtils::write(buffer, size, mCrop);
171 FlattenableUtils::read(buffer, size, mCrop);
H A DCpuConsumer.cpp133 b.mCrop,
139 b.mCrop,
159 b.mCrop,
165 b.mCrop,
199 nativeBuffer->crop = b.mCrop;
H A DBufferQueueCore.cpp91 current->mCrop.left, current->mCrop.top, current->mCrop.right,
92 current->mCrop.bottom, current->mTransform, current->mTimestamp,
H A DIGraphicBufferConsumer.cpp47 mCrop.makeInvalid();
51 size_t c = sizeof(mCrop) +
131 FlattenableUtils::write(buffer, size, mCrop);
173 FlattenableUtils::read(buffer, size, mCrop);
H A DStreamSplitter.cpp144 bufferItem.mCrop, bufferItem.mScalingMode,
H A DSurface.cpp67 mCrop.clear();
316 mCrop.intersect(Rect(buffer->width, buffer->height), &crop);
586 mCrop.clear();
621 mCrop = realRect;
H A DGLConsumer.cpp392 err = mEglSlots[buf].mEglImage->createIfNeeded(mEglDisplay, item.mCrop);
434 mCurrentCrop = item.mCrop;
H A DBufferQueueProducer.cpp605 item.mCrop = crop;
/frameworks/native/include/gui/
H A DBufferItem.h60 // mCrop is the current crop rectangle for this buffer slot.
61 Rect mCrop; member in class:android::BufferItem
H A DIGraphicBufferConsumer.h67 // mCrop is the current crop rectangle for this buffer slot.
68 Rect mCrop; member in class:android::IGraphicBufferConsumer::BufferItem
H A DSurface.h225 // mCrop is the crop rectangle that will be used for the next buffer
227 Rect mCrop; member in class:android::Surface
/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.cpp81 cur.mCrop = item.mCrop;
/frameworks/rs/
H A DrsGrallocConsumer.cpp102 b.mCrop,
114 b.mCrop,
144 //mAlloc->crop = b.mCrop;

Completed in 1518 milliseconds