Searched defs:currentBuffer (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/display/msm8084/libgralloc/
H A Dfb_priv.h46 private_handle_t *currentBuffer; member in struct:private_module_t
/hardware/qcom/display/msm8226/libgralloc/
H A Dfb_priv.h46 private_handle_t *currentBuffer; member in struct:private_module_t
/hardware/qcom/display/msm8960/libgralloc/
H A Dfb_priv.h46 private_handle_t *currentBuffer; member in struct:private_module_t
/hardware/libhardware/modules/gralloc/
H A Dgralloc_priv.h45 buffer_handle_t currentBuffer; member in struct:private_module_t
/hardware/ti/omap4-aah/domx/domx/omx_proxy_common/src/
H A Domx_proxy_common.c669 OMX_U32 currentBuffer = 0, i = 0; local
707 currentBuffer = i;
715 currentBuffer = pCompPrv->nTotalBuffers;
737 pCompPrv->tBufList[currentBuffer].pYBuffer = handle;
742 &pIonMappedBuffer, &(pCompPrv->tBufList[currentBuffer].mmap_fd)) < 0)
749 if (ion_share(pCompPrv->ion_fd, handle, &(pCompPrv->tBufList[currentBuffer].mmap_fd)) < 0) {
753 DOMX_DEBUG("ion_share success pMemptr: 0x%x \n", pCompPrv->tBufList[currentBuffer].mmap_fd);
756 pMemptr = pCompPrv->tBufList[currentBuffer].mmap_fd;
771 (struct ion_handle *)pCompPrv->tBufList[currentBuffer].pYBuffer);
772 close(pCompPrv->tBufList[currentBuffer]
796 OMX_U32 currentBuffer = 0, i = 0; local
914 OMX_U32 currentBuffer = 0, i = 0, nStride = 0, nNumLines = 0; local
[all...]
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
H A Domx_proxy_common.c645 OMX_U32 currentBuffer = 0, i = 0; local
784 currentBuffer = i;
792 currentBuffer = pCompPrv->nTotalBuffers;
810 pCompPrv->tBufList[currentBuffer].pYBuffer = pMemptr;
819 &(pCompPrv->tBufList[currentBuffer].mmap_fd)) < 0)
832 OMX_U32 currentBuffer = 0, i = 0; local
855 currentBuffer = i;
862 currentBuffer = pCompPrv->nTotalBuffers;
899 pCompPrv->tBufList[currentBuffer].pBufHeader = pBufferHeader;
900 pCompPrv->tBufList[currentBuffer]
950 OMX_U32 currentBuffer = 0, i = 0, nStride = 0, nNumLines = 0; local
[all...]

Completed in 1359 milliseconds