Home
last modified time | relevance | path

Searched refs:COL_SIZE (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/apps/Camera2/src/com/android/camera/data/
H A DVideoDataQuery.java33 public static final int COL_SIZE = 8; field in VideoDataQuery
H A DPhotoDataQuery.java38 public static final int COL_SIZE = 9; field in PhotoDataQuery
H A DVideoDataFactory.java67 long sizeInBytes = c.getLong(VideoDataQuery.COL_SIZE); in fromCursor()
H A DPhotoDataFactory.java65 long sizeInBytes = c.getLong(PhotoDataQuery.COL_SIZE); in fromCursor()
/aosp12/frameworks/native/libs/math/include/math/
H A Dmat2.h88 static constexpr size_t COL_SIZE = col_type::SIZE; // size of a column (i.e.: number of rows) variable
90 static constexpr size_t NUM_ROWS = COL_SIZE;
H A Dmat3.h95 static constexpr size_t COL_SIZE = col_type::SIZE; // size of a column (i.e.: number of rows) variable
97 static constexpr size_t NUM_ROWS = COL_SIZE;
H A DTMatHelpers.h345 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()
H A Dmat4.h101 static constexpr size_t COL_SIZE = col_type::SIZE; // size of a column (i.e.: number of rows) variable
103 static constexpr size_t NUM_ROWS = COL_SIZE;
/aosp12/frameworks/native/services/surfaceflinger/
H A DLayerProtoHelper.cpp186 for (int j = 0; j < mat4::COL_SIZE; j++) { in writeToProto()
/aosp12/frameworks/native/libs/math/tests/
H A Dmat_test.cpp381 for (size_t col = 0; col < MatrixType::COL_SIZE; ++col) { \