Searched refs:meta_size (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_allocator.cpp746 unsigned int meta_size = 0; local
754 meta_size = GetRgbUBwcMetaBufferSize(hnd->width, hnd->height, bpp);
761 *rgb_data = reinterpret_cast<void *>(hnd->base + meta_size);
H A Dgr_buf_mgr.cpp198 unsigned int meta_size = ALIGN((unsigned int)sizeof(MetaData_t), PAGE_SIZE); local
199 if (allocator_->FreeBuffer(reinterpret_cast<void *>(hnd->base_metadata), meta_size,
/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_allocator.cpp715 unsigned int meta_size = 0; local
721 meta_size = GetRgbUBwcMetaBufferSize(hnd->width, hnd->height, bpp);
728 *rgb_data = reinterpret_cast<void *>(hnd->base + meta_size);
H A Dgr_buf_mgr.cpp194 unsigned int meta_size = ALIGN((unsigned int)sizeof(MetaData_t), PAGE_SIZE); local
195 if (allocator_->FreeBuffer(reinterpret_cast<void *>(hnd->base_metadata), meta_size,
/hardware/qcom/display/msm8996/libgralloc/
H A Dalloc_controller.cpp1110 unsigned int meta_size = 0; local
1113 meta_size = getRgbUBwcMetaBufferSize(hnd->width, hnd->height, 2);
1117 meta_size = getRgbUBwcMetaBufferSize(hnd->width, hnd->height, 4);
1125 *rgb_data = (void*)(hnd->base + meta_size);
/hardware/qcom/display/msm8998/libgralloc/
H A Dalloc_controller.cpp1074 unsigned int meta_size = 0; local
1077 meta_size = getRgbUBwcMetaBufferSize(hnd->width, hnd->height, 2);
1083 meta_size = getRgbUBwcMetaBufferSize(hnd->width, hnd->height, 4);
1091 *rgb_data = (void*)(hnd->base + meta_size);

Completed in 74 milliseconds