Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.cpp920 unsigned int newApp1Length = exifUtils->getApp1Length(); in processAppSegment() local
925 kExifApp1Marker[6] = static_cast<uint8_t>(newApp1Length >> 8); in processAppSegment()
926 kExifApp1Marker[7] = static_cast<uint8_t>(newApp1Length & 0xFF); in processAppSegment()
928 appSegmentSize - app1Size + newApp1Length; in processAppSegment()
931 memcpy(appSegmentBuffer + sizeof(kExifApp1Marker), newApp1Segment, newApp1Length); in processAppSegment()
933 memcpy(appSegmentBuffer + sizeof(kExifApp1Marker) + newApp1Length, in processAppSegment()