Home | History | Annotate | Download | only in src

Lines Matching refs:allocSize

236                     munmap(pVideoPlane->addr, pVideoPlane->allocSize);
238 pVideoPlane->allocSize = 0;
254 munmap(pVideoPlane->addr, pVideoPlane->allocSize);
256 pVideoPlane->allocSize = 0;
918 pVideoPlane->allocSize = buf.m.planes[0].length;
939 munmap(pVideoPlane->addr, pVideoPlane->allocSize);
1036 pVideoPlane->allocSize = buf.m.planes[j].length;
1061 munmap(pVideoPlane->addr, pVideoPlane->allocSize);
1254 pCtx->pInbuf[nIndex].planes[plane].allocSize = planes[plane].allocSize;
1257 planes[plane].addr, planes[plane].allocSize, planes[plane].fd);
1292 pCtx->pOutbuf[nIndex].planes[plane].allocSize = planes[plane].allocSize;
1297 __func__, nIndex, planes[0].addr, planes[0].allocSize, planes[0].fd,
1298 planes[1].addr, planes[1].allocSize, planes[1].fd);
1471 buf.m.planes[i].length = pCtx->pInbuf[index].planes[i].allocSize;
1565 buf.m.planes[i].length = pCtx->pOutbuf[index].planes[i].allocSize;
2009 pCtx->pOutbuf[buf.index].planes[i].allocSize = allocLen[i];