Searched refs:COL_SIZE (Results 1 – 10 of 10) sorted by relevance
33 public static final int COL_SIZE = 8; field in VideoDataQuery
38 public static final int COL_SIZE = 9; field in PhotoDataQuery
67 long sizeInBytes = c.getLong(VideoDataQuery.COL_SIZE); in fromCursor()
65 long sizeInBytes = c.getLong(PhotoDataQuery.COL_SIZE); in fromCursor()
88 static constexpr size_t COL_SIZE = col_type::SIZE; // size of a column (i.e.: number of rows) variable90 static constexpr size_t NUM_ROWS = COL_SIZE;
95 static constexpr size_t COL_SIZE = col_type::SIZE; // size of a column (i.e.: number of rows) variable97 static constexpr size_t NUM_ROWS = COL_SIZE;
345 for (size_t c = 0; c < MATRIX::COL_SIZE; c++) { in asString()443 constexpr inline size_t getColumnSize() const { return BASE<T>::COL_SIZE; } in getColumnSize()
101 static constexpr size_t COL_SIZE = col_type::SIZE; // size of a column (i.e.: number of rows) variable103 static constexpr size_t NUM_ROWS = COL_SIZE;
186 for (int j = 0; j < mat4::COL_SIZE; j++) { in writeToProto()
381 for (size_t col = 0; col < MatrixType::COL_SIZE; ++col) { \