Searched refs:GetRgbMetaSize (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/sm8150/display/gralloc/ |
D | gr_utils.h | 177 unsigned int GetRgbMetaSize(int format, uint32_t width, uint32_t height, uint64_t usage);
|
D | gr_utils.cpp | 883 unsigned int GetRgbMetaSize(int format, uint32_t width, uint32_t height, uint64_t usage) { in GetRgbMetaSize() function 918 unsigned int meta_size = GetRgbMetaSize(hnd->format, hnd->width, hnd->height, hnd->usage); in GetRgbDataAddress() 1715 plane_info->offset = GetRgbMetaSize(format, width, height, usage); in GetRGBPlaneInfo()
|
/hardware/qcom/sm7250/display/gralloc/ |
D | gr_utils.h | 191 unsigned int GetRgbMetaSize(int format, uint32_t width, uint32_t height, uint64_t usage);
|
D | gr_utils.cpp | 967 unsigned int GetRgbMetaSize(int format, uint32_t width, uint32_t height, uint64_t usage) { in GetRgbMetaSize() function 1002 unsigned int meta_size = GetRgbMetaSize(hnd->format, hnd->width, hnd->height, hnd->usage); in GetRgbDataAddress() 1835 plane_info->offset = GetRgbMetaSize(format, width, height, usage); in GetRGBPlaneInfo()
|