Home
last modified time | relevance | path

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

/hardware/ti/omap3/liboverlay/
Doverlay.cpp111 size_t *buffers_len; member
771 ctx->buffers_len = new size_t[ctx->num_buffers]; in overlay_initialize()
772 if (!ctx->buffers || !ctx->buffers_len || !ctx->mapping_data) { in overlay_initialize()
778 &ctx->buffers_len[i]); in overlay_initialize()
819 v4l2_overlay_unmap_buf(ctx->buffers[i], ctx->buffers_len[i]); in overlay_resizeInput()
841 &ctx->buffers_len[i]); in overlay_resizeInput()
1023 ctx->buffers_len[(int)buffer]); in overlay_getBufferAddress()
1053 … LOGV("Unmap Buffer/%d/%08lx/%d", i, (unsigned long)ctx->buffers[i], ctx->buffers_len[i] ); in overlay_data_close()
1054 rc = v4l2_overlay_unmap_buf(ctx->buffers[i], ctx->buffers_len[i]); in overlay_data_close()
1062 delete(ctx->buffers_len); in overlay_data_close()