Searched refs:finalResults (Results 1 – 1 of 1) sorted by relevance
1390 TotalCaptureResult[] finalResults = submitMixedCaptureBurstRequest(outputSurfaces, results); in doMixedReprocessBurstCapture() local1397 for (int j = 0; j < finalResults.length; j++) { in doMixedReprocessBurstCapture()1398 if (finalResults[j] != null && in doMixedReprocessBurstCapture()1399 finalResults[j].get(CaptureResult.SENSOR_TIMESTAMP) == in doMixedReprocessBurstCapture()1401 holders[i] = new ImageResultHolder(image, finalResults[j]); in doMixedReprocessBurstCapture()1402 finalResults[j] = null; in doMixedReprocessBurstCapture()1411 holders[i] = new ImageResultHolder(image, finalResults[i]); in doMixedReprocessBurstCapture()