Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DExifUtils.h155 virtual bool SetOrientation(uint16_t degrees) = 0;
DExifUtils.cpp157 virtual bool SetOrientation(uint16_t degrees);
644 bool ExifUtilsImpl::SetOrientation(uint16_t degrees) { in SetOrientation() function in android::ExifUtilsImpl
1002 if (!SetOrientation(entry.data.i32[0])) { in SetFromMetadata()
/hardware/libhardware/modules/camera/3_4/arc/
Dexif_utils.cpp294 bool ExifUtils::SetOrientation(uint16_t orientation) { in SetOrientation() function in arc::ExifUtils
Dimage_processor.cpp471 if (!utils->SetOrientation(entry.data.i32[0])) { in SetExifTags()