Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/tests/
DNV12Compressor.cpp362 auto orientationValue = exif_get_short(orientation->data, in getExifOrientation() local
365 switch (orientationValue) { in getExifOrientation()
370 *exifValue = static_cast<ExifOrientation> (orientationValue); in getExifOrientation()
374 ALOGE("%s: Unexpected EXIF orientation value: %u", __FUNCTION__, orientationValue); in getExifOrientation()
DDepthProcessorTest.cpp52 void generateColorJpegBuffer(int jpegQuality, ExifOrientation orientationValue, bool includeExif, in generateColorJpegBuffer() argument
74 jpegQuality, orientationValue)); in generateColorJpegBuffer()
/frameworks/av/services/camera/libcameraservice/common/
DDepthPhotoProcessor.cpp93 auto orientationValue = exif_get_short(orientation->data, exif_data_get_byte_order(exifData)); in getExifOrientation() local
95 switch (orientationValue) { in getExifOrientation()
100 ret = static_cast<ExifOrientation> (orientationValue); in getExifOrientation()
104 __FUNCTION__, orientationValue); in getExifOrientation()
/frameworks/av/services/camera/libcameraservice/utils/
DExifUtils.h168 virtual bool setOrientationValue(ExifOrientation orientationValue) = 0;
DExifUtils.cpp158 virtual bool setOrientationValue(ExifOrientation orientationValue);
655 bool ExifUtilsImpl::setOrientationValue(ExifOrientation orientationValue) { in setOrientationValue() argument
656 SET_SHORT(EXIF_IFD_0, EXIF_TAG_ORIENTATION, orientationValue); in setOrientationValue()