Home
last modified time | relevance | path

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

/aosp12/hardware/libhardware/modules/camera/3_4/arc/
H A Dexif_utils.cpp50 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()
H A Dexif_utils.h164 uint8_t* app1_buffer_; variable
/aosp12/hardware/interfaces/camera/common/1.0/default/
H A DExif.cpp313 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()
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
H A DExifUtils.cpp242 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()
/aosp12/frameworks/av/services/camera/libcameraservice/utils/
H A DExifUtils.cpp234 uint8_t* app1_buffer_; 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()
727 return app1_buffer_; in getApp1Buffer()
873 free(app1_buffer_); in destroyApp1()
874 app1_buffer_ = nullptr; in destroyApp1()