Home
last modified time | relevance | path

Searched refs:y_meta_height (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/display/msm8996/libgralloc/
Dalloc_controller.cpp728 unsigned int y_meta_stride, y_meta_height, y_meta_size; in getYuvUbwcSPPlaneInfo() local
736 y_meta_height = VENUS_Y_META_SCANLINES(color_format, height); in getYuvUbwcSPPlaneInfo()
737 y_meta_size = ALIGN((y_meta_stride * y_meta_height), alignment); in getYuvUbwcSPPlaneInfo()