OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:layerheight
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/libs/hwui/
Layer.cpp
31
Layer::Layer(const uint32_t layerWidth, const uint32_t
layerHeight
):
40
texture.height =
layerHeight
;
66
uint32_t Layer::computeIdealHeight(uint32_t
layerHeight
) {
67
return uint32_t(ceilf(
layerHeight
/ float(LAYER_SIZE)) * LAYER_SIZE);
LayerCache.h
99
LayerEntry(const uint32_t layerWidth, const uint32_t
layerHeight
): mLayer(NULL) {
101
mHeight = Layer::computeIdealHeight(
layerHeight
);
Layer.h
53
Layer(const uint32_t layerWidth, const uint32_t
layerHeight
);
57
static uint32_t computeIdealHeight(uint32_t
layerHeight
);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.cpp
[
all
...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp
487
encParams->
LayerHeight
[i] = encOption->encHeight[i];
508
nTotalMB = ((encParams->LayerWidth[i] + 15) / 16) * ((encParams->
LayerHeight
[i] + 15) / 16);
606
temp_h = video->encParams->
LayerHeight
[idx];
[
all
...]
mp4lib_int.h
180
Int
LayerHeight
[4]; /* Encoded Height */
Completed in 186 milliseconds