OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:COL_SIZE
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera2/src/com/android/camera/data/
PhotoDataQuery.java
38
public static final int
COL_SIZE
= 9;
VideoDataQuery.java
33
public static final int
COL_SIZE
= 8;
/frameworks/native/include/ui/
mat4.h
52
enum {
COL_SIZE
= col_type::SIZE };
53
static inline size_t
col_size
() { return
COL_SIZE
; }
function in class:android::tmat44
71
*
COL_SIZE
= M
223
for (size_t c=0 ; c<
col_size
() ; c++)
Completed in 62 milliseconds