Home
last modified time | relevance | path

Searched refs:Rect (Results 1 – 25 of 92) sorted by relevance

1234

/hardware/google/camera/common/hal/hwl_interface/
Dmulticam_roi_translator.h30 Rect active_array_size;
38 virtual void TranslateRect(const Rect& src_rect, Rect* dst_rect,
Dmulticam_coordinator_hwl.h38 const Rect* logical_crop; // logical user crop
39 Rect* crop; // physical crop
/hardware/google/gchips/gralloc3/src/
DGrallocMapper.h61 const IMapper::Rect& accessRegion,
70 const IMapper::Rect& accessRegion,
105 const IMapper::Rect& accessRegion, int fenceFd,
110 const IMapper::Rect& accessRegion, int fenceFd,
/hardware/qcom/display/msm8226/libqdutils/
Dcb_utils.cpp49 Rect fbFrameRect(fbFrame.left,fbFrame.top,fbFrame.right,fbFrame.bottom); in getuiClearRegion()
60 Rect tmpRect(displayFrame.left,displayFrame.top, in getuiClearRegion()
72 Rect tmpRect(displayFrame.left,displayFrame.top,displayFrame.right, in getuiClearRegion()
85 const Rect& r = *it++; in getuiClearRegion()
/hardware/qcom/display/msm8084/libqdutils/
Dcb_utils.cpp49 Rect fbFrameRect(fbFrame.left,fbFrame.top,fbFrame.right,fbFrame.bottom); in getuiClearRegion()
60 Rect tmpRect(displayFrame.left,displayFrame.top, in getuiClearRegion()
72 Rect tmpRect(displayFrame.left,displayFrame.top,displayFrame.right, in getuiClearRegion()
85 const Rect& r = *it++; in getuiClearRegion()
/hardware/qcom/display/msm8994/libqdutils/
Dcb_utils.cpp49 Rect fbFrameRect(fbFrame.left,fbFrame.top,fbFrame.right,fbFrame.bottom); in getuiClearRegion()
61 Rect tmpRect(displayFrame.left,displayFrame.top, in getuiClearRegion()
74 Rect tmpRect(displayFrame.left,displayFrame.top,displayFrame.right, in getuiClearRegion()
87 const Rect& r = *it++; in getuiClearRegion()
/hardware/google/gchips/libvendorgraphicbuffer/gralloc3/
Dvendor_graphicbuffer_mapper.cpp23 status_t VendorGraphicBufferMapper::lock64(buffer_handle_t handle, uint64_t usage, const Rect& boun… in lock64()
31 uint64_t usage, const Rect& bounds, android_ycbcr *ycbcr) in lockYCbCr64()
/hardware/interfaces/camera/common/1.0/default/include/
DHandleImporter.h53 void* lock(buffer_handle_t& buf, uint64_t cpuUsage, const IMapper::Rect& accessRegion);
57 const IMapper::Rect& accessRegion);
72 const IMapper::Rect& accessRegion);
/hardware/google/gchips/gralloc4/src/hidl_common/
DSharedMetadata.h42 using aidl::android::hardware::graphics::common::Rect;
53 void get_crop_rect(const private_handle_t *hnd, std::optional<Rect> *crop);
54 android::status_t set_crop_rect(const private_handle_t *hnd, const Rect &crop_rectangle);
DSharedMetadata_struct.h33 using aidl::android::hardware::graphics::common::Rect;
105 aligned_optional<Rect> crop {};
/hardware/interfaces/camera/common/1.0/default/
DHandleImporter.cpp102 uint64_t cpuUsage, const IMapper::Rect& accessRegion) { in lockYCbCrInternal()
107 typename M::Rect accessRegionCopy = {accessRegion.left, accessRegion.top, in lockYCbCrInternal()
147 const IMapper::Rect& accessRegion) { in lockYCbCrInternal()
153 typename IMapperV4::Rect accessRegionV4 = {accessRegion.left, accessRegion.top, in lockYCbCrInternal()
319 IMapper::Rect accessRegion{0, 0, static_cast<int>(size), 1}; in lock()
324 const IMapper::Rect& accessRegion) { in lock()
341 IMapperV4::Rect accessRegionV4{accessRegion.left, accessRegion.top, accessRegion.width, in lock()
353 IMapperV3::Rect accessRegionV3{accessRegion.left, accessRegion.top, accessRegion.width, in lock()
385 const IMapper::Rect& accessRegion) { in lockYCbCr()
/hardware/interfaces/graphics/composer/2.1/vts/functional/
DVtsHalGraphicsComposerV2_1TargetTest.cpp710 std::vector<IComposerClient::Rect>()); in TEST_P()
788 IComposerClient::Rect displayFrame{0, 0, mDisplayWidth, mDisplayHeight}; in TEST_P()
799 mWriter->setLayerVisibleRegion(std::vector<IComposerClient::Rect>(1, displayFrame)); in TEST_P()
802 mWriter->setLayerSurfaceDamage(std::vector<IComposerClient::Rect>(1, displayFrame)); in TEST_P()
822 mWriter->setLayerSurfaceDamage(std::vector<IComposerClient::Rect>(1, {0, 0, 10, 10})); in TEST_P()
837 IComposerClient::Rect displayFrame{0, 0, mDisplayWidth, mDisplayHeight}; in TEST_P()
847 mWriter->setLayerVisibleRegion(std::vector<IComposerClient::Rect>(1, displayFrame)); in TEST_P()
850 mWriter->setLayerSurfaceDamage(std::vector<IComposerClient::Rect>(1, displayFrame)); in TEST_P()
894 IComposerClient::Rect empty{0, 0, 0, 0}; in TEST_P()
895 IComposerClient::Rect unit{0, 0, 1, 1}; in TEST_P()
[all …]
/hardware/interfaces/media/1.0/
Dtypes.hal58 * Ref: frameworks/native/include/ui/Rect.h
60 struct Rect {
70 typedef vec<Rect> Region;
/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/
DReadbackVts.h69 void setDisplayFrame(IComposerClient::Rect frame) { mDisplayFrame = frame; } in setDisplayFrame()
73 void setSurfaceDamage(std::vector<IComposerClient::Rect> surfaceDamage) { in setSurfaceDamage()
83 IComposerClient::Rect mDisplayFrame = {0, 0, 0, 0};
85 std::vector<IComposerClient::Rect> mSurfaceDamage;
167 IComposerClient::Rect area, IComposerClient::Color color);
/hardware/interfaces/graphics/mapper/2.0/utils/vts/include/mapper-vts/2.0/
DMapperVts.h72 const IMapper::Rect& accessRegion, int acquireFence);
74 const IMapper::Rect& accessRegion, int acquireFence);
/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/
Dvendor_graphicbuffer_mapper.cpp29 status_t VendorGraphicBufferMapper::lock64(buffer_handle_t handle, uint64_t usage, const Rect& boun… in lock64()
37 uint64_t usage, const Rect& bounds, android_ycbcr *ycbcr) in lockYCbCr64()
DREADME.txt86 2) Create Rect object that will be used as input to mapper function (and android_ycbcr object
89 Android::Rect bounds(width, height);
93 Android::Rect class is defined in /frameworks/native/libs/ui/include_vndk/ui/Rect.h
/hardware/interfaces/graphics/common/aidl/android/hardware/graphics/common/
DRect.aidl24 parcelable Rect {
DPlaneLayout.aidl20 import android.hardware.graphics.common.Rect;
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/2/android/hardware/graphics/common/
DRect.aidl36 parcelable Rect {
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/1/android/hardware/graphics/common/
DRect.aidl20 parcelable Rect {
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/current/android/hardware/graphics/common/
DRect.aidl20 parcelable Rect {
/hardware/interfaces/graphics/mapper/3.0/utils/vts/include/mapper-vts/3.0/
DMapperVts.h73 const IMapper::Rect& accessRegion, int acquireFence, int32_t* outBytesPerPixel,
76 const IMapper::Rect& accessRegion, int acquireFence);
/hardware/google/gchips/include/
DGrallocWrapper.h59 const IMapper::Rect& accessRegion,
65 const IMapper::Rect& accessRegion,
/hardware/google/gchips/libvendorgraphicbuffer/include/
DVendorGraphicBuffer.h163 android::status_t lock64(buffer_handle_t handle, uint64_t usage, const android::Rect& bounds,
168 uint64_t usage, const android::Rect& bounds, android_ycbcr *ycbcr);

1234