OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:meta_height
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/display/msm8994/libgralloc/
alloc_controller.cpp
850
int meta_width,
meta_height
;
local
861
meta_height
= ALIGN(((height + block_height - 1) / block_height), 16);
867
size = ((meta_width *
meta_height
), 4096);
/hardware/qcom/display/msm8996/libgralloc/
alloc_controller.cpp
1036
int meta_width,
meta_height
;
local
[
all
...]
/hardware/qcom/display/msm8996/libgralloc1/
gr_allocator.cpp
707
int meta_width,
meta_height
;
local
717
meta_height
= ALIGN(((height + block_height - 1) / block_height), 16);
723
size = (unsigned int)ALIGN((meta_width *
meta_height
), 4096);
Completed in 563 milliseconds