Searched refs:exifUtils (Results 1 – 1 of 1) sorted by relevance
897 std::unique_ptr<ExifUtils> exifUtils(ExifUtils::create()); in processAppSegment() local898 auto exifRes = exifUtils->initialize(inputFrame.appSegmentBuffer.data, app1Size); in processAppSegment()903 exifRes = exifUtils->setFromMetadata(*inputFrame.result, mStaticInfo, in processAppSegment()909 exifRes = exifUtils->setOrientation(inputFrame.orientation); in processAppSegment()914 exifRes = exifUtils->generateApp1(); in processAppSegment()920 unsigned int newApp1Length = exifUtils->getApp1Length(); in processAppSegment()921 const uint8_t *newApp1Segment = exifUtils->getApp1Buffer(); in processAppSegment()