Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
DOMX_AacDecoder.c257 pComponentPrivate->pCompPort[INPUT_PORT_AACDEC] = pCompPort; in OMX_ComponentInit()
361 pComponentPrivate->pPortDef[INPUT_PORT_AACDEC] = pPortDef_ip; in OMX_ComponentInit()
398 pPortDef_ip->nPortIndex = INPUT_PORT_AACDEC; in OMX_ComponentInit()
428 …OMX_MALLOC_GENERIC(pComponentPrivate->pCompPort[INPUT_PORT_AACDEC]->pPortFormat, OMX_AUDIO_PARAM_P… in OMX_ComponentInit()
430 …OMX_CONF_INIT_STRUCT(pComponentPrivate->pCompPort[INPUT_PORT_AACDEC]->pPortFormat, OMX_AUDIO_PARAM… in OMX_ComponentInit()
436 pPortFormat = pComponentPrivate->pCompPort[INPUT_PORT_AACDEC]->pPortFormat; in OMX_ComponentInit()
438 pPortFormat->nPortIndex = INPUT_PORT_AACDEC; in OMX_ComponentInit()
451 aac_ip->nPortIndex = INPUT_PORT_AACDEC; in OMX_ComponentInit()
741 pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->nPortIndex) { in GetParameter()
742 …memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[INPUT_PORT_AACDEC], sizeof(OMX_PAR… in GetParameter()
[all …]
DOMX_AacDec_Utils.c128 __LINE__,pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->bPopulated); in AACDEC_Fill_LCMLInitParams()
130 __LINE__,pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->bEnabled); in AACDEC_Fill_LCMLInitParams()
141 nIpBufSize = pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->nBufferSize; in AACDEC_Fill_LCMLInitParams()
216 arr[1] = INPUT_PORT_AACDEC; /*ID of the Input Stream*/ in AACDEC_Fill_LCMLInitParams()
231 arr[1] = INPUT_PORT_AACDEC; /*ID of the Input Stream*/ in AACDEC_Fill_LCMLInitParams()
254 pComponentPrivate->pLcmlBufHeader[INPUT_PORT_AACDEC] = pTemp_lcml; in AACDEC_Fill_LCMLInitParams()
484 OMX_MEMFREE_STRUCT(pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]); in AACDEC_FreeCompResources()
488 OMX_MEMFREE_STRUCT(pComponentPrivate->pCompPort[INPUT_PORT_AACDEC]->pPortFormat); in AACDEC_FreeCompResources()
490 OMX_MEMFREE_STRUCT(pComponentPrivate->pCompPort[INPUT_PORT_AACDEC]); in AACDEC_FreeCompResources()
656 … __LINE__,pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->bPopulated); in AACDEC_HandleCommand()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
DOMX_AacDec_Utils.h431 INPUT_PORT_AACDEC = 0, enumerator