Home
last modified time | relevance | path

Searched refs:meta_size (Results 1 – 13 of 13) 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/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/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/sdm845/display/gralloc/
Dgr_buf_mgr.cpp71 unsigned int meta_size = ALIGN((unsigned int)sizeof(MetaData_t), PAGE_SIZE); in FreeBuffer() local
72 if (allocator_->FreeBuffer(reinterpret_cast<void *>(hnd->base_metadata), meta_size, in FreeBuffer()
Dgr_utils.cpp733 unsigned int meta_size = 0; in GetRgbDataAddress() local
741 meta_size = GetRgbUBwcMetaBufferSize(hnd->width, hnd->height, bpp); in GetRgbDataAddress()
748 *rgb_data = reinterpret_cast<void *>(hnd->base + meta_size); in GetRgbDataAddress()
/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()