Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.cpp5018 uint8_t waitCnt = 2; in takePicture() local
5019 while (!pMemory->checkIfAllBuffersMapped() && (waitCnt > 0)) { in takePicture()
5024 waitCnt--; in takePicture()
5865 uint8_t waitCnt = 2; in takeLiveSnapshot_internal() local
5866 while (!pMemory->checkIfAllBuffersMapped() && (waitCnt > 0)) { in takeLiveSnapshot_internal()
5871 waitCnt--; in takeLiveSnapshot_internal()