Linux_SDK_V1.0.2

This commit is contained in:
thead_admin
2022-11-22 15:44:31 +08:00
parent 6a7bd1fccf
commit bf06161d3c
22 changed files with 296 additions and 196 deletions

View File

@@ -72,14 +72,10 @@ TEST_GROUP(DspPostProcessTestDmaBuf)
return -1;
}
printf("%s,export dma buf @fd:%x\n",__FUNCTION__,params->fd);
// if(VMEM_mmap(mem_allocor,params))
// {
// return -1;
// }
// printf("%s,mmap dma buf addr:%lx\n",__FUNCTION__,params->vir_address);
return 0;
}
int releaseDmaBuffer(VmemParams *params)
{
VMEM_free(mem_allocor, params);