Searched refs:NO_OF_SLICES (Results 1 – 1 of 1) sorted by relevance
91 int NO_OF_SLICES = 8; in ViewfinderProcessor() local92 int[] slices = new int[NO_OF_SLICES * 2]; in ViewfinderProcessor()93 for (int i = 0; i < NO_OF_SLICES; i++) { in ViewfinderProcessor()94 int s1 = i * 360 / NO_OF_SLICES; in ViewfinderProcessor()95 int s2 = ((1 + i) * 360) / NO_OF_SLICES; in ViewfinderProcessor()100 houghSliceBuilder.setX(NO_OF_SLICES); in ViewfinderProcessor()