Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.cpp852 auto appSegmentSize = findAppSegmentsSize(inputFrame.appSegmentBuffer.data, in processAppSegment() local
856 appSegmentSize, inputFrame.appSegmentBuffer.width, in processAppSegment()
858 if (appSegmentSize == 0) { in processAppSegment()
894 appSegmentSize - app1Size + newApp1Length; in processAppSegment()
898 if (appSegmentSize - app1Size > 0) { in processAppSegment()
900 inputFrame.appSegmentBuffer.data + app1Size, appSegmentSize - app1Size); in processAppSegment()