Searched refs:INPUT_PORT_AACDEC (Results 1 - 3 of 3) sorted by relevance
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/ |
H A D | OMX_AacDecoder.c | 257 pComponentPrivate->pCompPort[INPUT_PORT_AACDEC] = pCompPort; 361 pComponentPrivate->pPortDef[INPUT_PORT_AACDEC] = pPortDef_ip; 398 pPortDef_ip->nPortIndex = INPUT_PORT_AACDEC; 428 OMX_MALLOC_GENERIC(pComponentPrivate->pCompPort[INPUT_PORT_AACDEC]->pPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE); 430 OMX_CONF_INIT_STRUCT(pComponentPrivate->pCompPort[INPUT_PORT_AACDEC]->pPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE); 436 pPortFormat = pComponentPrivate->pCompPort[INPUT_PORT_AACDEC]->pPortFormat; 438 pPortFormat->nPortIndex = INPUT_PORT_AACDEC; 451 aac_ip->nPortIndex = INPUT_PORT_AACDEC; 741 pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->nPortIndex) { 742 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[INPUT_PORT_AACDEC], sizeo [all...] |
H A D | OMX_AacDec_Utils.c | 127 OMX_PRDSP2(pComponentPrivate->dbg, "%d:::pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->bPopulated = %d\n", 128 __LINE__,pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->bPopulated); 129 OMX_PRDSP2(pComponentPrivate->dbg, "%d:::pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->bEnabled = %d\n", 130 __LINE__,pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->bEnabled); 141 nIpBufSize = pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->nBufferSize; 216 arr[1] = INPUT_PORT_AACDEC; /*ID of the Input Stream*/ 231 arr[1] = INPUT_PORT_AACDEC; /*ID of the Input Stream*/ 254 pComponentPrivate->pLcmlBufHeader[INPUT_PORT_AACDEC] = pTemp_lcml; 484 OMX_MEMFREE_STRUCT(pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]); 488 OMX_MEMFREE_STRUCT(pComponentPrivate->pCompPort[INPUT_PORT_AACDEC] [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/ |
H A D | OMX_AacDec_Utils.h | 424 * @param INPUT_PORT_AACDEC Input port 431 INPUT_PORT_AACDEC = 0, enumerator in enum:COMP_PORT_TYPE_AACDEC
|
Completed in 52 milliseconds