Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.cpp966 size_t appSegmentSize = 0; in processAppSegment() local
968 appSegmentSize = findAppSegmentsSize(inputFrame.appSegmentBuffer.data, in processAppSegment()
971 if (appSegmentSize == 0) { in processAppSegment()
1010 appSegmentSize - app1Size + newApp1Length; in processAppSegment()
1014 if (appSegmentSize - app1Size > 0) { in processAppSegment()
1016 inputFrame.appSegmentBuffer.data + app1Size, appSegmentSize - app1Size); in processAppSegment()
1031 __FUNCTION__, frameNumber, appSegmentSize, inputFrame.appSegmentBuffer.width, in processAppSegment()