Home
last modified time | relevance | path

Searched refs:SetImageWidth (Results 1 – 4 of 4) sorted by relevance

/hardware/libhardware/modules/camera/3_4/arc/
Dexif_utils.h131 bool SetImageWidth(uint16_t width);
Dexif_utils.cpp83 SetImageWidth(width); in Initialize()
437 bool ExifUtils::SetImageWidth(uint16_t width) { in SetImageWidth() function in arc::ExifUtils
/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DExifUtils.h143 virtual bool SetImageWidth(uint32_t width) = 0;
DExifUtils.cpp145 virtual bool SetImageWidth(uint32_t width);
617 bool ExifUtilsImpl::SetImageWidth(uint32_t width) { in SetImageWidth() function in android::ExifUtilsImpl
914 if (!SetImageWidth(image_width) || !SetImageHeight(image_height)) { in SetFromMetadata()