Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.cpp886 unsigned int newApp1Length = exifUtils->getApp1Length(); in processAppSegment() local
891 kExifApp1Marker[6] = static_cast<uint8_t>(newApp1Length >> 8); in processAppSegment()
892 kExifApp1Marker[7] = static_cast<uint8_t>(newApp1Length & 0xFF); in processAppSegment()
894 appSegmentSize - app1Size + newApp1Length; in processAppSegment()
897 memcpy(appSegmentBuffer + sizeof(kExifApp1Marker), newApp1Segment, newApp1Length); in processAppSegment()
899 memcpy(appSegmentBuffer + sizeof(kExifApp1Marker) + newApp1Length, in processAppSegment()