Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.cpp965 size_t app1Size = 0; in processAppSegment() local
970 &app1Size); in processAppSegment()
980 exifUtils->initialize(inputFrame.appSegmentBuffer.data, app1Size); in processAppSegment()
1010 appSegmentSize - app1Size + newApp1Length; in processAppSegment()
1014 if (appSegmentSize - app1Size > 0) { in processAppSegment()
1016 inputFrame.appSegmentBuffer.data + app1Size, appSegmentSize - app1Size); in processAppSegment()
1032 inputFrame.appSegmentBuffer.height, app1Size); in processAppSegment()
1448 uint16_t app1Size = (static_cast<uint16_t>(appSegmentBuffer[totalSize]) << 8) + in findAppSegmentsSize() local
1450 totalSize += app1Size; in findAppSegmentsSize()
1453 __FUNCTION__, expectedSize, app1Size); in findAppSegmentsSize()
[all …]