Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.h311 static const size_t kInFlightWarnLimit = 30; variable
H A DCamera3Device.cpp3034 if (!mIsConstrainedHighSpeedConfiguration && mInFlightMap.size() > kInFlightWarnLimit) { in checkInflightMapLengthLocked()