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

  /hardware/ti/omap4-aah/ion/
ion.h 28 int ion_alloc_tiler(int fd, size_t w, size_t h, int fmt, unsigned int flags,
ion.c 74 int ion_alloc_tiler(int fd, size_t w, size_t h, int fmt, unsigned int flags, function
ion_test.c 38 ret = ion_alloc_tiler(*fd, width, height, fmt, alloc_flags,
ion_test_2.c 53 ret = ion_alloc_tiler(fd, width, height, fmt, alloc_flags,
  /hardware/ti/omap4xxx/ion/
ion.h 28 int ion_alloc_tiler(int fd, size_t w, size_t h, int fmt, unsigned int flags,
ion.c 75 int ion_alloc_tiler(int fd, size_t w, size_t h, int fmt, unsigned int flags, function
  /hardware/ti/omap4-aah/system-core-headers-ti/ion/
ion.h 33 int ion_alloc_tiler(int fd, size_t w, size_t h, int fmt, unsigned int flags,
  /hardware/ti/omap4-aah/camera/
MemoryManager.cpp 97 ret = ion_alloc_tiler(mIonFd, (size_t)size, 1, TILER_PIXEL_FMT_PAGE,
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c 425 ret = ion_alloc_tiler(pCompPrv->ion_fd, MAX_VTC_WIDTH_WITH_VNF, MAX_VTC_HEIGHT_WITH_VNF, TILER_PIXEL_FMT_8BIT, OMAP_ION_HEAP_TILER_MASK, &handle, (size_t *)&stride_Y);
442 ret = ion_alloc_tiler(pCompPrv->ion_fd, MAX_VTC_WIDTH_WITH_VNF/2, MAX_VTC_HEIGHT_WITH_VNF/2, TILER_PIXEL_FMT_16BIT, OMAP_ION_HEAP_TILER_MASK, &handle, (size_t *)&stride_UV);
477 ret = ion_alloc_tiler (pCompPrv->ion_fd, size, 1,
668 ret = ion_alloc_tiler(ion_fd, dccbuf_size, 1, TILER_PIXEL_FMT_PAGE,
  /hardware/ti/omap4-aah/domx/domx/omx_proxy_common/src/
omx_proxy_common.c 225 ret = ion_alloc_tiler(pCompPrv->ion_fd, len, 1, TILER_PIXEL_FMT_PAGE,
    [all...]
  /hardware/ti/omap4-aah/hwc/
hwc.c     [all...]

Completed in 1957 milliseconds