Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/legacy/
H A Dvpu_mem_legacy.c241 VPUMemLinear_t *dma_buf = NULL; in VPUMallocLinearFromRender() local
246 dma_buf = (VPUMemLinear_t *) in VPUMallocLinearFromRender()
249 if (dma_buf != NULL) { in VPUMallocLinearFromRender()
250 if (dma_buf->size < size) { in VPUMallocLinearFromRender()
251 mpp_free(dma_buf); in VPUMallocLinearFromRender()
254 memcpy(p, dma_buf, sizeof(VPUMemLinear_t)); in VPUMallocLinearFromRender()
255 mpp_free(dma_buf); in VPUMallocLinearFromRender()