Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/api2/
H A DHeicCompositeStream.cpp969 inputFrame.appSegmentBuffer.width * inputFrame.appSegmentBuffer.height, in processAppSegment()
1022 delete[] appSegmentBuffer; in processAppSegment()
1037 inputFrame.appSegmentBuffer.data = nullptr; in processAppSegment()
1192 if (inputFrame->appSegmentBuffer.data != nullptr) { in releaseInputFrameLocked()
1194 inputFrame->appSegmentBuffer.data = nullptr; in releaseInputFrameLocked()
1443 appSegmentBuffer[0], appSegmentBuffer[1]); in findAppSegmentsSize()
1449 appSegmentBuffer[totalSize+1]; in findAppSegmentsSize()
1455 if (appSegmentBuffer[totalSize] != 0xFF || in findAppSegmentsSize()
1457 appSegmentBuffer[totalSize+1] > 0xEF) { in findAppSegmentsSize()
1460 appSegmentBuffer[totalSize], appSegmentBuffer[totalSize+1]); in findAppSegmentsSize()
[all …]
H A DHeicCompositeStream.h154 CpuConsumer::LockedBuffer appSegmentBuffer; member
200 size_t findAppSegmentsSize(const uint8_t* appSegmentBuffer, size_t maxSize,