Home
last modified time | relevance | path

Searched refs:nSizeBytes (Results 1 – 25 of 55) sorted by relevance

123

/hardware/intel/common/wrs_omxil_core/base/inc/
Dportbase.h30 typedef OMX_U8* CustomMemAlloc(OMX_U32 nSizeBytes, OMX_PTR pUserData);
75 OMX_U32 nSizeBytes,
80 OMX_U32 nSizeBytes);
Dcomponentbase.h187 OMX_IN OMX_U32 nSizeBytes,
194 OMX_IN OMX_U32 nSizeBytes,
202 OMX_IN OMX_U32 nSizeBytes);
208 OMX_IN OMX_U32 nSizeBytes);
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
DOMXVideoDecoderAVCSecure.h55 static OMX_U8* MemAllocDataBuffer(OMX_U32 nSizeBytes, OMX_PTR pUserData);
57 OMX_U8* MemAllocDataBuffer(OMX_U32 nSizeBytes);
DOMXVideoDecoderAVCSecure.cpp575 OMX_U8* OMXVideoDecoderAVCSecure::MemAllocDataBuffer(OMX_U32 nSizeBytes, OMX_PTR pUserData) { in MemAllocDataBuffer() argument
578 return p->MemAllocDataBuffer(nSizeBytes); in MemAllocDataBuffer()
593 OMX_U8* OMXVideoDecoderAVCSecure::MemAllocDataBuffer(OMX_U32 nSizeBytes) { in MemAllocDataBuffer() argument
595 ALOGW_IF(nSizeBytes != INPORT_BUFFER_SIZE, in MemAllocDataBuffer()
597 __FUNCTION__, nSizeBytes, sizeof(ProtectedDataBuffer)); in MemAllocDataBuffer()
/hardware/intel/common/utils/ISV/include/
Disv_omxcomponent.h149 OMX_IN OMX_U32 nSizeBytes,
155 OMX_IN OMX_U32 nSizeBytes,
163 OMX_IN OMX_U32 nSizeBytes);
168 OMX_IN OMX_U32 nSizeBytes);
/hardware/qcom/media/msm8974/mm-core/inc/
DOMX_Core.h999 nSizeBytes, \ argument
1006 nSizeBytes, \
1042 nSizeBytes) \ argument
1048 nSizeBytes) /* Macro End */
/hardware/qcom/media/msm8996/mm-core/inc/
DOMX_Core.h999 nSizeBytes, \ argument
1006 nSizeBytes, \
1042 nSizeBytes) \ argument
1048 nSizeBytes) /* Macro End */
DOMX_Component.h483 OMX_IN OMX_U32 nSizeBytes,
495 OMX_IN OMX_U32 nSizeBytes);
/hardware/ti/omap4xxx/domx/omx_core/inc/
DOMX_Core.h990 nSizeBytes, \ argument
997 nSizeBytes, \
1033 nSizeBytes) \ argument
1039 nSizeBytes) /* Macro End */
DOMX_Component.h483 OMX_IN OMX_U32 nSizeBytes,
495 OMX_IN OMX_U32 nSizeBytes);
/hardware/ti/omap4-aah/domx/omx_core/inc/
DOMX_Core.h1007 nSizeBytes, \ argument
1014 nSizeBytes, \
1050 nSizeBytes) \ argument
1056 nSizeBytes) /* Macro End */
DOMX_Component.h500 OMX_IN OMX_U32 nSizeBytes,
512 OMX_IN OMX_U32 nSizeBytes);
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
DOMX_Core.h990 nSizeBytes, \ argument
997 nSizeBytes, \
1033 nSizeBytes) \ argument
1039 nSizeBytes) /* Macro End */
DOMX_Component.h483 OMX_IN OMX_U32 nSizeBytes,
495 OMX_IN OMX_U32 nSizeBytes);
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
DOMX_Core.h990 nSizeBytes, \ argument
997 nSizeBytes, \
1033 nSizeBytes) \ argument
1039 nSizeBytes) /* Macro End */
DOMX_Component.h483 OMX_IN OMX_U32 nSizeBytes,
495 OMX_IN OMX_U32 nSizeBytes);
/hardware/ti/omap4-aah/domx/domx/omx_rpc/inc/
Domx_rpc_stub.h74 OMX_PTR pAppPrivate, OMX_U32 nSizeBytes, OMX_U8 * pBuffer,
124 OMX_PTR pAppPrivate, OMX_U32 nSizeBytes,
/hardware/ti/omap4xxx/domx/domx/omx_rpc/inc/
Domx_rpc_stub.h74 OMX_PTR pAppPrivate, OMX_U32 nSizeBytes, OMX_U8 * pBuffer,
124 OMX_PTR pAppPrivate, OMX_U32 nSizeBytes,
/hardware/intel/common/wrs_omxil_core/base/src/
Dportbase.cpp326 OMX_U32 nSizeBytes, in UseBuffer() argument
333 cbase->GetName(), cbase->GetWorkingRole(), nPortIndex, nSizeBytes); in UseBuffer()
366 buffer_hdr->nAllocLen = nSizeBytes; in UseBuffer()
408 OMX_U32 nSizeBytes) in AllocateBuffer() argument
414 cbase->GetName(), cbase->GetWorkingRole(), nPortIndex, nSizeBytes); in AllocateBuffer()
429 … buffer_hdr = (OMX_BUFFERHEADERTYPE *) calloc(1, sizeof(*buffer_hdr) + nSizeBytes + mem_alignment); in AllocateBuffer()
431 buffer_hdr = (OMX_BUFFERHEADERTYPE *) calloc(1, sizeof(*buffer_hdr) + nSizeBytes); in AllocateBuffer()
454 buffer_hdr->pBuffer = (*custom_mem_alloc)(nSizeBytes, custom_mem_userdata); in AllocateBuffer()
465 buffer_hdr->nAllocLen = nSizeBytes; in AllocateBuffer()
/hardware/intel/common/utils/ISV/omx/
Disv_omxcomponent.cpp533 OMX_IN OMX_U32 nSizeBytes, in UseBuffer() argument
539 pAppPrivate, nSizeBytes, pBuffer); in UseBuffer()
546 OMX_IN OMX_U32 nSizeBytes, in ISV_UseBuffer() argument
552 pAppPrivate, nSizeBytes, pBuffer); in ISV_UseBuffer()
576 OMX_IN OMX_U32 nSizeBytes) in AllocateBuffer() argument
581 pAppPrivate, nSizeBytes); in AllocateBuffer()
588 OMX_IN OMX_U32 nSizeBytes) in ISV_AllocateBuffer() argument
593 pAppPrivate, nSizeBytes); in ISV_AllocateBuffer()
/hardware/intel/common/utils/media_resource_manager/omx_adaptor/
DOMX_adaptor.h93 OMX_U32 nSizeBytes,
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
DOMX_AacEncoder.c123 …RTYPE** pBuffer, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes);
125 … OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes, OMX_IN OMX_U8* …
1829 OMX_IN OMX_U32 nSizeBytes) in AllocateBuffer() argument
1861 PERF_ReceivedBuffer(pComponentPrivate->pPERF,(*pBuffer)->pBuffer,nSizeBytes,PERF_ModuleMemory); in AllocateBuffer()
1892 if (nSizeBytes != pPortDef->nBufferSize) in AllocateBuffer()
1894 …->dbg, "%d :: Error: nSizeBytes(%ld) != nBufferSize(%ld)\n", __LINE__, nSizeBytes, pPortDef->nBuff… in AllocateBuffer()
1902 OMX_MALLOC_SIZE_DSPALIGN(pBufferHeader->pBuffer, nSizeBytes, OMX_U8); in AllocateBuffer()
1942 pBufferHeader->nAllocLen = nSizeBytes; in AllocateBuffer()
1954 … PERF_ReceivedBuffer(pComponentPrivate->pPERF,(*pBuffer)->pBuffer, nSizeBytes,PERF_ModuleMemory); in AllocateBuffer()
2103 OMX_IN OMX_U32 nSizeBytes, in UseBuffer() argument
[all …]
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
Domx_proxy_common.c102 OMX_U32 nSizeBytes, OMX_BUFFERHEADERTYPE * pChironBuf,
106 OMX_U32 nSizeBytes, OMX_BUFFERHEADERTYPE * pDucBuf,
130 OMX_IN OMX_U32 nSizeBytes, OMX_IN OMX_U8 * pBuffer);
640 OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes) in PROXY_AllocateBuffer() argument
658 OMX_U32 nSize = (nSizeBytes + LINUX_PAGE_SIZE - 1) & ~(LINUX_PAGE_SIZE - 1); in PROXY_AllocateBuffer()
678 hComponent, pCompPrv, nPortIndex, pAppPrivate, nSizeBytes); in PROXY_AllocateBuffer()
848 hComponent, pCompPrv, nPortIndex, pAppPrivate, nSizeBytes); in PROXY_AllocateBuffer()
890 nPortIndex, &pBufHeaderRemote, pAppPrivate, nSizeBytes, in PROXY_AllocateBuffer()
944 OMX_IN OMX_U32 nSizeBytes, OMX_IN OMX_U8 * pBuffer) in PROXY_UseBuffer() argument
980 hComponent, pCompPrv, nPortIndex, pAppPrivate, nSizeBytes, in PROXY_UseBuffer()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
DOMX_G729Decoder.c149 OMX_IN OMX_U32 nSizeBytes);
161 OMX_IN OMX_U32 nSizeBytes,
1618 OMX_IN OMX_U32 nSizeBytes) in AllocateBuffer() argument
1649 pBufferHeader->pBuffer = (OMX_U8 *)malloc(nSizeBytes + EXTRA_BUFFBYTES); in AllocateBuffer()
1650 memset(pBufferHeader->pBuffer, 0x0, nSizeBytes + EXTRA_BUFFBYTES); in AllocateBuffer()
1712 pBufferHeader->nAllocLen = nSizeBytes; in AllocateBuffer()
1721 (*pBuffer)->pBuffer, nSizeBytes, in AllocateBuffer()
1921 OMX_IN OMX_U32 nSizeBytes, in UseBuffer() argument
1941 if(nSizeBytes != pPortDef->nBufferSize || pPortDef->bPopulated) in UseBuffer()
1989 pBufferHeader->nAllocLen = nSizeBytes; in UseBuffer()
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEncoder.c250 OMX_IN OMX_U32 nSizeBytes,
257 OMX_IN OMX_U32 nSizeBytes);
3301 OMX_IN OMX_U32 nSizeBytes, in UseBuffer() argument
3346 if (nSizeBytes < pPortDef->nBufferSize) in UseBuffer()
3350 …ating invalid size buffer: nBufferSize: %lu nSizeBytes: %lu\n", pPortDef->nBufferSize, nSizeBytes); in UseBuffer()
3366 pBuffer, nSizeBytes, in UseBuffer()
3383 pBufferPrivate->pBufferHdr->nAllocLen = nSizeBytes; in UseBuffer()
3418 if(!pComponentPrivate->nInBufferSize || (pComponentPrivate->nInBufferSize > nSizeBytes)) { in UseBuffer()
3419 pComponentPrivate->nInBufferSize = nSizeBytes; in UseBuffer()
3425 if(!pComponentPrivate->nOutBufferSize || (pComponentPrivate->nOutBufferSize > nSizeBytes)) { in UseBuffer()
[all …]

123