Searched refs:OMX_G729MALLOC_STRUCT (Results 1 – 6 of 6) sorted by relevance
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/ |
D | OMX_G729Decoder.c | 245 OMX_G729MALLOC_STRUCT(pHandle->pComponentPrivate,G729DEC_COMPONENT_PRIVATE); in OMX_ComponentInit() 266 OMX_G729MALLOC_STRUCT(g729_ip, OMX_AUDIO_PARAM_G729TYPE); in OMX_ComponentInit() 267 OMX_G729MALLOC_STRUCT(g729_op, OMX_AUDIO_PARAM_PCMMODETYPE); in OMX_ComponentInit() 278 OMX_G729MALLOC_STRUCT(pComponentPrivate->pInputBufferList, G729DEC_BUFFERLIST); in OMX_ComponentInit() 281 OMX_G729MALLOC_STRUCT(pComponentPrivate->pOutputBufferList, G729DEC_BUFFERLIST); in OMX_ComponentInit() 351 OMX_G729MALLOC_STRUCT(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE); in OMX_ComponentInit() 359 OMX_G729MALLOC_STRUCT(pPortDef_ip, OMX_PARAM_PORTDEFINITIONTYPE); in OMX_ComponentInit() 370 OMX_G729MALLOC_STRUCT(pPortDef_op, OMX_PARAM_PORTDEFINITIONTYPE); in OMX_ComponentInit() 404 OMX_G729MALLOC_STRUCT(pComponentPrivate->pInPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE); in OMX_ComponentInit() 414 OMX_G729MALLOC_STRUCT(pComponentPrivate->pOutPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE); in OMX_ComponentInit() [all …]
|
D | OMX_G729Dec_Utils.c | 189 OMX_G729MALLOC_STRUCT(strmAttr, LCML_STRMATTR); in G729DECFill_LCMLInitParams() 294 OMX_G729MALLOC_STRUCT(pTemp_lcml->pIpParam, G729DEC_UAlgBufParamStruct); in G729DECFill_LCMLInitParams() 336 OMX_G729MALLOC_STRUCT(pTemp_lcml->pIpParam, G729DEC_UAlgBufParamStruct); in G729DECFill_LCMLInitParams() 854 OMX_G729MALLOC_STRUCT(pParams, G729DEC_AudioCodecParams); in G729DECHandleCommand() 2339 OMX_G729MALLOC_STRUCT(pTemp_lcml->pIpParam, G729DEC_UAlgBufParamStruct); in G729DECFill_LCMLInitParamsEx() 2386 OMX_G729MALLOC_STRUCT(pTemp_lcml->pIpParam, G729DEC_UAlgBufParamStruct); in G729DECFill_LCMLInitParamsEx()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/ |
D | OMX_G729Encoder.c | 226 OMX_G729MALLOC_STRUCT(pHandle->pComponentPrivate, G729ENC_COMPONENT_PRIVATE); in OMX_ComponentInit() 235 OMX_G729MALLOC_STRUCT(pCompPort, G729ENC_PORT_TYPE); in OMX_ComponentInit() 238 OMX_G729MALLOC_STRUCT(pCompPort, G729ENC_PORT_TYPE); in OMX_ComponentInit() 241 OMX_G729MALLOC_STRUCT(pComponentPrivate->sPortParam, OMX_PORT_PARAM_TYPE); in OMX_ComponentInit() 249 OMX_G729MALLOC_STRUCT(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE); in OMX_ComponentInit() 256 OMX_G729MALLOC_STRUCT(g729_ip, OMX_AUDIO_PARAM_PCMMODETYPE); in OMX_ComponentInit() 268 OMX_G729MALLOC_STRUCT(g729_op, OMX_AUDIO_PARAM_G729TYPE); in OMX_ComponentInit() 274 OMX_G729MALLOC_STRUCT(pComponentPrivate->pInputBufferList, G729ENC_BUFFERLIST); in OMX_ComponentInit() 278 OMX_G729MALLOC_STRUCT(pComponentPrivate->pOutputBufferList, G729ENC_BUFFERLIST); in OMX_ComponentInit() 290 OMX_G729MALLOC_STRUCT(pPortDef_ip, OMX_PARAM_PORTDEFINITIONTYPE); in OMX_ComponentInit() [all …]
|
D | OMX_G729Enc_Utils.c | 173 OMX_G729MALLOC_STRUCT(pComponentPrivate->strmAttr, LCML_STRMATTR); in G729ENC_FillLCMLInitParams() 266 OMX_G729MALLOC_STRUCT(pTemp_lcml->pIpParam, G729ENC_UAlgInBufParamStruct); in G729ENC_FillLCMLInitParams() 305 OMX_G729MALLOC_STRUCT(pTemp_lcml->pOpParam, G729ENC_UAlgOutBufParamStruct); in G729ENC_FillLCMLInitParams() 2660 OMX_G729MALLOC_STRUCT(pTemp_lcml->pIpParam, G729ENC_UAlgInBufParamStruct); in G729ENC_FillLCMLInitParamsEx() 2697 OMX_G729MALLOC_STRUCT(pTemp_lcml->pOpParam, G729ENC_UAlgOutBufParamStruct); in G729ENC_FillLCMLInitParamsEx()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/ |
D | OMX_G729Decoder.h | 185 #define OMX_G729MALLOC_STRUCT(_pStruct_, _sName_) \ macro
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/ |
D | OMX_G729Enc_Utils.h | 225 #define OMX_G729MALLOC_STRUCT(_pStruct_, _sName_) \ macro
|