Searched refs:buffers (Results 1 – 2 of 2) sorted by relevance
/hardware/ti/omap3/liboverlay/ |
D | overlay.cpp | 112 void **buffers; member 770 ctx->buffers = new void* [ctx->num_buffers]; in overlay_initialize() 772 if (!ctx->buffers || !ctx->buffers_len || !ctx->mapping_data) { in overlay_initialize() 777 rc = v4l2_overlay_map_buf(ctx->ctl_fd, i, &ctx->buffers[i], in overlay_initialize() 819 v4l2_overlay_unmap_buf(ctx->buffers[i], ctx->buffers_len[i]); in overlay_resizeInput() 840 v4l2_overlay_map_buf(ctx->ctl_fd, i, &ctx->buffers[i], in overlay_resizeInput() 1021 ctx->mapping_data->ptr = ctx->buffers[(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() 1061 delete(ctx->buffers); in overlay_data_close()
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
D | OMX_VPP_Utils.c | 3243 int buffers; in VPP_Initialize_PrivateStruct() local 3407 for (buffers = 0; buffers < NUM_OF_VPP_BUFFERS; buffers++) { in VPP_Initialize_PrivateStruct() 3408 pComponentPrivate->sCompPorts[port].pVPPBufHeader[buffers].pBufHeader = NULL; in VPP_Initialize_PrivateStruct() 3409 pComponentPrivate->sCompPorts[port].pVPPBufHeader[buffers].pBufferStart = NULL; in VPP_Initialize_PrivateStruct()
|