Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/tests/
H A DExifUtilsTest.cpp49 ASSERT_TRUE(utils->setOrientationValue(kExifOrientation)); in TEST()
/aosp12/frameworks/av/services/camera/libcameraservice/utils/
H A DExifUtils.h168 virtual bool setOrientationValue(ExifOrientation orientationValue) = 0;
H A DExifUtils.cpp158 virtual bool setOrientationValue(ExifOrientation orientationValue);
652 return setOrientationValue(value); in setOrientation()
655 bool ExifUtilsImpl::setOrientationValue(ExifOrientation orientationValue) { in setOrientationValue() function in android::camera3::ExifUtilsImpl
/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DDepthPhotoProcessor.cpp209 utils->setOrientationValue(exifOrientation); in encodeGrayscaleJpeg()