Searched refs:dma_buf (Results 1 – 1 of 1) sorted by relevance
241 VPUMemLinear_t *dma_buf = NULL; in VPUMallocLinearFromRender() local246 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()