Searched refs:MP3D_INPUT_PORT (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
H A DOMX_Mp3Decoder.h99 MP3D_INPUT_PORT = 0, enumerator in enum:MP3D_COMP_PORT_TYPE
H A DOMX_Mp3Dec_Utils.h279 * @param MP3D_INPUT_PORT: Specifies Input port.
285 MP3D_INPUT_PORT = 0, enumerator in enum:MP3D_COMP_PORT_TYPE
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Decoder.c261 pComponentPrivate->pCompPort[MP3D_INPUT_PORT] = pCompPort;
396 pComponentPrivate->pPortDef[MP3D_INPUT_PORT] = pPortDef_ip;
401 pPortDef_ip->nPortIndex = MP3D_INPUT_PORT;
432 OMX_MALLOC_GENERIC(pComponentPrivate->pCompPort[MP3D_INPUT_PORT]->pPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE);
434 OMX_CONF_INIT_STRUCT(pComponentPrivate->pCompPort[MP3D_INPUT_PORT]->pPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE);
439 pPortFormat = pComponentPrivate->pCompPort[MP3D_INPUT_PORT]->pPortFormat;
441 pPortFormat->nPortIndex = MP3D_INPUT_PORT;
454 mp3_ip->nPortIndex = MP3D_INPUT_PORT;
744 pComponentPrivate->pPortDef[MP3D_INPUT_PORT]->nPortIndex) {
745 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[MP3D_INPUT_PORT],
[all...]
H A DOMX_Mp3Dec_Utils.c133 OMX_PRCOMM2(pComponentPrivate->dbg, ":::pComponentPrivate->pPortDef[MP3D_INPUT_PORT]->bPopulated = %d\n",
134 pComponentPrivate->pPortDef[MP3D_INPUT_PORT]->bPopulated);
135 OMX_PRCOMM2(pComponentPrivate->dbg, ":::pComponentPrivate->pPortDef[MP3D_INPUT_PORT]->bEnabled = %d\n",
136 pComponentPrivate->pPortDef[MP3D_INPUT_PORT]->bEnabled);
148 nIpBufSize = pComponentPrivate->pPortDef[MP3D_INPUT_PORT]->nBufferSize;
277 pComponentPrivate->pLcmlBufHeader[MP3D_INPUT_PORT] = pTemp_lcml;
513 OMX_MEMFREE_STRUCT(pComponentPrivate->pPortDef[MP3D_INPUT_PORT]);
517 OMX_MEMFREE_STRUCT(pComponentPrivate->pCompPort[MP3D_INPUT_PORT]->pPortFormat);
519 OMX_MEMFREE_STRUCT (pComponentPrivate->pCompPort[MP3D_INPUT_PORT]);
694 OMX_PRINT2(pComponentPrivate->dbg, "In while loop: IP : %p OP: %p\n",pComponentPrivate->pPortDef[MP3D_INPUT_PORT],
[all...]

Completed in 103 milliseconds