Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8996/libgralloc/
Dalloc_controller.cpp1112 unsigned int meta_size = 0; in getRgbDataAddress() local
1115 meta_size = getRgbUBwcMetaBufferSize(hnd->width, hnd->height, 2); in getRgbDataAddress()
1119 meta_size = getRgbUBwcMetaBufferSize(hnd->width, hnd->height, 4); in getRgbDataAddress()
1127 *rgb_data = (void*)(hnd->base + meta_size); in getRgbDataAddress()
/hardware/qcom/display/msm8909/libgralloc/
Dalloc_controller.cpp1113 unsigned int meta_size = 0; in getRgbDataAddress() local
1116 meta_size = getRgbUBwcMetaBufferSize(hnd->width, hnd->height, 2); in getRgbDataAddress()
1122 meta_size = getRgbUBwcMetaBufferSize(hnd->width, hnd->height, 4); in getRgbDataAddress()
1130 *rgb_data = (void*)(hnd->base + meta_size); in getRgbDataAddress()
/hardware/qcom/display/msm8909w_3100/libgralloc/
Dalloc_controller.cpp1113 unsigned int meta_size = 0; in getRgbDataAddress() local
1116 meta_size = getRgbUBwcMetaBufferSize(hnd->width, hnd->height, 2); in getRgbDataAddress()
1122 meta_size = getRgbUBwcMetaBufferSize(hnd->width, hnd->height, 4); in getRgbDataAddress()
1130 *rgb_data = (void*)(hnd->base + meta_size); in getRgbDataAddress()
/hardware/qcom/display/msm8909/gralloc/
Dgr_utils.cpp651 unsigned int meta_size = 0; in GetRgbDataAddress() local
659 meta_size = GetRgbUBwcMetaBufferSize(hnd->width, hnd->height, bpp); in GetRgbDataAddress()
666 *rgb_data = reinterpret_cast<void *>(hnd->base + meta_size); in GetRgbDataAddress()
Dgr_buf_mgr.cpp207 unsigned int meta_size = ALIGN((unsigned int)sizeof(MetaData_t), PAGE_SIZE); in FreeBuffer() local
208 if (allocator_->FreeBuffer(reinterpret_cast<void *>(hnd->base_metadata), meta_size, in FreeBuffer()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_utils.cpp651 unsigned int meta_size = 0; in GetRgbDataAddress() local
659 meta_size = GetRgbUBwcMetaBufferSize(hnd->width, hnd->height, bpp); in GetRgbDataAddress()
666 *rgb_data = reinterpret_cast<void *>(hnd->base + meta_size); in GetRgbDataAddress()
Dgr_buf_mgr.cpp201 unsigned int meta_size = ALIGN((unsigned int)sizeof(MetaData_t), PAGE_SIZE); in FreeBuffer() local
202 if (allocator_->FreeBuffer(reinterpret_cast<void *>(hnd->base_metadata), meta_size, in FreeBuffer()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_allocator.cpp763 unsigned int meta_size = 0; in GetRgbDataAddress() local
771 meta_size = GetRgbUBwcMetaBufferSize(hnd->width, hnd->height, bpp); in GetRgbDataAddress()
778 *rgb_data = reinterpret_cast<void *>(hnd->base + meta_size); in GetRgbDataAddress()
Dgr_buf_mgr.cpp200 unsigned int meta_size = ALIGN((unsigned int)sizeof(MetaData_t), PAGE_SIZE); in FreeBuffer() local
201 if (allocator_->FreeBuffer(reinterpret_cast<void *>(hnd->base_metadata), meta_size, in FreeBuffer()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_allocator.cpp765 unsigned int meta_size = 0; in GetRgbDataAddress() local
773 meta_size = GetRgbUBwcMetaBufferSize(hnd->width, hnd->height, bpp); in GetRgbDataAddress()
780 *rgb_data = reinterpret_cast<void *>(hnd->base + meta_size); in GetRgbDataAddress()
Dgr_buf_mgr.cpp205 unsigned int meta_size = ALIGN((unsigned int)sizeof(MetaData_t), PAGE_SIZE); in FreeBuffer() local
206 if (allocator_->FreeBuffer(reinterpret_cast<void *>(hnd->base_metadata), meta_size, in FreeBuffer()
/hardware/qcom/sm8150/display/gralloc/
Dgr_utils.cpp884 unsigned int meta_size = 0; in GetRgbMetaSize() local
886 return meta_size; in GetRgbMetaSize()
896 meta_size = GetRgbUBwcMetaBufferSize(width, height, bpp); in GetRgbMetaSize()
902 return meta_size; in GetRgbMetaSize()
918 unsigned int meta_size = GetRgbMetaSize(hnd->format, hnd->width, hnd->height, hnd->usage); in GetRgbDataAddress() local
920 *rgb_data = reinterpret_cast<void *>(hnd->base + meta_size); in GetRgbDataAddress()
Dgr_buf_mgr.cpp768 auto meta_size = getMetaDataSize(hnd->reserved_size); in FreeBuffer() local
776 static_cast<uint32_t>(meta_size), hnd->offset_metadata, in FreeBuffer()
/hardware/qcom/sm7250/display/gralloc/
Dgr_utils.cpp968 unsigned int meta_size = 0; in GetRgbMetaSize() local
970 return meta_size; in GetRgbMetaSize()
980 meta_size = GetRgbUBwcMetaBufferSize(width, height, bpp); in GetRgbMetaSize()
986 return meta_size; in GetRgbMetaSize()
1002 unsigned int meta_size = GetRgbMetaSize(hnd->format, hnd->width, hnd->height, hnd->usage); in GetRgbDataAddress() local
1004 *rgb_data = reinterpret_cast<void *>(hnd->base + meta_size); in GetRgbDataAddress()
Dgr_buf_mgr.cpp753 auto meta_size = getMetaDataSize(hnd->reserved_size); in FreeBuffer() local
760 if (allocator_->FreeBuffer(reinterpret_cast<void *>(hnd->base_metadata), meta_size, in FreeBuffer()