Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/tests/
DExifUtilsTest.cpp47 ASSERT_TRUE(utils->setImageWidth(kImageWidth)); in TEST()
/frameworks/av/services/camera/libcameraservice/utils/
DExifUtils.h152 virtual bool setImageWidth(uint32_t width) = 0;
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DLongScreenshotActivity.java484 mCropView.setImageWidth(previewWidth); in updateImageDimensions()
491 mCropView.setImageWidth((int) (previewHeight * imageRatio)); in updateImageDimensions()
DCropView.java336 public void setImageWidth(int width) { in setImageWidth() method in CropView
/frameworks/av/services/camera/libcameraservice/common/
DDepthPhotoProcessor.cpp211 utils->setImageWidth(width); in encodeGrayscaleJpeg()