Home
last modified time | relevance | path

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

/aosp12/hardware/libhardware/modules/camera/3_4/arc/
H A Dexif_utils.cpp51 app1_length_(0) {} in ExifUtils()
340 exif_data_save_data(exif_data_, &app1_buffer_, &app1_length_); in GenerateApp1()
341 if (!app1_length_) { in GenerateApp1()
349 if (app1_length_ > 65533) { in GenerateApp1()
359 unsigned int ExifUtils::GetApp1Length() { return app1_length_; } in GetApp1Length()
509 app1_length_ = 0; in DestroyApp1()
H A Dexif_utils.h166 unsigned int app1_length_; variable
/aosp12/hardware/interfaces/camera/common/1.0/default/
H A DExif.cpp315 unsigned int app1_length_; member in android::hardware::camera::common::V1_0::helper::ExifUtilsImpl
373 : exif_data_(nullptr), app1_buffer_(nullptr), app1_length_(0) {} in ExifUtilsImpl()
763 exif_data_save_data(exif_data_, &app1_buffer_, &app1_length_); in generateApp1()
764 if (!app1_length_) { in generateApp1()
772 if (app1_length_ > 65533) { in generateApp1()
785 return app1_length_; in getApp1Length()
959 app1_length_ = 0; in destroyApp1()
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
H A DExifUtils.cpp244 unsigned int app1_length_; member in android::ExifUtilsImpl
305 app1_length_(0), in ExifUtilsImpl()
725 exif_data_save_data(exif_data_, &app1_buffer_, &app1_length_); in GenerateApp1()
726 if (!app1_length_) { in GenerateApp1()
734 if (app1_length_ > 65533) { in GenerateApp1()
747 return app1_length_; in GetApp1Length()
909 app1_length_ = 0; in DestroyApp1()
/aosp12/frameworks/av/services/camera/libcameraservice/utils/
H A DExifUtils.cpp236 unsigned int app1_length_; member in android::camera3::ExifUtilsImpl
295 : exif_data_(nullptr), app1_buffer_(nullptr), app1_length_(0) {} in ExifUtilsImpl()
709 exif_data_save_data(exif_data_, &app1_buffer_, &app1_length_); in generateApp1()
710 if (!app1_length_) { in generateApp1()
718 if (app1_length_ > 65533) { in generateApp1()
731 return app1_length_; in getApp1Length()
875 app1_length_ = 0; in destroyApp1()