Searched refs:mYuvTargets (Results 1 – 3 of 3) sorted by relevance
358 final boolean useYuv = inputIsYuv || targets.mYuvTargets.size() > 0 || in testMultiResolutionMandatoryStreamCombination()363 (useYuv ? targets.mYuvMultiResTargets.size() + targets.mYuvTargets.size() : 0)); in testMultiResolutionMandatoryStreamCombination()415 for (ImageReader reader : targets.mYuvTargets) { in testMultiResolutionMandatoryStreamCombination()
992 final boolean useYuv = inputIsYuv || targets.mYuvTargets.size() > 0; in testMandatoryReprocessableStreamCombination()997 (useYuv ? targets.mYuvTargets.size() : targets.mY8Targets.size()))); in testMandatoryReprocessableStreamCombination()1056 for (ImageReader reader : targets.mYuvTargets) { in testMandatoryReprocessableStreamCombination()
254 public List<ImageReader> mYuvTargets = new ArrayList<>(); field in CameraTestUtils.StreamCombinationTargets274 for (ImageReader target : mYuvTargets) { in close()371 targets.mYuvTargets.add(target); in configureTarget()