Home | History | Annotate | Download | only in HAL3

Lines Matching defs:highRes

7078     // Find the smallest highRes resolution, or largest resolution if there is none
7081 size_t highRes = 0;
7082 while ((highRes + 1 < totalCnt) &&
7083 (gCamCapability[cameraId]->picture_sizes_tbl[highRes+1].width *
7084 gCamCapability[cameraId]->picture_sizes_tbl[highRes+1].height >=
7086 highRes++;
7088 if (gCamCapability[cameraId]->picture_min_duration[highRes] <= highResDurationBound) {