OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:y_meta_height
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/display/msm8996/libgralloc/
alloc_controller.cpp
731
unsigned int y_meta_stride,
y_meta_height
, y_meta_size;
local
737
y_meta_height
= VENUS_Y_META_SCANLINES(color_format, height);
738
y_meta_size = ALIGN((y_meta_stride *
y_meta_height
), alignment);
[
all
...]
/hardware/qcom/display/msm8996/libgralloc1/
gr_allocator.cpp
373
unsigned int y_meta_stride,
y_meta_height
, y_meta_size;
local
379
y_meta_height
= VENUS_Y_META_SCANLINES(color_format, INT(height));
380
y_meta_size = ALIGN((y_meta_stride *
y_meta_height
), alignment);
Completed in 45 milliseconds