Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/api2/
H A DCompositeStream.cpp87 mErrorFrameNumbers.clear(); in deleteStream()
157 mErrorFrameNumbers.emplace(frameNumber); in flagAnErrorFrameNumber()
H A DCompositeStream.h139 std::set<int64_t> mErrorFrameNumbers; variable
H A DDepthCompositeStream.cpp190 auto it = mErrorFrameNumbers.begin(); in compilePendingInputLocked()
191 while (it != mErrorFrameNumbers.end()) { in compilePendingInputLocked()
202 it = mErrorFrameNumbers.erase(it); in compilePendingInputLocked()
H A DHeicCompositeStream.cpp734 auto it = mErrorFrameNumbers.begin(); in compilePendingInputLocked()
735 while (it != mErrorFrameNumbers.end()) { in compilePendingInputLocked()
744 it = mErrorFrameNumbers.erase(it); in compilePendingInputLocked()
1781 mErrorFrameNumbers.emplace(frameNumber); in onRequestError()