Searched refs:app1_buffer_ (Results 1 – 3 of 3) sorted by relevance
/hardware/libhardware/modules/camera/3_4/arc/ |
D | exif_utils.cpp | 50 app1_buffer_(nullptr), in ExifUtils() 340 exif_data_save_data(exif_data_, &app1_buffer_, &app1_length_); in GenerateApp1() 357 const uint8_t* ExifUtils::GetApp1Buffer() { return app1_buffer_; } in GetApp1Buffer() 507 free(app1_buffer_); in DestroyApp1() 508 app1_buffer_ = nullptr; in DestroyApp1()
|
/hardware/google/camera/devices/EmulatedCamera/hwl/utils/ |
D | ExifUtils.cpp | 242 uint8_t* app1_buffer_; member in android::ExifUtilsImpl 304 app1_buffer_(nullptr), in ExifUtilsImpl() 725 exif_data_save_data(exif_data_, &app1_buffer_, &app1_length_); in GenerateApp1() 743 return app1_buffer_; in GetApp1Buffer() 907 free(app1_buffer_); in DestroyApp1() 908 app1_buffer_ = nullptr; in DestroyApp1()
|
/hardware/interfaces/camera/common/1.0/default/ |
D | Exif.cpp | 313 uint8_t* app1_buffer_; 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() 781 return app1_buffer_; in getApp1Buffer() 957 free(app1_buffer_); in destroyApp1() 958 app1_buffer_ = nullptr; in destroyApp1()
|