Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.h161 bool exifError; // Exif/APP_SEGMENT buffer error member
177 exifError(false), timestamp(-1), requestId(-1), fenceFd(-1), in InputFrame()
DHeicCompositeStream.cpp749 mPendingInputFrames[*it].exifError = true; in compilePendingInputLocked()
791 (it.second.appSegmentBuffer.data != nullptr || it.second.exifError) && in getNextReadyInputLocked()
832 (inputFrame.appSegmentBuffer.data != nullptr || inputFrame.exifError) && in processInputFrame()
969 if (!inputFrame.exifError) { in processAppSegment()
980 auto exifRes = inputFrame.exifError ? in processAppSegment()
1040 inputFrame.exifError = false; in processAppSegment()