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

  /hardware/intel/img/hwcomposer/ips/tangier/
TngGrallocBuffer.h 27 typedef IMG_native_handle_t TngIMGGrallocBuffer;
  /hardware/ti/omap4-aah/hwc/
hal_public.h 99 __attribute__((aligned(sizeof(int)),packed)) IMG_native_handle_t;
rgz_2d.c 51 static int rgz_handle_to_stride(IMG_native_handle_t *h);
173 IMG_native_handle_t *h = (IMG_native_handle_t *)layer->handle;
252 IMG_native_handle_t *h = (IMG_native_handle_t *)l->handle;
343 IMG_native_handle_t *handle = (IMG_native_handle_t *)hwc_layer->handle;
409 IMG_native_handle_t *handle = (IMG_native_handle_t *)layer->handle;
752 IMG_native_handle_t *handle = (IMG_native_handle_t *)layer->handle
    [all...]
hwc.c 346 IMG_native_handle_t *handle = (IMG_native_handle_t *)layer->handle;
429 IMG_native_handle_t *handle = (IMG_native_handle_t *)layer->handle;
436 static int is_RGB32(IMG_native_handle_t *handle)
448 static int is_RGB(IMG_native_handle_t *handle)
460 static int get_rgb_bpp(IMG_native_handle_t *handle)
487 static int is_BGR(IMG_native_handle_t *handle)
492 static int is_NV12(IMG_native_handle_t *handle)
509 IMG_native_handle_t *handle = (IMG_native_handle_t *)layer->handle
    [all...]
  /hardware/ti/omap4xxx/hwc/
hal_public.h 99 __attribute__((aligned(sizeof(int)),packed)) IMG_native_handle_t;
hwc.c 257 IMG_native_handle_t *handle = (IMG_native_handle_t *)layer->handle;
326 IMG_native_handle_t *handle = (IMG_native_handle_t *)layer->handle;
333 static int is_RGB(IMG_native_handle_t *handle)
357 static int is_BGR(IMG_native_handle_t *handle)
362 static int is_NV12(IMG_native_handle_t *handle)
376 IMG_native_handle_t *handle = (IMG_native_handle_t *)layer->handle;
381 static unsigned int mem1d(IMG_native_handle_t *handle
    [all...]
  /hardware/intel/img/hwcomposer/include/pvr/hal/
hal_public.h 155 __attribute__((aligned(sizeof(int)),packed)) IMG_native_handle_t;
  /hardware/ti/omap4xxx/camera/inc/
ANativeWindowDisplayAdapter.h 159 IMG_native_handle_t** mGrallocHandleMap;
  /hardware/ti/omap4xxx/camera/
ANativeWindowDisplayAdapter.cpp 530 mGrallocHandleMap = new IMG_native_handle_t*[lnumBufs];
602 IMG_native_handle_t** hndl2hndl;
603 IMG_native_handle_t* handle;
725 IMG_native_handle_t* handle = (IMG_native_handle_t*) *(mBufferHandleMap[i]);
795 IMG_native_handle_t* handle = (IMG_native_handle_t*) *(mBufferHandleMap[0]);
    [all...]
  /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;
728 IMG_native_handle_t* grallocHandle;
746 grallocHandle = (IMG_native_handle_t*)(pCompPrv->tBufList[count].pBufHeader)->pBuffer;
  /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;
678 IMG_native_handle_t* grallocHandle;
696 grallocHandle = (IMG_native_handle_t*)(pCompPrv->tBufList[count].pBufHeader)->pBuffer;
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 151 IMG_native_handle_t* gralloc_handle[OMX_MPEG4E_NUM_INTERNAL_BUF];
737 IMG_native_handle_t* pGrallocHandle;
742 pGrallocHandle = (IMG_native_handle_t*) (pVideoMetadataBuffer->handle);
757 IMG_native_handle_t* pGrallocHandle;
763 pGrallocHandle = (IMG_native_handle_t*) tBufHandle;
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 129 IMG_native_handle_t* gralloc_handle[OMX_H264VE_NUM_INTERNAL_BUF];
610 IMG_native_handle_t* pGrallocHandle;
615 pGrallocHandle = (IMG_native_handle_t*) (pVideoMetadataBuffer->handle);
630 IMG_native_handle_t* pGrallocHandle;
636 pGrallocHandle = (IMG_native_handle_t*) tBufHandle;
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 128 IMG_native_handle_t* gralloc_handle[OMX_MPEG4E_NUM_INTERNAL_BUF];
594 IMG_native_handle_t* pGrallocHandle;
599 pGrallocHandle = (IMG_native_handle_t*) (pVideoMetadataBuffer->handle);
614 IMG_native_handle_t* pGrallocHandle;
620 pGrallocHandle = (IMG_native_handle_t*) tBufHandle;
  /hardware/intel/img/psb_video/src/android/
psb_surface_gralloc.c 288 IMG_native_handle_t* h = (IMG_native_handle_t*)external_buffers->buffers[0];
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 152 IMG_native_handle_t* gralloc_handle[OMX_H264VE_NUM_INTERNAL_BUF];
712 IMG_native_handle_t* pGrallocHandle=NULL;
765 pGrallocHandle = (IMG_native_handle_t*) (pVideoMetadataBuffer->handle);
794 pGrallocHandle = (IMG_native_handle_t*) tBufHandle;
    [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.cpp 186 IMG_native_handle_t* h = (IMG_native_handle_t*) handle;
  /hardware/ti/omap4-aah/camera/
ANativeWindowDisplayAdapter.cpp 754 IMG_native_handle_t *img = (IMG_native_handle_t *)handle;
    [all...]
  /hardware/ti/omap4-aah/domx/domx/omx_proxy_common/src/
omx_proxy_common.c 987 pAuxBuf0 = (OMX_U8 *)(((IMG_native_handle_t*)pBuffer)->fd[0]);
1011 pAuxBuf1 = (OMX_U8 *)(((IMG_native_handle_t*)pBuffer)->fd[1]);
    [all...]
  /hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
omx_proxy_common.c     [all...]

Completed in 818 milliseconds