Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.h163 bool exifError; // Exif/APP_SEGMENT buffer error member
179 exifError(false), timestamp(-1), requestId(-1), fenceFd(-1), in InputFrame()
DHeicCompositeStream.cpp751 mPendingInputFrames[*it].exifError = true; in compilePendingInputLocked()
793 (it.second.appSegmentBuffer.data != nullptr || it.second.exifError) && in getNextReadyInputLocked()
834 (inputFrame.appSegmentBuffer.data != nullptr || inputFrame.exifError) && in processInputFrame()
967 if (!inputFrame.exifError) { in processAppSegment()
978 auto exifRes = inputFrame.exifError ? in processAppSegment()
1038 inputFrame.exifError = false; in processAppSegment()