Searched defs:nFilledLen (Results 1 - 11 of 11) 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
583 nFilledLen = pBufferHdr->nFilledLen;
585 if(nFilledLen != 0)
587 pBufferHdr->nFilledLen = tParamStruct.nBufferSize;
592 ("%s hComponent=%p, pCompPrv=%p, nFilledLen=%d, nOffset=%d, nFlags=%08x",
593 __FUNCTION__,hComponent, pCompPrv, pBufferHdr->nFilledLen,
596 if( pCompPrv->proxyPortBuffers[OMX_H264E_INPUT_PORT].proxyBufferType == EncoderMetadataPointers && nFilledLen != 0 )
692 pBufferHdr->nFilledLen = nFilledLen;
[all...]
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
H A Domx_proxy_mpeg4enc.c540 OMX_U32 nFilledLen, nAllocLen; local
566 nFilledLen = pBufferHdr->nFilledLen;
568 if(nFilledLen != 0)
570 pBufferHdr->nFilledLen = tParamStruct.nBufferSize;
575 ("%s hComponent=%p, pCompPrv=%p, nFilledLen=%d, nOffset=%d, nFlags=%08x",
576 __FUNCTION__,hComponent, pCompPrv, pBufferHdr->nFilledLen,
580 && nFilledLen != 0)
678 pBufferHdr->nFilledLen = nFilledLen;
[all...]
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_h264_enc/src/
H A Domx_proxy_h264enc.c702 OMX_U32 nFilledLen, nAllocLen; local
734 nFilledLen = pBufferHdr->nFilledLen;
736 if(nFilledLen != 0)
738 pBufferHdr->nFilledLen = tParamStruct.nBufferSize;
743 ("%s hComponent=%p, pCompPrv=%p, nFilledLen=%d, nOffset=%d, nFlags=%08x",
744 __FUNCTION__,hComponent, pCompPrv, pBufferHdr->nFilledLen,
821 if(nFilledLen != 0)
882 pBufferHdr->nFilledLen = nFilledLen;
[all...]
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_mpeg4_enc/src/
H A Domx_proxy_mpeg4enc.c678 OMX_U32 nFilledLen, nAllocLen; local
709 nFilledLen = pBufferHdr->nFilledLen;
711 if(nFilledLen != 0)
713 pBufferHdr->nFilledLen = tParamStruct.nBufferSize;
718 ("%s hComponent=%p, pCompPrv=%p, nFilledLen=%d, nOffset=%d, nFlags=%08x",
719 __FUNCTION__,hComponent, pCompPrv, pBufferHdr->nFilledLen,
723 && nFilledLen != 0)
/hardware/qcom/media/mm-core/inc/
H A DOMX_Core.h414 OMX_U32 nFilledLen; /**< number of bytes currently in the member in struct:OMX_BUFFERHEADERTYPE
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_Core.h405 OMX_U32 nFilledLen; /**< number of bytes currently in the member in struct:OMX_BUFFERHEADERTYPE
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
H A DOMX_Core.h405 OMX_U32 nFilledLen; /**< number of bytes currently in the member in struct:OMX_BUFFERHEADERTYPE
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Core.h405 OMX_U32 nFilledLen; /**< number of bytes currently in the member in struct:OMX_BUFFERHEADERTYPE
/hardware/ti/omap4-aah/domx/omx_core/inc/
H A DOMX_Core.h422 OMX_U32 nFilledLen; /**< number of bytes currently in the member in struct:OMX_BUFFERHEADERTYPE
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Core.h405 OMX_U32 nFilledLen; /**< number of bytes currently in the member in struct:OMX_BUFFERHEADERTYPE
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
H A DOMX_VideoDec_Utils.h818 OMX_S32 nFilledLen; member in struct:VIDDEC_SAVE_BUFFER
1171 OMX_MALLOC_STRUCT_SIZED(_pTempBuffer_, OMX_U8, _pBuffHead_->nFilledLen, NULL); \
1172 memcpy (_pTempBuffer_, _pBuffHead_->pBuffer, _pBuffHead_->nFilledLen); \
1184 memcpy (_pBuffHead_->pBuffer, _pTempBuffer_, _pBuffHead_->nFilledLen); \
1189 _pBuffHead_->nFilledLen += pComponentPrivate->nCodecDataSize + 4; \

Completed in 94 milliseconds