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

123

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_reconinter.c415 uint8_t *const buffers[4] = {src->y_buffer, src->u_buffer, src->v_buffer, local
423 setup_pred_plane(&pd->dst, buffers[i], strides[i], mi_row, mi_col, NULL,
434 uint8_t *const buffers[4] = {src->y_buffer, src->u_buffer, src->v_buffer, local
441 setup_pred_plane(&pd->pre[idx], buffers[i], strides[i], mi_row, mi_col,
/hardware/intel/img/psb_video/src/mrst/
H A Dpsb_MPEG2.c507 /* Split buffers */
983 /* In MPEG2, the registers at N=0 are always used to store the base address of the luma and chroma buffers
985 of the luma and chroma buffers of the older reference picture, if more than one reference picture is used.
1521 object_buffer_p *buffers,
1529 object_buffer_p obj_buffer = buffers[i];
1519 psb_MPEG2_RenderPicture( object_context_p obj_context, object_buffer_p *buffers, int num_buffers) argument
H A Dpsb_MPEG2MC.c656 buffers or picture end. The FLUSH_VDEB_BUFFERS bit should not be set in any repeat commands
659 1 FLUSH_VDEB_BUFFERS(VDEB) If set, indicates VDEB should flush its internal buffers to system memory
717 chroma buffers of the most recently decoded reference picture. The registers at N=1 are used
718 to store the base address of the luma and chroma buffers of the older reference picture, if
1344 /* TODO:unmap and destroy buffers */
1388 object_buffer_p *buffers,
1399 object_buffer_p obj_buffer = buffers[i];
1429 /* Assuming residual and MB control buffers have been located */
1386 psb_MPEG2MC_RenderPicture( object_context_p obj_context, object_buffer_p *buffers, int num_buffers) argument
H A Dpsb_MPEG4.c313 /* Split buffers */
327 /* CoLocated buffers */
1394 object_buffer_p *buffers,
1402 object_buffer_p obj_buffer = buffers[i];
1392 psb_MPEG4_RenderPicture( object_context_p obj_context, object_buffer_p *buffers, int num_buffers) argument
H A Dpsb_H264.c161 /* Split buffers */
185 /* CoLocated buffers - aka ParamMemInfo */
1774 object_buffer_p *buffers,
1782 object_buffer_p obj_buffer = buffers[i];
1772 psb_H264_RenderPicture( object_context_p obj_context, object_buffer_p *buffers, int num_buffers) argument
H A Dpsb_VC1.c2654 object_buffer_p *buffers,
2662 object_buffer_p obj_buffer = buffers[i];
2652 psb_VC1_RenderPicture( object_context_p obj_context, object_buffer_p *buffers, int num_buffers) argument
/hardware/intel/img/psb_video/src/
H A Dvsp_vp8.c700 object_buffer_p *buffers,
712 object_buffer_p obj_buffer = buffers[i];
698 vsp_VP8_RenderPicture( object_context_p obj_context, object_buffer_p *buffers, int num_buffers) argument
H A Dtng_jpegES.c463 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Number of coded buffers: %d\n", pJPEGContext->sScan_Encode_Info.ui8NumberOfCodedBuffers);
953 // Issue buffers
1092 /*Allocate coded buffers' descripters */
1366 object_buffer_p *buffers,
1376 object_buffer_p obj_buffer = buffers[i];
1511 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Number of Coded buffers %d, Per Coded Buffer size : %d\n",
1364 tng_jpeg_RenderPicture( object_context_p obj_context, object_buffer_p *buffers, int num_buffers) argument
H A Dvsp_VPP.c737 object_buffer_p *buffers,
746 object_buffer_p obj_buffer = buffers[i];
735 vsp_VPP_RenderPicture( object_context_p obj_context, object_buffer_p *buffers, int num_buffers) argument
H A Dpsb_drv_video.c762 attribute_tpi.buffers = malloc(sizeof(long) * pExternalBufDesc->num_buffers);
766 memcpy((void*)attribute_tpi.buffers, (void*)pExternalBufDesc->buffers,
767 sizeof(pExternalBufDesc->buffers[0]) *
839 if (attribute_tpi.buffers) free(attribute_tpi.buffers);
1513 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Allocate new GPU buffers for vaCreateBuffer:type=%s,size=%d.\n",
1755 * - a LRU sorted list of unused buffers
1756 * - a list of active buffers
1758 * - no unused buffers ar
2260 psb_RenderPicture( VADriverContextP ctx, VAContextID context, VABufferID *buffers, int num_buffers ) argument
[all...]
/hardware/libhardware/tests/camera2/
H A Dcamera2_utils.cpp120 ALOGV("MetadataQueue: deque (%d buffers)", mCount);
419 ALOGV("%s: Producer wants %d buffers, consumer wants %d", __FUNCTION__,
433 // Register allocated buffers with HAL device
434 buffer_handle_t *buffers = new buffer_handle_t[totalBuffers]; local
446 buffers[bufferIdx] = anwBuffers[bufferIdx]->handle;
452 buffers);
454 ALOGE("%s: Unable to register buffers with HAL device for stream %d",
467 delete[] buffers;
/hardware/intel/common/libwsbm/src/
H A Dwsbm_manager.c86 struct _ValidateList kernelBuffers; /* List of kernel buffers needing validation */
87 struct _ValidateList userBuffers; /* List of user-space buffers needing validation */
970 struct _WsbmBufferObject *buffers[],
989 buffers[i] = buf;
995 wsbmDeleteBuffers(unsigned n, struct _WsbmBufferObject *buffers[]) argument
1000 wsbmBOUnreference(&buffers[i]);
968 wsbmGenBuffers(struct _WsbmBufferPool *pool, unsigned n, struct _WsbmBufferObject *buffers[], unsigned alignment, uint32_t placement) argument
H A Dwsbm_slabpool.c134 struct _WsbmSlabBuffer *buffers; member in struct:_WsbmSlab
467 slab->buffers = calloc(numBuffers, sizeof(*slab->buffers));
468 if (!slab->buffers) {
479 sBuf = slab->buffers;
501 sBuf = slab->buffers;
509 free(slab->buffers);
556 sBuf = slab->buffers;
565 free(slab->buffers);
584 * was signaled, since there might be more idle buffers
[all...]
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dcomponentbase.cpp1895 OMX_BUFFERHEADERTYPE **buffers[nr_ports]; local
1906 memset(buffers, 0, sizeof(OMX_BUFFERHEADERTYPE *) * nr_ports);
1916 buffers[i] = &buffers_hdr[i];
1922 ret = ProcessorProcess(buffers, &retain[0], nr_ports);
1929 PostProcessBuffers(buffers, &retain[0]);
1936 ports[i]->RetainThisBuffer(*buffers[i], false);
1939 ports[i]->RetainThisBuffer(*buffers[i], true);
1942 ports[i]->RetainAndReturnBuffer(buffers_org[i], *buffers[i]);
1947 ports[i]->ReturnThisBuffer(*buffers[i]);
1957 /* return buffers b
1994 SourcePostProcessBuffers( OMX_BUFFERHEADERTYPE ***buffers) argument
2017 FilterPostProcessBuffers( OMX_BUFFERHEADERTYPE ***buffers, const buffer_retain_t *retain) argument
2097 PostProcessBuffers(OMX_BUFFERHEADERTYPE ***buffers, const buffer_retain_t *retain) argument
[all...]
/hardware/libhardware/include/hardware/
H A Dcamera3.h89 * HAL with next request and stream buffers already dequeued. Sync framework
106 * - flush call to drop all in-flight requests/buffers as fast as possible.
113 * - register_stream_buffers deprecated. All gralloc buffers provided
132 * - Basic support for depth output buffers.
182 * The framework allocates gralloc buffers and calls
210 * construct_default_request_settings to get default settings buffers for
236 * deliver gralloc buffers to the application layer (for that frame) until
240 * Both partial metadata results and the gralloc buffers may be sent to the
260 * buffers. The framework will accumulate these partial metadata results
265 * above rule holds for gralloc buffers (bot
1862 buffer_handle_t **buffers; member in struct:camera3_stream_buffer_set
[all...]
/hardware/qcom/camera/QCamera2/HAL/test/
H A Dqcamera_test.h344 Vector<sp<ABuffer> > buffers; member in struct:qcamera::TestContext::ViVVid_t
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3HWI.h111 // Number of outstanding buffers at flush
113 // List of pending buffers per request
386 List<RequestedBufferInfo> buffers; member in struct:qcamera::QCamera3HardwareInterface::__anon2240
433 //condition used to signal flush after buffers have returned
449 /* 0: Not batch, non-zero: Number of image buffers in a batch */
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP_Utils.c247 arr[3] = NUM_OF_VPP_BUFFERS; /*Number of buffers on input stream*/
251 arr[6] = NUM_OF_VPP_BUFFERS; /*Number of buffers on input stream*/
255 arr[9] = NUM_OF_VPP_BUFFERS; /*Number of buffers on output stream*/
259 arr[12] = NUM_OF_VPP_BUFFERS; /*Number of buffers on output stream*/
263 arr[15] = NUM_OF_VPP_BUFFERS; /*Number of buffers on output stream*/
533 /*Create pipe to hold filled input buffers from APP to Component*/
539 /*Create pipe to hold empty output buffers from APP to Component*/
1407 VPP_DPRINT("VPP:: Component have all the buffers, eBufferOwner= %d\n", pComponentPrivate->sCompPorts[nIndex].pVPPBufHeader[nCount].eBufferOwner);
1421 VPP_DPRINT("VPP Utils:: Component have all the buffers, eBufferOwner= %d\n", pComponentPrivate->sCompPorts[nIndex].pVPPBufHeader[nCount].eBufferOwner);
1603 VPP_DPRINT("VPP::%d :: Comp:: Error 0x%X While sending the output buffers t
3243 int buffers; local
[all...]
/hardware/ti/omap4-aah/camera/
H A DAppCallbackNotifier.cpp1121 CAMHAL_LOGEA("Error! One of the video buffers is NULL");
1181 CAMHAL_LOGEA("Error! One of the video buffers is NULL");
1442 //Free all video heaps and buffers
1513 status_t AppCallbackNotifier::startPreviewCallbacks(android::CameraParameters &params, CameraBuffer *buffers, uint32_t *offsets, int fd, size_t length, size_t count) argument
1679 //Allocate metadata buffers for video recording
1680 status_t AppCallbackNotifier::initSharedVideoBuffers(CameraBuffer *buffers, uint32_t *offsets, int fd, size_t length, size_t count, CameraBuffer *vidBufs) argument
1689 if(NULL == buffers)
1691 CAMHAL_LOGEA("Error! Video buffers are NULL");
1705 mVideoMetadataBufferMemoryMap.add((void *)buffers[i].opaque, videoMedatadaBufferMemory);
1706 mVideoMetadataBufferReverseMap.add(videoMedatadaBufferMemory->data, &buffers[
[all...]
H A DCameraHal.cpp54 // TODO(XXX): Temporarily increase number of buffers we can allocate from ANW
1328 // Memory allocation of preview buffers is now placed in gralloc
1329 // CameraHal should not allocate preview buffers without DisplayAdapter
1341 CAMHAL_LOGEA("Couldn't allocate preview buffers");
1407 CAMHAL_LOGEA("Couldn't allocate image buffers using memory manager");
1465 // allocate image buffers only if not already allocated
1475 CAMHAL_LOGEA("Couldn't allocate image buffers using memory manager");
1511 CameraBuffer *buffers = new CameraBuffer [bufferCount]; local
1513 memset (buffers, 0, sizeof(CameraBuffer) * bufferCount);
1515 if (buffers !
[all...]
/hardware/ti/omap4xxx/camera/
H A DAppCallbackNotifier.cpp1047 CAMHAL_LOGEA("Error! One of the video buffers is NULL");
1105 CAMHAL_LOGEA("Error! One of the video buffers is NULL");
1366 //Free all video heaps and buffers
1437 status_t AppCallbackNotifier::startPreviewCallbacks(CameraParameters &params, void *buffers, uint32_t *offsets, int fd, size_t length, size_t count) argument
1618 //Allocate metadata buffers for video recording
1619 status_t AppCallbackNotifier::initSharedVideoBuffers(void *buffers, uint32_t *offsets, int fd, size_t length, size_t count, void *vidBufs) argument
1629 if(NULL == buffers)
1631 CAMHAL_LOGEA("Error! Video buffers are NULL");
1634 bufArr = (uint32_t *) buffers;
1689 ///Release the shared video buffers
[all...]
/hardware/intel/common/libva/va/
H A Dva.c1072 VABufferID *buffers,
1081 VA_TRACE_LOG(va_TraceRenderPicture, dpy, context, buffers, num_buffers);
1084 return ctx->vtable->vaRenderPicture( ctx, context, buffers, num_buffers );
1069 vaRenderPicture( VADisplay dpy, VAContextID context, VABufferID *buffers, int num_buffers ) argument
H A Dva_trace.c83 VAProfile trace_profile; /* current profile for buffers */
501 va_TraceMsg(trace_ctx, "\t\t buffers=%p\n", tmp->buffers);
503 va_TraceMsg(trace_ctx, "\t\t\tbuffers[%d]=%p\n", j, tmp->buffers[j]);
3018 VABufferID *buffers,
3031 if (buffers == NULL)
3039 vaBufferInfo(dpy, context, buffers[i], &type, &size, &num_elements);
3042 va_TraceMsg(trace_ctx, "\tbuffers[%d] = 0x%08x\n", i, buffers[i]);
3047 vaMapBuffer(dpy, buffers[i], (void **)&pbuf);
3056 va_TraceMPEG2Buf(dpy, context, buffers[
3015 va_TraceRenderPicture( VADisplay dpy, VAContextID __maybe_unused context, VABufferID *buffers, int num_buffers ) argument
[all...]
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp1009 ///API to give the buffers to Adapter
1055 uint32_t *buffers; local
1083 buffers= (uint32_t*) bufArr;
1488 uint32_t *buffers = (uint32_t*)bufArr; local
1499 CAMHAL_LOGEA("Current number of buffers doesnt equal new num of buffers passed!");
1601 ///Once we get the buffers, move component state to idle state and pass the buffers to OMX comp using UseBuffer
1654 CAMHAL_LOGDB("OMX_UseBuffer(0x%x)", buffers[index]);
1660 (OMX_U8*)buffers[inde
[all...]
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c149 buffer_handle_t *buffers; member in struct:omap4_hwc_device
287 dump_printf(&log, "%p", hwc_dev->buffers[i]);
788 /* 1D buffers: no transform, must fit in TILER slot */
889 /* we need to ensure that even TILER2D buffers can be scaled */
1288 hwc_dev->buffers[dsscomp->num_ovls] = layer->handle;
1345 hwc_dev->buffers[0] = NULL;
1514 hwc_dev->buffers,
1554 hwc_dev->buffers[i], cfg->width, cfg->height, cfg->stride);
2045 hwc_dev->buffers = malloc(sizeof(buffer_handle_t) * MAX_HW_OVERLAYS);
2046 if (!hwc_dev->buffers) {
[all...]

Completed in 819 milliseconds

123