Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/arc/
Dexif_utils.h96 bool SetOrientation(uint16_t orientation);
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()
/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
1003 if (!SetOrientation(entry.data.i32[0])) { in SetFromMetadata()