Searched defs:ExifUtils (Results 1 - 4 of 4) sorted by path

/hardware/interfaces/camera/common/1.0/default/
H A DExif.cpp53 class ExifUtilsImpl : public ExifUtils {
365 ExifUtils *ExifUtils::create() {
369 ExifUtils::~ExifUtils() {
/hardware/interfaces/camera/common/1.0/default/include/
H A DExif.h32 // ExifUtils can generate APP1 segment with tags which caller set. ExifUtils can
34 // ExifUtils can be reused with different images by calling initialize().
37 // std::unique_ptr<ExifUtils> utils(ExifUtils::Create());
40 // // Call ExifUtils functions to set Exif tags.
46 class ExifUtils { class in namespace:android::hardware::camera::common::V1_0::helper
49 virtual ~ExifUtils();
51 static ExifUtils* create();
/hardware/libhardware/modules/camera/3_4/arc/
H A Dexif_utils.cpp44 ExifUtils::ExifUtils() function in class:arc::ExifUtils
54 ExifUtils::~ExifUtils() { Reset(); }
56 bool ExifUtils::Initialize(const uint8_t* buffer, uint16_t width,
90 bool ExifUtils::SetMaker(const std::string& maker) {
102 bool ExifUtils::SetModel(const std::string& model) {
114 bool ExifUtils::SetDateTime(const struct tm& t) {
135 bool ExifUtils::SetFocalLength(uint32_t numerator, uint32_t denominator) {
147 bool ExifUtils
[all...]
H A Dexif_utils.h24 // ExifUtils can generate APP1 segment with tags which caller set. ExifUtils can
26 // ExifUtils can be reused with different images by calling initialize().
29 // ExifUtils utils;
33 // // Call ExifUtils functions to set Exif tags.
39 class ExifUtils { class in namespace:arc
41 ExifUtils();
42 ~ExifUtils();

Completed in 68 milliseconds