Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.cpp5012 QCameraMemory *pMemory = pStream->getStreamBufs(); in takePicture() local
5013 if (!pMemory) { in takePicture()
5019 while (!pMemory->checkIfAllBuffersMapped() && (waitCnt > 0)) { in takePicture()
5027 assert(pMemory->checkIfAllBuffersMapped()); in takePicture()
5859 QCameraMemory *pMemory = pStream->getStreamBufs(); in takeLiveSnapshot_internal() local
5860 if (!pMemory) { in takeLiveSnapshot_internal()
5866 while (!pMemory->checkIfAllBuffersMapped() && (waitCnt > 0)) { in takeLiveSnapshot_internal()
5874 assert(pMemory->checkIfAllBuffersMapped()); in takeLiveSnapshot_internal()