Searched refs:appSegmentBuffer (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/camera/libcameraservice/api2/ |
D | HeicCompositeStream.cpp | 556 mPendingInputFrames[imgBuffer.timestamp].appSegmentBuffer = imgBuffer; in compilePendingInputLocked() 698 bool appSegmentReady = (it.second.appSegmentBuffer.data != nullptr) && in getNextReadyInputLocked() 743 bool appSegmentReady = inputFrame.appSegmentBuffer.data != nullptr && in processInputFrame() 889 auto appSegmentSize = findAppSegmentsSize(inputFrame.appSegmentBuffer.data, in processAppSegment() 890 inputFrame.appSegmentBuffer.width * inputFrame.appSegmentBuffer.height, in processAppSegment() 898 auto exifRes = exifUtils->initialize(inputFrame.appSegmentBuffer.data, app1Size); in processAppSegment() 929 uint8_t* appSegmentBuffer = new uint8_t[appSegmentBufferSize]; in processAppSegment() local 930 memcpy(appSegmentBuffer, kExifApp1Marker, sizeof(kExifApp1Marker)); in processAppSegment() 931 memcpy(appSegmentBuffer + sizeof(kExifApp1Marker), newApp1Segment, newApp1Length); in processAppSegment() 933 memcpy(appSegmentBuffer + sizeof(kExifApp1Marker) + newApp1Length, in processAppSegment() [all …]
|
D | HeicCompositeStream.h | 149 CpuConsumer::LockedBuffer appSegmentBuffer; member 194 size_t findAppSegmentsSize(const uint8_t* appSegmentBuffer, size_t maxSize,
|