Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.cpp863 std::unique_ptr<ExifUtils> exifUtils(ExifUtils::create()); in processAppSegment() local
864 auto exifRes = exifUtils->initialize(inputFrame.appSegmentBuffer.data, app1Size); in processAppSegment()
869 exifRes = exifUtils->setFromMetadata(*inputFrame.result, mStaticInfo, in processAppSegment()
875 exifRes = exifUtils->setOrientation(inputFrame.orientation); in processAppSegment()
880 exifRes = exifUtils->generateApp1(); in processAppSegment()
886 unsigned int newApp1Length = exifUtils->getApp1Length(); in processAppSegment()
887 const uint8_t *newApp1Segment = exifUtils->getApp1Buffer(); in processAppSegment()