Searched refs:mMaxHeicSizes (Results 1 – 1 of 1) sorted by relevance
4761 private final Size[] mMaxHeicSizes = new Size[RESOLUTION_COUNT]; field in CameraTestUtils.MaxStreamSizes4990 mMaxHeicSizes[PREVIEW] = CameraTestUtils.getMaxSizeWithBound( in MaxStreamSizes()4992 mMaxHeicSizes[RECORD] = getMaxRecordingSize(cameraId); in MaxStreamSizes()4993 mMaxHeicSizes[MAXIMUM] = CameraTestUtils.getMaxSize(heicSizes); in MaxStreamSizes()4994 mMaxHeicSizes[VGA] = vgaSize; in MaxStreamSizes()4995 mMaxHeicSizes[S720P] = CameraTestUtils.getMaxSizeWithBound( in MaxStreamSizes()4997 mMaxHeicSizes[S1440P_4_3] = CameraTestUtils.getMaxSizeWithBound( in MaxStreamSizes()5142 return mMaxHeicSizes[resolutionIndex]; in getOutputSizeForFormat()