Searched refs:app1_buffer_ (Results 1 – 3 of 3) sorted by relevance
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()
164 uint8_t* app1_buffer_; variable
313 uint8_t* app1_buffer_; member in android::hardware::camera::common::V1_0::helper::ExifUtilsImpl373 : 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()