Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.cpp1003 size_t appSegmentSize = 0; in processAppSegment() local
1005 appSegmentSize = findAppSegmentsSize(inputFrame.appSegmentBuffer.data, in processAppSegment()
1008 if (appSegmentSize == 0) { in processAppSegment()
1047 appSegmentSize - app1Size + newApp1Length; in processAppSegment()
1051 if (appSegmentSize - app1Size > 0) { in processAppSegment()
1053 inputFrame.appSegmentBuffer.data + app1Size, appSegmentSize - app1Size); in processAppSegment()
1068 __FUNCTION__, frameNumber, appSegmentSize, inputFrame.appSegmentBuffer.width, in processAppSegment()