Home
last modified time | relevance | path

Searched refs:exifValue (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/tests/
DNV12Compressor.cpp52 int quality, android::camera3::ExifOrientation exifValue) { in compressWithExifOrientation() argument
69 exif_set_short(exifEntry->data, EXIF_BYTE_ORDER_INTEL, exifValue); in compressWithExifOrientation()
349 ExifOrientation *exifValue /*out*/) { in getExifOrientation() argument
350 if ((jpegBuffer == nullptr) || (exifValue == nullptr) || (jpegBufferSize == 0u)) { in getExifOrientation()
370 *exifValue = static_cast<ExifOrientation> (orientationValue); in getExifOrientation()
DNV12Compressor.h44 android::camera3::ExifOrientation exifValue);
56 size_t jpegBufferSize, android::camera3::ExifOrientation *exifValue /*out*/);