Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp9729 size_t highRes = 0; in supportBurstCapture() local
9730 while ((highRes + 1 < totalCnt) && in supportBurstCapture()
9731 (gCamCapability[cameraId]->picture_sizes_tbl[highRes+1].width * in supportBurstCapture()
9732 gCamCapability[cameraId]->picture_sizes_tbl[highRes+1].height >= in supportBurstCapture()
9734 highRes++; in supportBurstCapture()
9736 if (gCamCapability[cameraId]->picture_min_duration[highRes] <= highResDurationBound) { in supportBurstCapture()