Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/display/msm8996/libgralloc/
H A 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()
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc/
H A 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()
/aosp12/hardware/qcom/display/msm8909/libgralloc/
H A 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()
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc1/
H A 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()
H A 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()
/aosp12/hardware/qcom/display/msm8909/gralloc/
H A 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()
H A 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()
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A Dgr_utils.cpp923 unsigned int meta_size = 0; in GetRgbMetaSize() local
925 return meta_size; in GetRgbMetaSize()
935 meta_size = GetRgbUBwcMetaBufferSize(width, height, bpp); in GetRgbMetaSize()
941 return meta_size; in GetRgbMetaSize()
957 unsigned int meta_size = GetRgbMetaSize(hnd->format, hnd->width, hnd->height, hnd->usage); in GetRgbDataAddress() local
959 *rgb_data = reinterpret_cast<void *>(hnd->base + meta_size); in GetRgbDataAddress()
H A Dgr_buf_mgr.cpp728 auto meta_size = getMetaDataSize(buf->reserved_size); in FreeBuffer() local
735 if (allocator_->FreeBuffer(reinterpret_cast<void *>(hnd->base_metadata), meta_size, in FreeBuffer()
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A 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()
H A Dgr_buf_mgr.cpp729 auto meta_size = getMetaDataSize(buf->reserved_size); in FreeBuffer() local
737 static_cast<uint32_t>(meta_size), hnd->offset_metadata, in FreeBuffer()
/aosp12/hardware/qcom/display/msm8996/libgralloc1/
H A 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()
H A 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()
/aosp12/hardware/qcom/display/msm8998/libgralloc1/
H A 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()
H A 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()
/aosp12/hardware/qcom/sdm845/display/gralloc/
H A 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()
H A 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()
/aosp12/bionic/libc/kernel/uapi/linux/raid/
H A Dmd_p.h221 __le32 meta_size; member