Searched refs:supportedPictureSizes (Results 1 – 1 of 1) sorted by relevance
458 List<Camera.Size> supportedPictureSizes = params.getSupportedPictureSizes(); in genericPairwiseTestCase() local459 int mid = (int) Math.floor(supportedPictureSizes.size() / 2); in genericPairwiseTestCase()460 int low = supportedPictureSizes.size() - 1; in genericPairwiseTestCase()463 params.setPictureSize(supportedPictureSizes.get(low).width, in genericPairwiseTestCase()464 supportedPictureSizes.get(low).height); in genericPairwiseTestCase()467 params.setPictureSize(supportedPictureSizes.get(mid).width, in genericPairwiseTestCase()468 supportedPictureSizes.get(mid).height); in genericPairwiseTestCase()471 params.setPictureSize(supportedPictureSizes.get(0).width, in genericPairwiseTestCase()472 supportedPictureSizes.get(mid).height); in genericPairwiseTestCase()