Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3HWI.cpp7189 size_t highRes = 0; in supportBurstCapture() local
7190 while ((highRes + 1 < totalCnt) && in supportBurstCapture()
7191 (gCamCapability[cameraId]->picture_sizes_tbl[highRes+1].width * in supportBurstCapture()
7192 gCamCapability[cameraId]->picture_sizes_tbl[highRes+1].height >= in supportBurstCapture()
7194 highRes++; in supportBurstCapture()
7196 if (gCamCapability[cameraId]->picture_min_duration[highRes] <= highResDurationBound) { in supportBurstCapture()