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

  /device/samsung/crespo/include/
hal_public.h 100 __attribute__((aligned(sizeof(int)),packed)) IMG_native_handle_t;
  /hardware/ti/omap4xxx/hwc/
hal_public.h 99 __attribute__((aligned(sizeof(int)),packed)) IMG_native_handle_t;
hwc.c 256 IMG_native_handle_t *handle = (IMG_native_handle_t *)layer->handle;
325 IMG_native_handle_t *handle = (IMG_native_handle_t *)layer->handle;
332 static int is_RGB(IMG_native_handle_t *handle)
356 static int is_BGR(IMG_native_handle_t *handle)
361 static int is_NV12(IMG_native_handle_t *handle)
375 IMG_native_handle_t *handle = (IMG_native_handle_t *)layer->handle;
380 static unsigned int mem1d(IMG_native_handle_t *handle
    [all...]
  /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...]
  /device/samsung/crespo/libhwcomposer/
SecHWC.cpp 76 IMG_native_handle_t *prev_handle = (IMG_native_handle_t *)(cur->handle);
138 IMG_native_handle_t *prev_handle = (IMG_native_handle_t *)(cur->handle);
  /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/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/ti/omap4xxx/domx/domx/omx_proxy_common/src/
omx_proxy_common.c     [all...]

Completed in 1892 milliseconds