Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3HWI.h538 uint32_t mMaxInFlightRequests; variable
DQCamera3HWI.cpp401 mMaxInFlightRequests(MAX_INFLIGHT_REQUESTS), in QCamera3HardwareInterface()
2617 mMaxInFlightRequests = MAX_INFLIGHT_REQUESTS; in configureStreamsPerfLocked()
2626 mMaxInFlightRequests = MAX_INFLIGHT_HFR_REQUESTS; in configureStreamsPerfLocked()
2630 mMaxInFlightRequests = MAX_INFLIGHT_60FPS_REQUESTS; in configureStreamsPerfLocked()
4654 if (mPendingLiveRequest < mMaxInFlightRequests) in processCaptureRequest()