Home
last modified time | relevance | path

Searched refs:exifUtils (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/av/services/camera/libcameraservice/api2/
H A DHeicCompositeStream.cpp977 std::unique_ptr<ExifUtils> exifUtils(ExifUtils::create()); in processAppSegment() local
979 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()