Home
last modified time | relevance | path

Searched refs:setImageWidth (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/av/services/camera/libcameraservice/tests/
H A DExifUtilsTest.cpp47 ASSERT_TRUE(utils->setImageWidth(kImageWidth)); in TEST()
/aosp12/frameworks/av/services/camera/libcameraservice/utils/
H A DExifUtils.h152 virtual bool setImageWidth(uint32_t width) = 0;
H A DExifUtils.cpp142 virtual bool setImageWidth(uint32_t width);
611 bool ExifUtilsImpl::setImageWidth(uint32_t width) { in setImageWidth() function in android::camera3::ExifUtilsImpl
881 if (!setImageWidth(imageWidth) || in setFromMetadata()
/aosp12/hardware/interfaces/camera/common/1.0/default/include/
H A DExif.h159 virtual bool setImageWidth(uint32_t width) = 0;
/aosp12/hardware/interfaces/camera/common/1.0/default/
H A DExif.cpp165 virtual bool setImageWidth(uint32_t width);
640 bool ExifUtilsImpl::setImageWidth(uint32_t width) { in setImageWidth() function in android::hardware::camera::common::V1_0::helper::ExifUtilsImpl
967 if (!setImageWidth(imageWidth) || in setFromMetadata()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DLongScreenshotActivity.java445 mCropView.setImageWidth(previewWidth); in updateImageDimensions()
452 mCropView.setImageWidth((int) (previewHeight * imageRatio)); in updateImageDimensions()
H A DCropView.java336 public void setImageWidth(int width) { in setImageWidth() method in CropView
/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DDepthPhotoProcessor.cpp207 utils->setImageWidth(width); in encodeGrayscaleJpeg()