Searched refs:orientationValue (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/services/camera/libcameraservice/tests/ |
D | NV12Compressor.cpp | 362 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()
|
D | DepthProcessorTest.cpp | 52 void generateColorJpegBuffer(int jpegQuality, ExifOrientation orientationValue, bool includeExif, in generateColorJpegBuffer() argument 74 jpegQuality, orientationValue)); in generateColorJpegBuffer()
|
/frameworks/av/services/camera/libcameraservice/common/ |
D | DepthPhotoProcessor.cpp | 93 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/ |
D | ExifUtils.h | 168 virtual bool setOrientationValue(ExifOrientation orientationValue) = 0;
|
D | ExifUtils.cpp | 158 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()
|