Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWICallbacks.cpp899 uint8_t numMapped = memory->getMappable(); in preview_stream_cb_routine() local
900 LOGD("EnqueuedCnt %d numMapped %d", dequeueCnt, numMapped); in preview_stream_cb_routine()
904 LOGD("dequeuedIdx %d numMapped %d Loop running for %d", dequeuedIdx, numMapped, i); in preview_stream_cb_routine()
913 if (dequeuedIdx >= numMapped) { in preview_stream_cb_routine()
928 numMapped = memory->getMappable(); in preview_stream_cb_routine()