Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/display/gralloc/
Dgr_utils.h177 unsigned int GetRgbMetaSize(int format, uint32_t width, uint32_t height, uint64_t usage);
Dgr_utils.cpp883 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/
Dgr_utils.h191 unsigned int GetRgbMetaSize(int format, uint32_t width, uint32_t height, uint64_t usage);
Dgr_utils.cpp967 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()