Home | History | Annotate | Download | only in utils

Lines Matching refs:surfaces

130      * Verify that that the surfaces are valid for high-speed recording mode,
133 * @param surfaces the surfaces to verify as valid in terms of size and format
137 public static void checkConstrainedHighSpeedSurfaces(Collection<Surface> surfaces,
139 if (surfaces == null || surfaces.size() == 0 || surfaces.size() > 2) {
158 for (Surface surface : surfaces) {
182 if (surfaces.size() == 2) {
184 Iterator<Surface> iterator = surfaces.iterator();
190 throw new IllegalArgumentException("The 2 output surfaces must have different"