Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
DOMX_G729Dec_Utils.c149 nIpBufSize = pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]->nBufferSize; in G729DECFill_LCMLInitParams()
237 arr[1] = G729DEC_INPUT_PORT; in G729DECFill_LCMLInitParams()
282 pComponentPrivate->pLcmlBufHeader[G729DEC_INPUT_PORT] = pTemp_lcml; in G729DECFill_LCMLInitParams()
468 nIpBuf = pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]->nBufferCountActual; in G729DEC_FreeCompResources()
507 if (pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]) { in G729DEC_FreeCompResources()
508 … G729DEC_MEMPRINT("%d:[FREE] %p\n",__LINE__,pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]); in G729DEC_FreeCompResources()
509 free(pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]); in G729DEC_FreeCompResources()
510 pComponentPrivate->pPortDef[G729DEC_INPUT_PORT] = NULL; in G729DEC_FreeCompResources()
512 pComponentPrivate->pPortDef[G729DEC_INPUT_PORT] = NULL; in G729DEC_FreeCompResources()
564 pTemp_lcml = pComponentPrivate->pLcmlBufHeader[G729DEC_INPUT_PORT]; in G729DEC_CleanupInitParams()
[all …]
DOMX_G729Decoder.c361 pComponentPrivate->pPortDef[G729DEC_INPUT_PORT] = pPortDef_ip; in OMX_ComponentInit()
409 pInPortFormat->nPortIndex = G729DEC_INPUT_PORT; in OMX_ComponentInit()
781 …729DEC_INPUT_PORT]->nPortIndex = %d\n",pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]->nPortIndex… in GetParameter()
783 pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]->nPortIndex) { in GetParameter()
787 pComponentPrivate->pPortDef[G729DEC_INPUT_PORT], in GetParameter()
982 pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]->nPortIndex) { in SetParameter()
984 memcpy(pComponentPrivate->pPortDef[G729DEC_INPUT_PORT], in SetParameter()
1337 pComponentPrivate)->pPortDef[G729DEC_INPUT_PORT]; in EmptyThisBuffer()
1356 if (pBuffer->nInputPortIndex != G729DEC_INPUT_PORT) { in EmptyThisBuffer()
1562 OMX_G729MEMFREE_STRUCT(pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]); in ComponentDeInit()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
DOMX_G729Decoder.h246 G729DEC_INPUT_PORT = 0, enumerator