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

  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c 119 OMX_PTR DCC_Buff = NULL;
457 ret = ion_alloc(ion_fd, dccbuf_size, 0x1000, 1 << ION_HEAP_TYPE_CARVEOUT, &DCC_Buff);
461 if (ion_map(ion_fd, DCC_Buff, dccbuf_size, PROT_READ | PROT_WRITE, MAP_SHARED, 0,
479 DCC_Buff = MemMgr_Alloc(MemReqDescTiler, 1);
480 PROXY_assert(DCC_Buff != NULL,
482 ptempbuf = DCC_Buff;
521 uribufparam.pSharedBuff = (OMX_U8 *) DCC_Buff;
641 if (DCC_Buff)
646 ion_free(ion_fd, DCC_Buff);
648 DCC_Buff = NULL
    [all...]
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c 128 OMX_PTR DCC_Buff = NULL;
665 (struct ion_handle **)&DCC_Buff);
667 if (ret || ((int)DCC_Buff == -ENOMEM)) {
669 OMAP_ION_HEAP_TILER_MASK, &DCC_Buff, &stride);
672 if (ret || ((int)DCC_Buff == -ENOMEM)) {
678 if (ion_map(ion_fd, DCC_Buff, dccbuf_size, PROT_READ | PROT_WRITE, MAP_SHARED, 0,
726 uribufparam.pSharedBuff = (OMX_PTR) DCC_Buff;
847 if (DCC_Buff)
852 ion_free(ion_fd, DCC_Buff);
854 DCC_Buff = NULL
    [all...]

Completed in 198 milliseconds