Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWI.cpp4540 uint8_t waitCnt = 2; in takePicture() local
4541 while (!pMemory->checkIfAllBuffersMapped() && (waitCnt > 0)) { in takePicture()
4546 waitCnt--; in takePicture()