Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp9689 size_t highRes = 0; in supportBurstCapture() local
9690 while ((highRes + 1 < totalCnt) && in supportBurstCapture()
9691 (gCamCapability[cameraId]->picture_sizes_tbl[highRes+1].width * in supportBurstCapture()
9692 gCamCapability[cameraId]->picture_sizes_tbl[highRes+1].height >= in supportBurstCapture()
9694 highRes++; in supportBurstCapture()
9696 if (gCamCapability[cameraId]->picture_min_duration[highRes] <= highResDurationBound) { in supportBurstCapture()