Home
last modified time | relevance | path

Searched refs:OMX_MALLOC_GENERIC (Results 1 – 17 of 17) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
DOMX_Mp3Decoder.c237 OMX_MALLOC_GENERIC(pHandle->pComponentPrivate,MP3DEC_COMPONENT_PRIVATE); in OMX_ComponentInit()
260 OMX_MALLOC_GENERIC(pCompPort, MP3D_AUDIODEC_PORT_TYPE); in OMX_ComponentInit()
263 OMX_MALLOC_GENERIC(pCompPort, MP3D_AUDIODEC_PORT_TYPE); in OMX_ComponentInit()
265 OMX_MALLOC_GENERIC(pTemp, MP3D_BUFFERLIST); in OMX_ComponentInit()
268 OMX_MALLOC_GENERIC(pTemp, MP3D_BUFFERLIST); in OMX_ComponentInit()
281 OMX_MALLOC_GENERIC(pComponentPrivate->sPortParam, OMX_PORT_PARAM_TYPE); in OMX_ComponentInit()
283 OMX_MALLOC_GENERIC(pComponentPrivate->pPriorityMgmt, OMX_PRIORITYMGMTTYPE); in OMX_ComponentInit()
291 OMX_MALLOC_GENERIC(mp3_ip,OMX_AUDIO_PARAM_MP3TYPE); in OMX_ComponentInit()
292 OMX_MALLOC_GENERIC(mp3_op,OMX_AUDIO_PARAM_PCMMODETYPE); in OMX_ComponentInit()
393 OMX_MALLOC_GENERIC(pPortDef_ip, OMX_PARAM_PORTDEFINITIONTYPE); in OMX_ComponentInit()
[all …]
DOMX_Mp3Dec_Utils.c196 OMX_MALLOC_GENERIC(strmAttr, LCML_STRMATTR); in MP3DEC_Fill_LCMLInitParams()
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
DOMX_AmrEncoder.c239 OMX_MALLOC_GENERIC(pHandle->pComponentPrivate, AMRENC_COMPONENT_PRIVATE); in OMX_ComponentInit()
262 OMX_MALLOC_GENERIC(pCompPort, NBAMRENC_PORT_TYPE); in OMX_ComponentInit()
265 OMX_MALLOC_GENERIC(pCompPort, NBAMRENC_PORT_TYPE); in OMX_ComponentInit()
268 OMX_MALLOC_GENERIC(pComponentPrivate->sPortParam, OMX_PORT_PARAM_TYPE); in OMX_ComponentInit()
276 OMX_MALLOC_GENERIC(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE); in OMX_ComponentInit()
283 OMX_MALLOC_GENERIC(amr_ip, OMX_AUDIO_PARAM_PCMMODETYPE); in OMX_ComponentInit()
288 OMX_MALLOC_GENERIC(amr_op, OMX_AUDIO_PARAM_AMRTYPE); in OMX_ComponentInit()
293 OMX_MALLOC_GENERIC(pComponentPrivate->pInputBufferList, NBAMRENC_BUFFERLIST); in OMX_ComponentInit()
297 OMX_MALLOC_GENERIC(pComponentPrivate->pOutputBufferList, NBAMRENC_BUFFERLIST); in OMX_ComponentInit()
306 OMX_MALLOC_GENERIC(pPortDef_ip, OMX_PARAM_PORTDEFINITIONTYPE); in OMX_ComponentInit()
[all …]
DOMX_AmrEnc_Utils.c166 OMX_MALLOC_GENERIC(pComponentPrivate->strmAttr, LCML_STRMATTR); in NBAMRENC_FillLCMLInitParams()
279 OMX_MALLOC_GENERIC(pTemp_lcml->pDmmBuf, DMM_BUFFER_OBJ); in NBAMRENC_FillLCMLInitParams()
317 OMX_MALLOC_GENERIC(pTemp_lcml->pDmmBuf, DMM_BUFFER_OBJ); in NBAMRENC_FillLCMLInitParams()
2922 OMX_MALLOC_GENERIC(pTemp_lcml->pDmmBuf, DMM_BUFFER_OBJ); in NBAMRENC_FillLCMLInitParamsEx()
2955 OMX_MALLOC_GENERIC(pTemp_lcml->pDmmBuf, DMM_BUFFER_OBJ); in NBAMRENC_FillLCMLInitParamsEx()
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
DOMX_TI_Common.h68 #define OMX_MALLOC_GENERIC(_pStruct_, _sName_) \ macro
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
DOMX_WbAmrEncoder.c221 OMX_MALLOC_GENERIC(pHandle->pComponentPrivate, WBAMRENC_COMPONENT_PRIVATE); in OMX_ComponentInit()
244 OMX_MALLOC_GENERIC(pCompPort, WBAMRENC_PORT_TYPE); in OMX_ComponentInit()
247 OMX_MALLOC_GENERIC(pCompPort, WBAMRENC_PORT_TYPE); in OMX_ComponentInit()
250 OMX_MALLOC_GENERIC(pComponentPrivate->sPortParam, OMX_PORT_PARAM_TYPE); in OMX_ComponentInit()
258 OMX_MALLOC_GENERIC(pComponentPrivate->sPriorityMgmt, in OMX_ComponentInit()
267 OMX_MALLOC_GENERIC(amr_ip, OMX_AUDIO_PARAM_PCMMODETYPE); in OMX_ComponentInit()
271 OMX_MALLOC_GENERIC(amr_op, OMX_AUDIO_PARAM_AMRTYPE); in OMX_ComponentInit()
276 OMX_MALLOC_GENERIC(pComponentPrivate->pInputBufferList, in OMX_ComponentInit()
281 OMX_MALLOC_GENERIC(pComponentPrivate->pOutputBufferList, in OMX_ComponentInit()
298 OMX_MALLOC_GENERIC(pPortDef_ip, OMX_PARAM_PORTDEFINITIONTYPE); in OMX_ComponentInit()
[all …]
DOMX_WbAmrEnc_Utils.c169 OMX_MALLOC_GENERIC(pComponentPrivate->strmAttr, LCML_STRMATTR); in WBAMRENC_FillLCMLInitParams()
276 OMX_MALLOC_GENERIC(pTemp_lcml->pDmmBuf, DMM_BUFFER_OBJ); in WBAMRENC_FillLCMLInitParams()
315 OMX_MALLOC_GENERIC(pTemp_lcml->pDmmBuf, DMM_BUFFER_OBJ); in WBAMRENC_FillLCMLInitParams()
3149 OMX_MALLOC_GENERIC(pTemp_lcml->pDmmBuf, DMM_BUFFER_OBJ); in WBAMRENC_FillLCMLInitParamsEx()
3191 OMX_MALLOC_GENERIC(pTemp_lcml->pDmmBuf, DMM_BUFFER_OBJ); in WBAMRENC_FillLCMLInitParamsEx()
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
DOMX_AacDecoder.c232 OMX_MALLOC_GENERIC(pHandle->pComponentPrivate,AACDEC_COMPONENT_PRIVATE); in OMX_ComponentInit()
256 OMX_MALLOC_GENERIC(pCompPort, AUDIODEC_PORT_TYPE); in OMX_ComponentInit()
259 OMX_MALLOC_GENERIC(pCompPort, AUDIODEC_PORT_TYPE); in OMX_ComponentInit()
261 OMX_MALLOC_GENERIC(pTemp, AACDEC_BUFFERLIST); in OMX_ComponentInit()
264 OMX_MALLOC_GENERIC(pTemp, AACDEC_BUFFERLIST); in OMX_ComponentInit()
277 OMX_MALLOC_GENERIC(pComponentPrivate->sPortParam, OMX_PORT_PARAM_TYPE); in OMX_ComponentInit()
279 OMX_MALLOC_GENERIC(pComponentPrivate->pPriorityMgmt, OMX_PRIORITYMGMTTYPE); in OMX_ComponentInit()
286 OMX_MALLOC_GENERIC(aac_ip,OMX_AUDIO_PARAM_AACPROFILETYPE); in OMX_ComponentInit()
287 OMX_MALLOC_GENERIC(aac_op,OMX_AUDIO_PARAM_PCMMODETYPE); in OMX_ComponentInit()
355 OMX_MALLOC_GENERIC(pComponentPrivate->componentRole,OMX_PARAM_COMPONENTROLETYPE); in OMX_ComponentInit()
[all …]
DOMX_AacDec_Utils.c195 OMX_MALLOC_GENERIC(strmAttr, LCML_STRMATTR); in AACDEC_Fill_LCMLInitParams()
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
DOMX_WbAmrDecoder.c227 OMX_MALLOC_GENERIC(pHandle->pComponentPrivate, WBAMR_DEC_COMPONENT_PRIVATE); in OMX_ComponentInit()
239 OMX_MALLOC_GENERIC(amr_ip , OMX_AUDIO_PARAM_AMRTYPE); in OMX_ComponentInit()
240 OMX_MALLOC_GENERIC(amr_op , OMX_AUDIO_PARAM_PCMMODETYPE); in OMX_ComponentInit()
268 OMX_MALLOC_GENERIC(pComponentPrivate->pInputBufferList, WBAMR_DEC_BUFFERLIST); in OMX_ComponentInit()
270 OMX_MALLOC_GENERIC(pComponentPrivate->pOutputBufferList, WBAMR_DEC_BUFFERLIST); in OMX_ComponentInit()
271 OMX_MALLOC_GENERIC(pComponentPrivate->pPriorityMgmt, OMX_PRIORITYMGMTTYPE); in OMX_ComponentInit()
414 OMX_MALLOC_GENERIC(pPortDef_ip, OMX_PARAM_PORTDEFINITIONTYPE); in OMX_ComponentInit()
416 OMX_MALLOC_GENERIC(pPortDef_op, OMX_PARAM_PORTDEFINITIONTYPE); in OMX_ComponentInit()
1150 OMX_MALLOC_GENERIC(streamInfo, TI_OMX_STREAM_INFO); in GetConfig()
1744 OMX_MALLOC_GENERIC(pBufferHeader, OMX_BUFFERHEADERTYPE); in AllocateBuffer()
[all …]
DOMX_WbAmrDec_Utils.c182 OMX_MALLOC_GENERIC(strmAttr, LCML_STRMATTR); in WBAMR_DEC_Fill_LCMLInitParams()
306 OMX_MALLOC_GENERIC(pTemp_lcml->pDmmBuf, DMM_BUFFER_OBJ); in WBAMR_DEC_Fill_LCMLInitParams()
343 OMX_MALLOC_GENERIC(pTemp_lcml->pDmmBuf, DMM_BUFFER_OBJ); in WBAMR_DEC_Fill_LCMLInitParams()
3343 OMX_MALLOC_GENERIC(pTemp_lcml->pDmmBuf, DMM_BUFFER_OBJ); in WBAMR_DEC_Fill_LCMLInitParamsEx()
3379 OMX_MALLOC_GENERIC(pTemp_lcml->pDmmBuf ,DMM_BUFFER_OBJ); in WBAMR_DEC_Fill_LCMLInitParamsEx()
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
DOMX_WmaDecoder.c219 OMX_MALLOC_GENERIC(pHandle->pComponentPrivate, WMADEC_COMPONENT_PRIVATE); in OMX_ComponentInit()
228 OMX_MALLOC_GENERIC(wma_ip, OMX_AUDIO_PARAM_WMATYPE); in OMX_ComponentInit()
229 OMX_MALLOC_GENERIC(wma_op, OMX_AUDIO_PARAM_PCMMODETYPE); in OMX_ComponentInit()
230 OMX_MALLOC_GENERIC(rcaheader, RCA_HEADER); in OMX_ComponentInit()
240 OMX_MALLOC_GENERIC(pComponentPrivate->pInputBufferList, BUFFERLIST); in OMX_ComponentInit()
262 OMX_MALLOC_GENERIC(pComponentPrivate->pOutputBufferList, BUFFERLIST); in OMX_ComponentInit()
265 OMX_MALLOC_GENERIC(pComponentPrivate->pHeaderInfo, WMA_HeadInfo); in OMX_ComponentInit()
266 OMX_MALLOC_GENERIC(pComponentPrivate->pDspDefinition, TI_OMX_DSP_DEFINITION); in OMX_ComponentInit()
407 OMX_MALLOC_GENERIC(pPortDef_ip, OMX_PARAM_PORTDEFINITIONTYPE); in OMX_ComponentInit()
408 OMX_MALLOC_GENERIC(pPortDef_op,OMX_PARAM_PORTDEFINITIONTYPE ); in OMX_ComponentInit()
[all …]
DOMX_WmaDec_Utils.c182 OMX_MALLOC_GENERIC(strmAttr, LCML_STRMATTR); in WMADECFill_LCMLInitParams()
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
DOMX_AmrDecoder.c231 OMX_MALLOC_GENERIC(pHandle->pComponentPrivate, AMRDEC_COMPONENT_PRIVATE); in OMX_ComponentInit()
244 OMX_MALLOC_GENERIC(amr_ip , OMX_AUDIO_PARAM_AMRTYPE); in OMX_ComponentInit()
245 OMX_MALLOC_GENERIC(amr_op , OMX_AUDIO_PARAM_PCMMODETYPE); in OMX_ComponentInit()
272 OMX_MALLOC_GENERIC(pComponentPrivate->pInputBufferList, NBAMRDEC_BUFFERLIST); in OMX_ComponentInit()
274 OMX_MALLOC_GENERIC(pComponentPrivate->pOutputBufferList, NBAMRDEC_BUFFERLIST); in OMX_ComponentInit()
275 OMX_MALLOC_GENERIC(pComponentPrivate->pPriorityMgmt, OMX_PRIORITYMGMTTYPE); in OMX_ComponentInit()
437 OMX_MALLOC_GENERIC(pPortDef_ip, OMX_PARAM_PORTDEFINITIONTYPE); in OMX_ComponentInit()
438 OMX_MALLOC_GENERIC(pPortDef_op, OMX_PARAM_PORTDEFINITIONTYPE); in OMX_ComponentInit()
1179 OMX_MALLOC_GENERIC(streamInfo, TI_OMX_STREAM_INFO); in GetConfig()
1830 OMX_MALLOC_GENERIC(pBufferHeader, OMX_BUFFERHEADERTYPE); in AllocateBuffer()
[all …]
DOMX_AmrDec_Utils.c190 OMX_MALLOC_GENERIC(strmAttr, LCML_STRMATTR); in NBAMRDECFill_LCMLInitParams()
316 OMX_MALLOC_GENERIC(pTemp_lcml->pDmmBuf, DMM_BUFFER_OBJ); in NBAMRDECFill_LCMLInitParams()
354 OMX_MALLOC_GENERIC(pTemp_lcml->pDmmBuf, DMM_BUFFER_OBJ); in NBAMRDECFill_LCMLInitParams()
3328 OMX_MALLOC_GENERIC(pTemp_lcml->pDmmBuf, DMM_BUFFER_OBJ); in NBAMRDECFill_LCMLInitParamsEx()
3366 OMX_MALLOC_GENERIC(pTemp_lcml->pDmmBuf, DMM_BUFFER_OBJ); in NBAMRDECFill_LCMLInitParamsEx()
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
DOMX_AacEncoder.c195 OMX_MALLOC_GENERIC(pHandle->pComponentPrivate, AACENC_COMPONENT_PRIVATE); in OMX_ComponentInit()
205 OMX_MALLOC_GENERIC(aac_ip, OMX_AUDIO_PARAM_AACPROFILETYPE); in OMX_ComponentInit()
206 OMX_MALLOC_GENERIC(aac_op, OMX_AUDIO_PARAM_AACPROFILETYPE); in OMX_ComponentInit()
227 OMX_MALLOC_GENERIC(aac_pcm_ip, OMX_AUDIO_PARAM_PCMMODETYPE); in OMX_ComponentInit()
228 OMX_MALLOC_GENERIC(aac_pcm_op, OMX_AUDIO_PARAM_PCMMODETYPE); in OMX_ComponentInit()
264 OMX_MALLOC_GENERIC(pComponentPrivate->pInputBufferList, BUFFERLIST); in OMX_ComponentInit()
269 OMX_MALLOC_GENERIC(pComponentPrivate->pOutputBufferList, BUFFERLIST); in OMX_ComponentInit()
390 OMX_MALLOC_GENERIC(pPortDef_ip, OMX_PARAM_PORTDEFINITIONTYPE); in OMX_ComponentInit()
395 OMX_MALLOC_GENERIC(pPortDef_op, OMX_PARAM_PORTDEFINITIONTYPE); in OMX_ComponentInit()
1899 OMX_MALLOC_GENERIC(pBufferHeader, OMX_BUFFERHEADERTYPE); in AllocateBuffer()
[all …]
DOMX_AacEnc_Utils.c178 OMX_MALLOC_GENERIC(strmAttr, LCML_STRMATTR); in AACENCFill_LCMLInitParams()