Home
last modified time | relevance | path

Searched refs:VIDENC_MALLOC (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEncoder.c353 VIDENC_MALLOC(pHandle->pComponentPrivate, in OMX_ComponentInit()
469 VIDENC_MALLOC(pComponentPrivate->pPortParamType, in OMX_ComponentInit()
474 VIDENC_MALLOC(pComponentPrivate->pPortAudioType, in OMX_ComponentInit()
478 VIDENC_MALLOC(pComponentPrivate->pPortImageType, in OMX_ComponentInit()
482 VIDENC_MALLOC(pComponentPrivate->pPortOtherType, in OMX_ComponentInit()
489 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_INPUT_PORT], in OMX_ComponentInit()
493 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT], in OMX_ComponentInit()
497 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_INPUT_PORT]->pPortDef, in OMX_ComponentInit()
501 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pPortDef, in OMX_ComponentInit()
505 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_INPUT_PORT]->pPortFormat, in OMX_ComponentInit()
[all …]
DOMX_VideoEnc_Utils.c3247 VIDENC_MALLOC(pCreatePhaseArgs, in OMX_VIDENC_InitDSP_H264Enc()
3540 VIDENC_MALLOC(pCreatePhaseArgs, in OMX_VIDENC_InitDSP_Mpeg4Enc()
3826 VIDENC_MALLOC(pUalgParam, in OMX_VIDENC_Allocate_DSPResources()
3842 VIDENC_MALLOC(pUalgParam, in OMX_VIDENC_Allocate_DSPResources()
3853 VIDENC_MALLOC(pComponentPrivate->pTempUalgInpParams, in OMX_VIDENC_Allocate_DSPResources()
3870 VIDENC_MALLOC(pUalgParam, in OMX_VIDENC_Allocate_DSPResources()
3885 VIDENC_MALLOC(pUalgParam, in OMX_VIDENC_Allocate_DSPResources()
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
DOMX_VideoEnc_Utils.h225 VIDENC_MALLOC( (_sCircular_).pHead, \
369 #define VIDENC_MALLOC(_p_, _s_, _c_, _h_, dbg) \ macro