Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.h673 uint32_t mPendingLiveRequest; variable
DQCamera3HWI.cpp580 mPendingLiveRequest = 0; in QCamera3HardwareInterface()
4309 LOGD("mPendingLiveRequest = %d", mPendingLiveRequest); in handleMetadataWithLock()
4671 mPendingLiveRequest--; in handlePendingResultMetadataWithLock()
4736 mPendingLiveRequest--; in dispatchResultMetadataWithLock()
5551 mPendingLiveRequest = 0; in processCaptureRequest()
6267 mPendingLiveRequest++; in processCaptureRequest()
6377 LOGD("mPendingLiveRequest = %d", mPendingLiveRequest); in processCaptureRequest()
6402 while ((mPendingLiveRequest >= mMinInFlightRequests) && !pInputBuffer && in processCaptureRequest()
6420 if (mPendingLiveRequest < mMaxInFlightRequests) in processCaptureRequest()
6636 mPendingLiveRequest = 0; in flush()
[all …]