Searched defs:buffers (Results 51 - 54 of 54) sorted by relevance

123

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c245 // Set up source buffers.
970 uint8_t *const buffers[4] = {src->y_buffer, src->u_buffer, src->v_buffer, local
980 setup_pred_plane(&x->plane[i].src, buffers[i], strides[i], mi_row, mi_col,
3200 // decoder such that we allow compound where one of the 3 buffers has a
/hardware/intel/img/psb_video/src/
H A Dpsb_drv_video.h115 /* Max # of command submission buffers */
293 /* subpic number current buffers support */
413 object_buffer_p buffers_unused[PSB_MAX_BUFFERTYPES]; /* Linked lists (HEAD) of unused buffers for each buffer type */
414 int buffers_unused_count[PSB_MAX_BUFFERTYPES]; /* Linked lists (HEAD) of unused buffers for each buffer type */
415 object_buffer_p buffers_unused_tail[PSB_MAX_BUFFERTYPES]; /* Linked lists (TAIL) of unused buffers for each buffer type */
416 object_buffer_p buffers_active[PSB_MAX_BUFFERTYPES]; /* Linked lists of active buffers for each buffer type */
648 unsigned long *buffers; /* buffer handles or user pointers */ member in struct:_PsbSurfaceAttributeTPI
681 object_buffer_p *buffers,
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c190 buffer_handle_t *buffers; member in struct:omap4_hwc_device
383 dump_printf(&log, "%p", hwc_dev->buffers[i]);
389 dump_printf(&log, "%p ", hwc_dev->buffers[i]);
983 /* 1D buffers: no transform, must fit in TILER slot */
1119 /* we need to ensure that even TILER2D buffers can be scaled */
1567 * needed for this frame but there are blit buffers to synchronize with. Can
1579 //ALOGI("blit buffers[%d] = %p", bufoff, out.data.bvc.out_hndls[i]);
1580 hwc_dev->buffers[bufoff++] = out.data.bvc.out_hndls[i];
1611 ALOGI("buf[%d] hndl %p", i, hwc_dev->buffers[i]);
1635 ALOGE("No ion fd, hence can't allocate tiler2d buffers");
[all...]
/hardware/intel/common/libva/va/
H A Dva.h133 - Get and fill decode buffers with picture level, slice level and macroblock
135 - Pass the decode buffers to the server to decode the current frame
386 * On top of the existing buffers for normal encode, there will be
388 * three extra output buffers (VAIntelEncFEIMVBufferType, VAIntelEncFEIModeBufferType
390 * If separate PAK is set, two extra input buffers
406 * output buffers (VAIntelStatsStatisticsBufferType and VAIntelStatsMotionVectorBufferType)
512 * additional #VAEncMacroblockParameterBufferH264 buffers referenced
815 * input buffers for PAK are needed: VAEncFEIMVBufferType and VAEncFEIModeBufferType.
1091 unsigned long *buffers; member in struct:_VASurfaceAttribExternalBuffers
1092 /** \brief number of elements in the "buffers" arra
[all...]

Completed in 364 milliseconds

123