Home
last modified time | relevance | path

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

/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/msm8998/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/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/qcom/media/msm8974/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/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/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()
Dcomponentbase.cpp925 OMX_IN OMX_U32 nSizeBytes, in UseBuffer() argument
939 pAppPrivate, nSizeBytes, pBuffer); in UseBuffer()
947 OMX_IN OMX_U32 nSizeBytes, in CBaseUseBuffer() argument
974 return port->UseBuffer(ppBufferHdr, nPortIndex, pAppPrivate, nSizeBytes, in CBaseUseBuffer()
983 OMX_IN OMX_U32 nSizeBytes) in AllocateBuffer() argument
996 pAppPrivate, nSizeBytes); in AllocateBuffer()
1004 OMX_IN OMX_U32 nSizeBytes) in CBaseAllocateBuffer() argument
1027 return port->AllocateBuffer(ppBuffer, nPortIndex, pAppPrivate, nSizeBytes); in CBaseAllocateBuffer()
/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/include/
DOMX_adaptor.h93 OMX_U32 nSizeBytes,
/hardware/intel/common/utils/media_resource_manager/omx_adaptor/
DOMX_adaptor.h93 OMX_U32 nSizeBytes,
DOMX_adaptor.cpp216 OMX_U32 nSizeBytes, in MRM_OMX_UseBuffer() argument
227 nSizeBytes, in MRM_OMX_UseBuffer()