Home
last modified time | relevance | path

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

/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.java447 mCropView.setImageWidth(previewWidth); in updateImageDimensions()
454 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.cpp207 utils->setImageWidth(width); in encodeGrayscaleJpeg()