Searched refs:appSegmentBuffer (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/camera/libcameraservice/api2/ |
D | HeicCompositeStream.cpp | 548 mPendingInputFrames[imgBuffer.timestamp].appSegmentBuffer = imgBuffer; in compilePendingInputLocked() 679 bool appSegmentReady = (it.second.appSegmentBuffer.data != nullptr) && in getNextReadyInputLocked() 718 bool appSegmentReady = inputFrame.appSegmentBuffer.data != nullptr && in processInputFrame() 852 auto appSegmentSize = findAppSegmentsSize(inputFrame.appSegmentBuffer.data, in processAppSegment() 853 inputFrame.appSegmentBuffer.width * inputFrame.appSegmentBuffer.height, in processAppSegment() 856 appSegmentSize, inputFrame.appSegmentBuffer.width, in processAppSegment() 857 inputFrame.appSegmentBuffer.height, app1Size); in processAppSegment() 864 auto exifRes = exifUtils->initialize(inputFrame.appSegmentBuffer.data, app1Size); in processAppSegment() 895 uint8_t* appSegmentBuffer = new uint8_t[appSegmentBufferSize]; in processAppSegment() local 896 memcpy(appSegmentBuffer, kExifApp1Marker, sizeof(kExifApp1Marker)); in processAppSegment() [all …]
|
D | HeicCompositeStream.h | 148 CpuConsumer::LockedBuffer appSegmentBuffer; member 192 size_t findAppSegmentsSize(const uint8_t* appSegmentBuffer, size_t maxSize,
|