/hardware/intel/common/wrs_omxil_core/base/inc/ |
D | portbase.h | 30 typedef OMX_U8* CustomMemAlloc(OMX_U32 nSizeBytes, OMX_PTR pUserData); 75 OMX_U32 nSizeBytes, 80 OMX_U32 nSizeBytes);
|
D | componentbase.h | 187 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/ |
D | OMXVideoDecoderAVCSecure.h | 54 static OMX_U8* MemAllocDataBuffer(OMX_U32 nSizeBytes, OMX_PTR pUserData); 56 OMX_U8* MemAllocDataBuffer(OMX_U32 nSizeBytes);
|
D | OMXVideoDecoderAVCSecure.cpp | 514 OMX_U8* OMXVideoDecoderAVCSecure::MemAllocDataBuffer(OMX_U32 nSizeBytes, OMX_PTR pUserData) { in MemAllocDataBuffer() argument 517 return p->MemAllocDataBuffer(nSizeBytes); in MemAllocDataBuffer() 532 OMX_U8* OMXVideoDecoderAVCSecure::MemAllocDataBuffer(OMX_U32 nSizeBytes) { in MemAllocDataBuffer() argument 533 if (nSizeBytes > INPORT_BUFFER_SIZE) { in MemAllocDataBuffer() 534 ALOGE("Invalid size (%u) of memory to allocate.", nSizeBytes); in MemAllocDataBuffer() 537 ALOGW_IF(nSizeBytes != INPORT_BUFFER_SIZE, "Size of memory to allocate is %u", nSizeBytes); in MemAllocDataBuffer()
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/ |
D | Exynos_OMX_VencControl.h | 46 OMX_IN OMX_U32 nSizeBytes, 53 OMX_IN OMX_U32 nSizeBytes);
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/ |
D | Exynos_OMX_VdecControl.h | 46 OMX_IN OMX_U32 nSizeBytes, 53 OMX_IN OMX_U32 nSizeBytes);
|
/hardware/qcom/media/mm-core/inc/ |
D | OMX_Core.h | 999 nSizeBytes, \ argument 1006 nSizeBytes, \ 1042 nSizeBytes) \ argument 1048 nSizeBytes) /* Macro End */
|
D | OMX_Component.h | 483 OMX_IN OMX_U32 nSizeBytes, 495 OMX_IN OMX_U32 nSizeBytes);
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
D | OMX_Core.h | 990 nSizeBytes, \ argument 997 nSizeBytes, \ 1033 nSizeBytes) \ argument 1039 nSizeBytes) /* Macro End */
|
D | OMX_Component.h | 483 OMX_IN OMX_U32 nSizeBytes, 495 OMX_IN OMX_U32 nSizeBytes);
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/ |
D | OMX_Core.h | 990 nSizeBytes, \ argument 997 nSizeBytes, \ 1033 nSizeBytes) \ argument 1039 nSizeBytes) /* Macro End */
|
D | OMX_Component.h | 483 OMX_IN OMX_U32 nSizeBytes, 495 OMX_IN OMX_U32 nSizeBytes);
|
/hardware/ti/omap4-aah/domx/omx_core/inc/ |
D | OMX_Core.h | 1007 nSizeBytes, \ argument 1014 nSizeBytes, \ 1050 nSizeBytes) \ argument 1056 nSizeBytes) /* Macro End */
|
/hardware/qcom/media/mm-core/omxcore/inc/ |
D | OMX_Core.h | 990 nSizeBytes, \ argument 997 nSizeBytes, \ 1033 nSizeBytes) \ argument 1039 nSizeBytes) /* Macro End */
|
D | OMX_Component.h | 483 OMX_IN OMX_U32 nSizeBytes, 495 OMX_IN OMX_U32 nSizeBytes);
|
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
D | OMX_Core.h | 990 nSizeBytes, \ argument 997 nSizeBytes, \ 1033 nSizeBytes) \ argument 1039 nSizeBytes) /* Macro End */
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/ |
D | Exynos_OMX_Adec.h | 86 OMX_IN OMX_U32 nSizeBytes, 93 OMX_IN OMX_U32 nSizeBytes);
|
/hardware/ti/omap4-aah/domx/domx/omx_rpc/inc/ |
D | omx_rpc_stub.h | 74 OMX_PTR pAppPrivate, OMX_U32 nSizeBytes, OMX_U8 * pBuffer, 124 OMX_PTR pAppPrivate, OMX_U32 nSizeBytes,
|
/hardware/ti/omap4xxx/domx/domx/omx_rpc/inc/ |
D | omx_rpc_stub.h | 74 OMX_PTR pAppPrivate, OMX_U32 nSizeBytes, OMX_U8 * pBuffer, 124 OMX_PTR pAppPrivate, OMX_U32 nSizeBytes,
|
/hardware/intel/common/wrs_omxil_core/base/src/ |
D | portbase.cpp | 325 OMX_U32 nSizeBytes, in UseBuffer() argument 332 cbase->GetName(), cbase->GetWorkingRole(), nPortIndex, nSizeBytes); in UseBuffer() 365 buffer_hdr->nAllocLen = nSizeBytes; in UseBuffer() 407 OMX_U32 nSizeBytes) in AllocateBuffer() argument 413 cbase->GetName(), cbase->GetWorkingRole(), nPortIndex, nSizeBytes); in AllocateBuffer() 428 … buffer_hdr = (OMX_BUFFERHEADERTYPE *) calloc(1, sizeof(*buffer_hdr) + nSizeBytes + mem_alignment); in AllocateBuffer() 430 buffer_hdr = (OMX_BUFFERHEADERTYPE *) calloc(1, sizeof(*buffer_hdr) + nSizeBytes); in AllocateBuffer() 453 buffer_hdr->pBuffer = (*custom_mem_alloc)(nSizeBytes, custom_mem_userdata); in AllocateBuffer() 464 buffer_hdr->nAllocLen = nSizeBytes; in AllocateBuffer()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
D | OMX_AacEncoder.c | 123 …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/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/ |
D | Exynos_OSAL_Android.cpp | 461 OMX_U32 nSizeBytes, in useAndroidNativeBuffer() argument 500 temp_bufferHeader->nAllocLen = nSizeBytes; in useAndroidNativeBuffer() 710 OMX_U32 nSizeBytes; in Exynos_OSAL_SetANBParameter() local 740 nSizeBytes = ALIGN(pANB->width, 16) * ALIGN(pANB->height, 16); in Exynos_OSAL_SetANBParameter() 741 nSizeBytes += ALIGN(pANB->width / 2, 16) * ALIGN(pANB->height / 2, 16) * 2; in Exynos_OSAL_SetANBParameter() 747 nSizeBytes, in Exynos_OSAL_SetANBParameter()
|
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/ |
D | omx_proxy_common.c | 102 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/ |
D | OMX_G729Decoder.c | 149 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/ |
D | OMX_VideoEncoder.c | 250 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 …]
|