Searched refs:ROWS (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/params/
H A DColorSpaceTransform.java39 private static final int ROWS = 3; field in class:ColorSpaceTransform
45 private static final int COUNT = ROWS * COLUMNS;
57 private static final int COUNT_INT = ROWS * COLUMNS * RATIONAL_SIZE;
138 } else if (row < 0 || row >= ROWS) {
277 for (int row = 0, i = 0; row < ROWS; row++) {
290 if (row < ROWS - 1) {
/frameworks/native/services/sensorservice/
H A Dmat.h134 enum { ROWS = R, COLS = C }; enumerator in enum:android::mat::__anon1852
265 enum { ROWS = R, COLS = 1 }; enumerator in enum:android::mat::__anon1853

Completed in 99 milliseconds