Searched refs:exifUtils (Results 1 – 1 of 1) sorted by relevance
979 std::unique_ptr<ExifUtils> exifUtils(ExifUtils::create()); in processAppSegment() local981 exifUtils->initializeEmpty() : in processAppSegment()982 exifUtils->initialize(inputFrame.appSegmentBuffer.data, app1Size); in processAppSegment()987 exifRes = exifUtils->setFromMetadata(*inputFrame.result, mStaticInfo, in processAppSegment()993 exifRes = exifUtils->setOrientation(inputFrame.orientation); in processAppSegment()998 exifRes = exifUtils->generateApp1(); in processAppSegment()1004 unsigned int newApp1Length = exifUtils->getApp1Length(); in processAppSegment()1005 const uint8_t *newApp1Segment = exifUtils->getApp1Buffer(); in processAppSegment()