Searched refs:SetImageHeight (Results 1 – 2 of 2) sorted by relevance
139 virtual bool SetImageHeight(uint32_t length) = 0;
141 virtual bool SetImageHeight(uint32_t length);611 bool ExifUtilsImpl::SetImageHeight(uint32_t length) { in SetImageHeight() function in android::ExifUtilsImpl914 if (!SetImageWidth(image_width) || !SetImageHeight(image_height)) { in SetFromMetadata()