Home
last modified time | relevance | path

Searched defs:orientationValue (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/camera/libcameraservice/tests/
DDepthProcessorTest.cpp38 void generateColorJpegBuffer(int jpegQuality, ExifOrientation orientationValue, bool includeExif, in generateColorJpegBuffer()
DNV12Compressor.cpp362 auto orientationValue = exif_get_short(orientation->data, in getExifOrientation() local
/frameworks/av/services/camera/libcameraservice/common/
DDepthPhotoProcessor.cpp97 auto orientationValue = exif_get_short(orientation->data, exif_data_get_byte_order(exifData)); in getExifOrientation() local
/frameworks/av/services/camera/libcameraservice/utils/
DExifUtils.cpp655 bool ExifUtilsImpl::setOrientationValue(ExifOrientation orientationValue) { in setOrientationValue()