Home
last modified time | relevance | path

Searched refs:mErrorFrameNumbers (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api2/
DCompositeStream.cpp79 mErrorFrameNumbers.clear(); in deleteStream()
149 mErrorFrameNumbers.emplace(frameNumber); in flagAnErrorFrameNumber()
DCompositeStream.h135 std::set<int64_t> mErrorFrameNumbers; variable
DDepthCompositeStream.cpp174 auto it = mErrorFrameNumbers.begin(); in compilePendingInputLocked()
175 while (it != mErrorFrameNumbers.end()) { in compilePendingInputLocked()
186 it = mErrorFrameNumbers.erase(it); in compilePendingInputLocked()
DHeicCompositeStream.cpp732 auto it = mErrorFrameNumbers.begin(); in compilePendingInputLocked()
733 while (it != mErrorFrameNumbers.end()) { in compilePendingInputLocked()
742 it = mErrorFrameNumbers.erase(it); in compilePendingInputLocked()
1782 mErrorFrameNumbers.emplace(frameNumber); in onRequestError()