Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.cpp1002 unsigned int newApp1Length = exifUtils->getApp1Length(); in processAppSegment() local
1007 kExifApp1Marker[6] = static_cast<uint8_t>(newApp1Length >> 8); in processAppSegment()
1008 kExifApp1Marker[7] = static_cast<uint8_t>(newApp1Length & 0xFF); in processAppSegment()
1010 appSegmentSize - app1Size + newApp1Length; in processAppSegment()
1013 memcpy(appSegmentBuffer + sizeof(kExifApp1Marker), newApp1Segment, newApp1Length); in processAppSegment()
1015 memcpy(appSegmentBuffer + sizeof(kExifApp1Marker) + newApp1Length, in processAppSegment()