Home
last modified time | relevance | path

Searched refs:OMX_G729MEMFREE_STRUCT (Results 1 – 5 of 5) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
DOMX_G729Enc_Utils.c459 OMX_G729MEMFREE_STRUCT(pComponentPrivate->pAlgParam); in G729ENC_FreeCompResources()
464 OMX_G729MEMFREE_STRUCT(pComponentPrivate->pParams); in G729ENC_FreeCompResources()
468 OMX_G729MEMFREE_STRUCT(pComponentPrivate->pPortDef[G729ENC_INPUT_PORT]); in G729ENC_FreeCompResources()
469 OMX_G729MEMFREE_STRUCT(pComponentPrivate->pPortDef[G729ENC_OUTPUT_PORT]); in G729ENC_FreeCompResources()
470 OMX_G729MEMFREE_STRUCT(pComponentPrivate->pcmParams); in G729ENC_FreeCompResources()
471 OMX_G729MEMFREE_STRUCT(pComponentPrivate->g729Params); in G729ENC_FreeCompResources()
472 OMX_G729MEMFREE_STRUCT(pComponentPrivate->pCompPort[G729ENC_INPUT_PORT]->pPortFormat); in G729ENC_FreeCompResources()
473 OMX_G729MEMFREE_STRUCT(pComponentPrivate->pCompPort[G729ENC_OUTPUT_PORT]->pPortFormat); in G729ENC_FreeCompResources()
474 OMX_G729MEMFREE_STRUCT(pComponentPrivate->pCompPort[G729ENC_INPUT_PORT]); in G729ENC_FreeCompResources()
475 OMX_G729MEMFREE_STRUCT(pComponentPrivate->pCompPort[G729ENC_OUTPUT_PORT]); in G729ENC_FreeCompResources()
[all …]
DOMX_G729Encoder.c1557 OMX_G729MEMFREE_STRUCT(pComponentPrivate); in ComponentDeInit()
1813 OMX_G729MEMFREE_STRUCT(tempBuff); in FreeBuffer()
1821 OMX_G729MEMFREE_STRUCT(pComponentPrivate->pInputBufferList->pBufHdr[inputIndex]); in FreeBuffer()
1850 OMX_G729MEMFREE_STRUCT(tempBuff); in FreeBuffer()
1858 OMX_G729MEMFREE_STRUCT(pComponentPrivate->pOutputBufferList->pBufHdr[outputIndex]); in FreeBuffer()
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
DOMX_G729Decoder.c1556 OMX_G729MEMFREE_STRUCT(pComponentPrivate->sDeviceString); in ComponentDeInit()
1557 OMX_G729MEMFREE_STRUCT(pComponentPrivate->pInputBufferList); in ComponentDeInit()
1558 OMX_G729MEMFREE_STRUCT(pComponentPrivate->pOutputBufferList); in ComponentDeInit()
1559 OMX_G729MEMFREE_STRUCT(pComponentPrivate->g729Params); in ComponentDeInit()
1560 OMX_G729MEMFREE_STRUCT(pComponentPrivate->pcmParams); in ComponentDeInit()
1561 OMX_G729MEMFREE_STRUCT(pComponentPrivate->sPriorityMgmt); in ComponentDeInit()
1562 OMX_G729MEMFREE_STRUCT(pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]); in ComponentDeInit()
1563 OMX_G729MEMFREE_STRUCT(pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT]); in ComponentDeInit()
1564 OMX_G729MEMFREE_STRUCT(pComponentPrivate->pInPortFormat); in ComponentDeInit()
1565 OMX_G729MEMFREE_STRUCT(pComponentPrivate->pOutPortFormat); in ComponentDeInit()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
DOMX_G729Decoder.h205 #define OMX_G729MEMFREE_STRUCT(_pStruct_) \ macro
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
DOMX_G729Enc_Utils.h207 #define OMX_G729MEMFREE_STRUCT(_pStruct_) \ macro