Searched refs:mCrop (Results 1 - 18 of 18) 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 DCpuConsumer.cpp124 b.mCrop,
130 b.mCrop,
150 b.mCrop,
156 b.mCrop,
190 nativeBuffer->crop = b.mCrop;
H A DBufferItem.cpp29 mCrop(Rect::INVALID_RECT),
56 addAligned(size, mCrop);
141 writeAligned(buffer, size, mCrop);
197 readAligned(buffer, size, mCrop);
H A DBufferQueueCore.cpp123 current->mCrop.left, current->mCrop.top, current->mCrop.right,
124 current->mCrop.bottom, current->mTransform, current->mTimestamp,
H A DStreamSplitter.cpp145 bufferItem.mDataSpace, bufferItem.mCrop,
H A DSurface.cpp46 mCrop(Rect::EMPTY_RECT),
432 mCrop.intersect(Rect(buffer->width, buffer->height), &crop);
860 mCrop.clear();
957 mCrop = realRect;
H A DGLConsumer.cpp428 err = mEglSlots[slot].mEglImage->createIfNeeded(mEglDisplay, item.mCrop);
486 mCurrentCrop = item.mCrop;
H A DBufferQueueConsumer.cpp208 outBuffer->mCrop = mCore->mSharedBufferCache.crop;
H A DBufferQueueProducer.cpp831 item.mCrop = crop;
948 mLastQueuedCrop = item.mCrop;
/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 DSurface.h289 // mCrop is the crop rectangle that will be used for the next buffer
291 Rect mCrop; member in class:android::Surface
/frameworks/av/services/camera/libcameraservice/gui/
H A DRingBufferConsumer.h89 // mCrop is the current crop rectangle for this buffer slot.
90 Rect mCrop; member in struct:android::RingBufferConsumer::BufferInfo
H A DRingBufferConsumer.cpp81 cur.mCrop = item.mCrop;
/frameworks/rs/
H A DrsGrallocConsumer.cpp118 b.mCrop,
130 b.mCrop,
160 //mAlloc->crop = b.mCrop;
/frameworks/base/media/jni/
H A Dandroid_media_Utils.cpp914 status_t res = lockImageFromBuffer(bufferItem->mGraphicBuffer, inUsage, bufferItem->mCrop,
921 outputImage->crop = bufferItem->mCrop;
934 if (!buffer->mCrop.isEmpty()) {
935 return buffer->mCrop.getWidth();
945 if (!buffer->mCrop.isEmpty()) {
946 return buffer->mCrop.getHeight();
H A Dandroid_media_ImageReader.cpp523 Point lt = buffer->mCrop.leftTop();
664 image->crop = buffer->mCrop;
/frameworks/av/media/libstagefright/
H A DMediaSync.cpp677 bufferItem.mCrop,
/frameworks/native/libs/gui/tests/
H A DBufferQueue_test.cpp87 ASSERT_EQ(crop, item.mCrop);
656 ASSERT_EQ(Rect(0, 0, 1, 1), item.mCrop);

Completed in 496 milliseconds