Searched refs:exifUtils (Results 1 – 1 of 1) sorted by relevance
977 std::unique_ptr<ExifUtils> exifUtils(ExifUtils::create()); in processAppSegment() local979 exifUtils->initializeEmpty() : in processAppSegment()980 exifUtils->initialize(inputFrame.appSegmentBuffer.data, app1Size); in processAppSegment()985 exifRes = exifUtils->setFromMetadata(*inputFrame.result, mStaticInfo, in processAppSegment()991 exifRes = exifUtils->setOrientation(inputFrame.orientation); in processAppSegment()996 exifRes = exifUtils->generateApp1(); in processAppSegment()1002 unsigned int newApp1Length = exifUtils->getApp1Length(); in processAppSegment()1003 const uint8_t *newApp1Segment = exifUtils->getApp1Buffer(); in processAppSegment()