Searched defs:nAllocLen (Results 1 - 12 of 12) sorted by relevance

/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
H A Domx_proxy_h264enc.c557 OMX_U32 nFilledLen, nAllocLen; local
584 nAllocLen = pBufferHdr->nAllocLen;
589 pBufferHdr->nAllocLen = tParamStruct.nBufferSize;
693 pBufferHdr->nAllocLen = nAllocLen;
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
H A Domx_proxy_mpeg4enc.c540 OMX_U32 nFilledLen, nAllocLen; local
567 nAllocLen = pBufferHdr->nAllocLen;
572 pBufferHdr->nAllocLen = tParamStruct.nBufferSize;
679 pBufferHdr->nAllocLen = nAllocLen;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
H A DExynos_OMX_H264dec.c681 plane.allocSize = pExynosInputPort->extendBufferHeader[i].OMXBufferHeader->nAllocLen;
849 OMX_U32 nAllocLen[MFC_OUTPUT_BUFFER_PLANE] = {0, 0}; local
853 nAllocLen[0] = calc_plane(pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameWidth,
855 nAllocLen[1] = calc_plane(pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameWidth,
872 (void *)Exynos_OSAL_SharedMemory_Alloc(pVideoDec->hSharedMemory, nAllocLen[plane], memoryType);
881 pVideoDec->pMFCDecOutputBuffer[i]->bufferSize[plane] = nAllocLen[plane];
907 planes[plane].allocSize = nAllocLen[plane];
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
H A DExynos_OMX_Vp8dec.c595 plane.allocSize = pExynosInputPort->extendBufferHeader[i].OMXBufferHeader->nAllocLen;
739 OMX_U32 nAllocLen[MFC_OUTPUT_BUFFER_PLANE] = {0, 0}; local
743 nAllocLen[0] = calc_plane(pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth,
745 nAllocLen[1] = calc_plane(pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth,
756 (void *)Exynos_OSAL_SharedMemory_Alloc(pVideoDec->hSharedMemory, nAllocLen[plane], NORMAL_MEMORY);
765 pVideoDec->pMFCDecOutputBuffer[i]->bufferSize[plane] = nAllocLen[plane];
791 planes[plane].allocSize = nAllocLen[plane];
/hardware/qcom/media/mm-core/inc/
H A DOMX_Core.h404 OMX_U32 nAllocLen; /**< size of the buffer allocated, in bytes */ member in struct:OMX_BUFFERHEADERTYPE
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_Core.h404 OMX_U32 nAllocLen; /**< size of the buffer allocated, in bytes */ member in struct:OMX_BUFFERHEADERTYPE
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
H A DExynos_OMX_Mpeg4dec.c784 plane.allocSize = pExynosInputPort->extendBufferHeader[i].OMXBufferHeader->nAllocLen;
927 OMX_U32 nAllocLen[MFC_OUTPUT_BUFFER_PLANE] = {0, 0}; local
931 nAllocLen[0] = calc_plane(pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFrameWidth,
933 nAllocLen[1] = calc_plane(pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFrameWidth,
944 (void *)Exynos_OSAL_SharedMemory_Alloc(pVideoDec->hSharedMemory, nAllocLen[plane], NORMAL_MEMORY);
953 pVideoDec->pMFCDecOutputBuffer[i]->bufferSize[plane] = nAllocLen[plane];
979 planes[plane].allocSize = nAllocLen[plane];
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
H A DExynos_OMX_H264enc.c1747 OMX_U32 nAllocLen[MFC_INPUT_BUFFER_PLANE] = {0, 0}; local
1765 nAllocLen[0] = ALIGN_TO_16B(pExynosInputPort->portDefinition.format.video.nFrameWidth) *
1767 nAllocLen[1] = ALIGN(nAllocLen[0]/2,256);
1774 (unsigned int *)nAllocLen, (unsigned int *)pMFCYUVDataSize,
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
H A DExynos_OMX_Mpeg4enc.c1966 OMX_U32 nAllocLen[MFC_INPUT_BUFFER_PLANE] = {0, 0}; local
1984 nAllocLen[0] = ALIGN_TO_16B(pExynosInputPort->portDefinition.format.video.nFrameWidth) *
1986 nAllocLen[1] = ALIGN(nAllocLen[0]/2,256);
1993 (unsigned int *)nAllocLen, (unsigned int *)pMFCYUVDataSize,
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
H A DOMX_Core.h404 OMX_U32 nAllocLen; /**< size of the buffer allocated, in bytes */ member in struct:OMX_BUFFERHEADERTYPE
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Core.h404 OMX_U32 nAllocLen; /**< size of the buffer allocated, in bytes */ member in struct:OMX_BUFFERHEADERTYPE
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Core.h404 OMX_U32 nAllocLen; /**< size of the buffer allocated, in bytes */ member in struct:OMX_BUFFERHEADERTYPE

Completed in 215 milliseconds