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

12

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3StreamBufferListener.h32 Rect mCrop; member in struct:android::camera3::Camera3StreamBufferListener::BufferInfo
H A DCamera3StreamSplitter.cpp330 bufferItem.mDataSpace, bufferItem.mCrop,
/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
H A DRingBufferConsumer.cpp81 cur.mCrop = item.mCrop;
/frameworks/native/libs/gui/
H A DBufferItem.cpp44 mCrop(Rect::INVALID_RECT),
72 addAligned(size, mCrop);
166 writeAligned(buffer, size, mCrop);
235 readAligned(buffer, size, mCrop);
H A DCpuConsumer.cpp98 item.mCrop, &ycbcr, fenceFd);
122 item.mCrop, &bufferPointer, fenceFd);
141 outBuffer->crop = item.mCrop;
H A DLayerDebugInfo.cpp44 RETURN_ON_ERROR(parcel->write(mCrop));
83 RETURN_ON_ERROR(parcel->read(mCrop));
125 to_string(info.mCrop).c_str(), to_string(info.mFinalCrop).c_str());
H A DBufferQueueCore.cpp131 outResult->appendFormat("crop=[%d,%d,%d,%d] ", current->mCrop.left, current->mCrop.top,
132 current->mCrop.right, current->mCrop.bottom);
H A DStreamSplitter.cpp147 bufferItem.mDataSpace, bufferItem.mCrop,
H A DSurface.cpp52 mCrop(Rect::EMPTY_RECT),
665 mCrop.intersect(Rect(buffer->width, buffer->height), &crop);
1250 mCrop.clear();
1358 mCrop = realRect;
H A DGLConsumer.cpp409 err = mEglSlots[slot].mEglImage->createIfNeeded(mEglDisplay, item.mCrop);
467 mCurrentCrop = item.mCrop;
H A DBufferQueueConsumer.cpp214 outBuffer->mCrop = mCore->mSharedBufferCache.crop;
/frameworks/av/media/ndk/
H A DNdkImageReader.cpp411 Point lt = buffer->mCrop.leftTop();
529 if (!buffer->mCrop.isEmpty()) {
530 return buffer->mCrop.getWidth();
540 if (!buffer->mCrop.isEmpty()) {
541 return buffer->mCrop.getHeight();
/frameworks/base/media/jni/
H A Dandroid_media_Utils.cpp915 status_t res = lockImageFromBuffer(bufferItem->mGraphicBuffer, inUsage, bufferItem->mCrop,
922 outputImage->crop = bufferItem->mCrop;
935 if (!buffer->mCrop.isEmpty()) {
936 return buffer->mCrop.getWidth();
946 if (!buffer->mCrop.isEmpty()) {
947 return buffer->mCrop.getHeight();
H A Dandroid_media_ImageReader.cpp558 Point lt = buffer->mCrop.leftTop();
703 image->crop = buffer->mCrop;
/frameworks/native/libs/vr/libbufferhubqueue/tests/
H A Dbuffer_hub_queue_producer-test.cpp38 mTimestamp, mIsAutoTimestamp, mDataSpace, mCrop, mScalingMode,
58 this->mCrop = crop;
81 Rect mCrop{Rect(kDefaultWidth, kDefaultHeight)};
/frameworks/av/media/libstagefright/
H A DMediaSync.cpp664 bufferItem.mCrop,
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DZslProcessor.cpp632 item.mIsAutoTimestamp, item.mDataSpace, item.mCrop,
/frameworks/native/services/surfaceflinger/
H A DBufferLayerConsumer.cpp340 mCurrentCrop = item.mCrop;

Completed in 445 milliseconds

12