Home
last modified time | relevance | path

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

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCamera2ReprocessCaptureTest.java340 boolean[] isReprocessCaptures = new boolean[totalNumBurst]; in testReprocessMixedBurst()
343 isReprocessCaptures[i] = true; in testReprocessMixedBurst()
345 isReprocessCaptures[i] = false; in testReprocessMixedBurst()
349 imageResultHolders = doMixedReprocessBurstCapture(isReprocessCaptures); in testReprocessMixedBurst()
942 boolean[] isReprocessCaptures = new boolean[numBurst]; in doReprocessBurstCapture()
944 isReprocessCaptures[i] = true; in doReprocessBurstCapture()
947 return doMixedReprocessBurstCapture(isReprocessCaptures); in doReprocessBurstCapture()
959 private ImageResultHolder[] doMixedReprocessBurstCapture(boolean[] isReprocessCaptures) in doMixedReprocessBurstCapture() argument
961 if (isReprocessCaptures == null || isReprocessCaptures.length <= 0) { in doMixedReprocessBurstCapture()
968 TotalCaptureResult[] results = new TotalCaptureResult[isReprocessCaptures.length]; in doMixedReprocessBurstCapture()
[all …]