OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pmemptr
(Results
1 - 8
of
8
) sorted by null
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
omx_proxy_common.c
660
OMX_U8*
pMemptr
= NULL;
749
pMemptr
= (OMX_U8*) MemMgr_Alloc(blocks, 2);
750
PROXY_assert((
pMemptr
!= NULL), OMX_ErrorInsufficientResources, "MemMgr_Alloc returns NULL, abort,");
759
pMemptr
= handle;
771
pMemptr
= (OMX_U8*) MemMgr_Alloc(&block, 1);
772
PROXY_assert((
pMemptr
!= NULL), OMX_ErrorInsufficientResources,"MemMgr_Alloc returns NULL, abort,");
798
eError = PROXY_UseBuffer(hComponent, ppBufferHdr, nPortIndex, pAppPrivate, nSize,
pMemptr
);
803
ion_free(pCompPrv->ion_fd,
pMemptr
);
805
MemMgr_Free(
pMemptr
);
810
pCompPrv->tBufList[currentBuffer].pYBuffer =
pMemptr
;
[
all
...]
/hardware/ti/omap4-aah/domx/domx/omx_proxy_common/src/
omx_proxy_common.c
682
OMX_U8*
pMemptr
= NULL;
753
DOMX_DEBUG("ion_share success
pMemptr
: 0x%x \n", pCompPrv->tBufList[currentBuffer].mmap_fd);
756
pMemptr
= pCompPrv->tBufList[currentBuffer].mmap_fd;
765
eError = PROXY_UseBuffer(hComponent, ppBufferHdr, nPortIndex, pAppPrivate, nSize,
pMemptr
);
778
pCompPrv->tBufList[currentBuffer].pYBuffer =
pMemptr
;
[
all
...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp
[
all
...]
omx_vdec_copper.cpp
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp
[
all
...]
omx_vdec_hevc.cpp
[
all
...]
omx_vdec_hevc_swvdec.cpp
[
all
...]
omx_vdec_msm8974.cpp
[
all
...]
Completed in 446 milliseconds