Home
last modified time | relevance | path

Searched refs:SetImageHeight (Results 1 – 2 of 2) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DExifUtils.h139 virtual bool SetImageHeight(uint32_t length) = 0;
DExifUtils.cpp141 virtual bool SetImageHeight(uint32_t length);
611 bool ExifUtilsImpl::SetImageHeight(uint32_t length) { in SetImageHeight() function in android::ExifUtilsImpl
914 if (!SetImageWidth(image_width) || !SetImageHeight(image_height)) { in SetFromMetadata()