OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:layer_size
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/hwui/
LayerCache.h
114
mWidth = uint32_t(ceilf(layerWidth / float(
LAYER_SIZE
)) *
LAYER_SIZE
);
115
mHeight = uint32_t(ceilf(layerHeight / float(
LAYER_SIZE
)) *
LAYER_SIZE
);
Properties.h
38
#define
LAYER_SIZE
64
/external/opencv/cv/src/
cvpyramids.cpp
1181
CvSize size,
layer_size
;
local
[
all
...]
Completed in 582 milliseconds