Searched refs:buffers_mp (Results 1 – 2 of 2) sorted by relevance
57 struct buffer *buffers_mp; member
1320 buf_pp.m.planes[0].m.fd = ctx->buffers_mp[i].export_fd;1328 buf_pp.m.planes[0].m.fd = ctx->buffers_mp[ii].export_fd;1465 if (-1 == munmap(ctx->buffers_mp[i].start, ctx->buffers_mp[i].length))1468 close(ctx->buffers_mp[i].export_fd);1471 free(ctx->buffers_mp);1516 ctx->buffers_mp = tmp_buffers;1728 if (-1 == munmap(ctx->buffers_mp[i].start, ctx->buffers_mp[i].length))1730 close(ctx->buffers_mp[i].export_fd);1733 free(ctx->buffers_mp);2665 .buffers_mp = NULL,