Searched refs:supportedPictureSizes (Results 1 – 3 of 3) 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()
118 List<Camera.Size> supportedPictureSizes = p.getSupportedPictureSizes(); in buildPictureSizes() local119 if (supportedPictureSizes != null) { in buildPictureSizes()120 for (Camera.Size s : supportedPictureSizes) { in buildPictureSizes()
319 String8 supportedPictureSizes; in initialize() local321 if (i != 0) supportedPictureSizes += ","; in initialize()322 supportedPictureSizes += String8::format("%dx%d", in initialize()327 supportedPictureSizes); in initialize()