Searched refs:grallocHandle (Results 1 – 7 of 7) sorted by relevance
/hardware/intel/img/hwcomposer/merrifield/ips/penwell/ |
D | PnwGrallocBuffer.cpp | 25 struct PnwIMGGrallocBuffer *grallocHandle = in PnwGrallocBuffer() local 30 if (!grallocHandle) { in PnwGrallocBuffer() 35 mFormat = grallocHandle->format; in PnwGrallocBuffer() 36 mWidth = grallocHandle->width; in PnwGrallocBuffer() 37 mHeight = grallocHandle->height; in PnwGrallocBuffer() 38 mUsage = grallocHandle->usage; in PnwGrallocBuffer() 39 mKey = grallocHandle->stamp; in PnwGrallocBuffer() 40 mBpp = grallocHandle->bpp; in PnwGrallocBuffer()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/ |
D | TngGrallocBuffer.cpp | 40 TngIMGGrallocBuffer *grallocHandle = (TngIMGGrallocBuffer *)handle; in initBuffer() local 44 if (!grallocHandle) { in initBuffer() 49 mFormat = grallocHandle->iFormat; in initBuffer() 50 mWidth = grallocHandle->iWidth; in initBuffer() 51 mHeight = grallocHandle->iHeight; in initBuffer() 52 mUsage = grallocHandle->usage; in initBuffer() 53 mKey = grallocHandle->ui64Stamp; in initBuffer() 54 mBpp = grallocHandle->uiBpp; in initBuffer()
|
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/ |
D | TngGrallocBuffer.cpp | 40 TngIMGGrallocBuffer *grallocHandle = (TngIMGGrallocBuffer *)handle; in initBuffer() local 44 if (!grallocHandle) { in initBuffer() 49 mFormat = grallocHandle->iFormat; in initBuffer() 50 mWidth = grallocHandle->iWidth; in initBuffer() 51 mHeight = grallocHandle->iHeight; in initBuffer() 52 mUsage = grallocHandle->usage; in initBuffer() 53 mKey = grallocHandle->ui64Stamp; in initBuffer() 54 mBpp = grallocHandle->uiBpp; in initBuffer()
|
/hardware/intel/common/utils/ISV/base/ |
D | isv_bufmanager.cpp | 91 IMG_native_handle_t* grallocHandle = (IMG_native_handle_t*)mGrallocHandle; in initBufferInfo() local 92 mStride = grallocHandle->iWidth; in initBufferInfo() 93 mSurfaceHeight = grallocHandle->iHeight; in initBufferInfo() 94 mColorFormat = (hackFormat != 0) ? hackFormat : grallocHandle->iFormat; in initBufferInfo()
|
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/ |
D | omx_proxy_videodec.c | 648 IMG_native_handle_t* grallocHandle; in PROXY_VIDDEC_FillThisBuffer() local 664 grallocHandle = (IMG_native_handle_t*)pBufferHdr->pBuffer; in PROXY_VIDDEC_FillThisBuffer() 698 (buffer_handle_t)grallocHandle, GRALLOC_USAGE_HW_RENDER, in PROXY_VIDDEC_FillThisBuffer() 728 IMG_native_handle_t* grallocHandle; in PROXY_VIDDEC_FillBufferDone() local 746 grallocHandle = (IMG_native_handle_t*)(pCompPrv->tBufList[count].pBufHeader)->pBuffer; in PROXY_VIDDEC_FillBufferDone() 754 …Module->unlock((gralloc_module_t const *) pCompPrv->grallocModule, (buffer_handle_t)grallocHandle); in PROXY_VIDDEC_FillBufferDone() 764 (buffer_handle_t)grallocHandle, in PROXY_VIDDEC_FillBufferDone() 775 (buffer_handle_t)grallocHandle); in PROXY_VIDDEC_FillBufferDone()
|
/hardware/intel/common/utils/ISV/include/ |
D | isv_bufmanager.h | 74 unsigned long buffer, unsigned long grallocHandle, in ISVBuffer() argument 80 mGrallocHandle(grallocHandle), in ISVBuffer()
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/ |
D | omx_proxy_videodec.c | 617 IMG_native_handle_t* grallocHandle; in PROXY_VIDDEC_FillThisBuffer() local 633 grallocHandle = (IMG_native_handle_t*)pBufferHdr->pBuffer; in PROXY_VIDDEC_FillThisBuffer() 648 (buffer_handle_t)grallocHandle, GRALLOC_USAGE_HW_RENDER, in PROXY_VIDDEC_FillThisBuffer() 678 IMG_native_handle_t* grallocHandle; in PROXY_VIDDEC_FillBufferDone() local 696 grallocHandle = (IMG_native_handle_t*)(pCompPrv->tBufList[count].pBufHeader)->pBuffer; in PROXY_VIDDEC_FillBufferDone() 704 …Module->unlock((gralloc_module_t const *) pCompPrv->grallocModule, (buffer_handle_t)grallocHandle); in PROXY_VIDDEC_FillBufferDone()
|