Searched refs:supportedPictureSizes (Results 1 – 4 of 4) sorted by relevance
459 List<Camera.Size> supportedPictureSizes = params.getSupportedPictureSizes(); in genericPairwiseTestCase() local460 int mid = (int) Math.floor(supportedPictureSizes.size() / 2); in genericPairwiseTestCase()461 int low = supportedPictureSizes.size() - 1; in genericPairwiseTestCase()464 params.setPictureSize(supportedPictureSizes.get(low).width, in genericPairwiseTestCase()465 supportedPictureSizes.get(low).height); in genericPairwiseTestCase()468 params.setPictureSize(supportedPictureSizes.get(mid).width, in genericPairwiseTestCase()469 supportedPictureSizes.get(mid).height); in genericPairwiseTestCase()472 params.setPictureSize(supportedPictureSizes.get(0).width, in genericPairwiseTestCase()473 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()
153 Vector<Size> supportedPictureSizes; in callCameraParametersAPIs() local154 obj->getSupportedPictureSizes(supportedPictureSizes); in callCameraParametersAPIs()
342 String8 supportedPictureSizes; in initialize() local344 if (i != 0) supportedPictureSizes += ","; in initialize()345 supportedPictureSizes += String8::format("%dx%d", in initialize()350 supportedPictureSizes); in initialize()