Searched refs:buffers (Results 1 - 8 of 8) sorted by relevance

/hardware/ti/omap4xxx/hwc/
H A Dhal_public.h109 int (*Post2)(framebuffer_device_t *fb, buffer_handle_t *buffers,
H A Dhwc.c148 buffer_handle_t *buffers; member in struct:omap4_hwc_device
286 dump_printf(&log, "%p", hwc_dev->buffers[i]);
787 /* 1D buffers: no transform, must fit in TILER slot */
888 /* we need to ensure that even TILER2D buffers can be scaled */
1251 hwc_dev->buffers[dsscomp->num_ovls] = layer->handle;
1308 hwc_dev->buffers[0] = NULL;
1466 hwc_dev->buffers,
1504 hwc_dev->buffers[i], cfg->width, cfg->height, cfg->stride);
1989 hwc_dev->buffers = malloc(sizeof(buffer_handle_t) * MAX_HW_OVERLAYS);
1990 if (!hwc_dev->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...]
H A DANativeWindowDisplayAdapter.cpp34 //Suspends buffers after given amount of failed dq's
472 // Return the buffers to ANativeWindow here, the mFramesWithCameraAdapterMap is also cleared inside
553 CAMHAL_LOGDB("Number of buffers set to ANativeWindow %d", numBufs);
554 ///Set the number of buffers needed for camera preview
566 CAMHAL_LOGDB("Configuring %d buffers for ANativeWindow", numBufs);
588 ///We just return the buffers from ANativeWindow, if the width and height are same, else (vstab, vnf case)
589 ///re-allocate buffers using ANativeWindow and then get them
590 ///@todo - Re-allocate buffers for vnf and vstab using the width, height, format, numBufs etc
593 CAMHAL_LOGEA("Couldn't create array for ANativeWindow buffers");
630 // lock the initial queueable buffers
846 int *buffers = (int *) buf; local
[all...]
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCapture.cpp638 CAMHAL_LOGEB("Image capture buffers set to %d", imgCaptureData->mNumBufs);
802 ///Queue all the buffers on capture port
816 // Only need to queue buffers on image ports
971 //Release image buffers
1011 ///Free all the buffers on capture port
1059 uint32_t *buffers = (uint32_t*)bufArr; local
1151 (unsigned int)buffers[index],
1159 (OMX_U8*)buffers[index]);
1215 //Release image buffers
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/camera/inc/
H A DCameraHal.h402 //signals CameraHAL to relase image buffers
487 * Interface for providing buffers
548 status_t startPreviewCallbacks(CameraParameters &params, void *buffers, uint32_t *offsets, int fd, size_t length, size_t count);
580 status_t initSharedVideoBuffers(void *buffers, uint32_t *offsets, int fd, size_t length, size_t count, void *vidBufs);
682 * Class used for allocating memory for JPEG bit stream buffers, output buffers of camera in no overlay case
816 //API to flush the buffers from Camera
822 //Registers callback for returning image buffers back to CameraHAL
890 // Get max queueable buffers display supports
1112 /** Allocate preview data buffers */
[all...]
/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...]

Completed in 69 milliseconds