Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
DOMX_G729Dec_Utils.c151 nOpBufSize = pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT]->nBufferSize; in G729DECFill_LCMLInitParams()
247 arr[4] = G729DEC_OUTPUT_PORT; in G729DECFill_LCMLInitParams()
319 pComponentPrivate->pLcmlBufHeader[G729DEC_OUTPUT_PORT] = pTemp_lcml; in G729DECFill_LCMLInitParams()
469 nOpBuf = pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT]->nBufferCountActual; in G729DEC_FreeCompResources()
514 if (pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT]) { in G729DEC_FreeCompResources()
515 … G729DEC_MEMPRINT("%d:[FREE] %p\n",__LINE__,pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT]); in G729DEC_FreeCompResources()
516 free (pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT]); in G729DEC_FreeCompResources()
517 pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT] = NULL; in G729DEC_FreeCompResources()
519 pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT] = NULL; in G729DEC_FreeCompResources()
575 pTemp_lcml = pComponentPrivate->pLcmlBufHeader[G729DEC_OUTPUT_PORT]; in G729DEC_CleanupInitParams()
[all …]
DOMX_G729Decoder.c372 pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT] = pPortDef_op; in OMX_ComponentInit()
418 pOutPortFormat->nPortIndex = G729DEC_OUTPUT_PORT; in OMX_ComponentInit()
793 pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT]->nPortIndex) { in GetParameter()
797 pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT], in GetParameter()
991 pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT]->nPortIndex) { in SetParameter()
993 memcpy(pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT], in SetParameter()
1158 …pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT]->bEnabled = 0; … in SetConfig()
1209 …pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT]->bEnabled = 0; … in SetConfig()
1423 pComponentPrivate)->pPortDef[G729DEC_OUTPUT_PORT]; in FillThisBuffer()
1442 if (pBuffer->nOutputPortIndex != G729DEC_OUTPUT_PORT) { in FillThisBuffer()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
DOMX_G729Decoder.h247 G729DEC_OUTPUT_PORT enumerator