HomeSort by relevance Sort by last modified time
    Searched refs:grallocHandle (Results 1 - 5 of 5) sorted by null

  /hardware/intel/img/hwcomposer/ips/tangier/
TngGrallocBuffer.cpp 40 TngIMGGrallocBuffer *grallocHandle = (TngIMGGrallocBuffer *)handle;
44 if (!grallocHandle) {
49 mFormat = grallocHandle->iFormat;
50 mWidth = grallocHandle->iWidth;
51 mHeight = grallocHandle->iHeight;
52 mUsage = grallocHandle->usage;
53 mKey = grallocHandle->ui64Stamp;
54 mBpp = grallocHandle->uiBpp;
  /hardware/intel/common/utils/ISV/include/
isv_bufmanager.h 74 unsigned long buffer, unsigned long grallocHandle,
80 mGrallocHandle(grallocHandle),
  /hardware/intel/common/utils/ISV/base/
isv_bufmanager.cpp 89 IMG_native_handle_t* grallocHandle = (IMG_native_handle_t*)mGrallocHandle;
90 mStride = grallocHandle->iWidth;
91 mSurfaceHeight = grallocHandle->iHeight;
92 mColorFormat = (hackFormat != 0) ? hackFormat : grallocHandle->iFormat;
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec.c 648 IMG_native_handle_t* grallocHandle;
664 grallocHandle = (IMG_native_handle_t*)pBufferHdr->pBuffer;
698 (buffer_handle_t)grallocHandle, GRALLOC_USAGE_HW_RENDER,
728 IMG_native_handle_t* grallocHandle;
746 grallocHandle = (IMG_native_handle_t*)(pCompPrv->tBufList[count].pBufHeader)->pBuffer;
754 pCompPrv->grallocModule->unlock((gralloc_module_t const *) pCompPrv->grallocModule, (buffer_handle_t)grallocHandle);
764 (buffer_handle_t)grallocHandle,
775 (buffer_handle_t)grallocHandle);
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec.c 617 IMG_native_handle_t* grallocHandle;
633 grallocHandle = (IMG_native_handle_t*)pBufferHdr->pBuffer;
648 (buffer_handle_t)grallocHandle, GRALLOC_USAGE_HW_RENDER,
678 IMG_native_handle_t* grallocHandle;
696 grallocHandle = (IMG_native_handle_t*)(pCompPrv->tBufList[count].pBufHeader)->pBuffer;
704 pCompPrv->grallocModule->unlock((gralloc_module_t const *) pCompPrv->grallocModule, (buffer_handle_t)grallocHandle);

Completed in 110 milliseconds