/hardware/qcom/display/msm8996/libgralloc/ |
D | alloc_controller.cpp | 1112 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/ |
D | alloc_controller.cpp | 1113 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/ |
D | alloc_controller.cpp | 1113 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/ |
D | gr_utils.cpp | 651 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()
|
D | gr_buf_mgr.cpp | 207 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/ |
D | gr_utils.cpp | 651 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()
|
D | gr_buf_mgr.cpp | 201 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/ |
D | gr_allocator.cpp | 763 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()
|
D | gr_buf_mgr.cpp | 200 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/ |
D | gr_allocator.cpp | 765 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()
|
D | gr_buf_mgr.cpp | 205 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/ |
D | gr_utils.cpp | 884 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()
|
D | gr_buf_mgr.cpp | 768 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/ |
D | gr_utils.cpp | 968 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()
|
D | gr_buf_mgr.cpp | 753 auto meta_size = getMetaDataSize(hnd->reserved_size); in FreeBuffer() local 760 if (allocator_->FreeBuffer(reinterpret_cast<void *>(hnd->base_metadata), meta_size, in FreeBuffer()
|