Home
last modified time | relevance | path

Searched refs:ptrLibLCML (Results 1 – 21 of 21) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
DOMX_WbAmrDecoder.h637 void* ptrLibLCML; member
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
DOMX_AacEncoder.c347 pComponentPrivate->ptrLibLCML = NULL; in OMX_ComponentInit()
1700 OMX_PRDSP2(dbg, "AACENC: LCML %p \n",pComponentPrivate->ptrLibLCML); in ComponentDeInit()
1766 if ((pComponentPrivate->ptrLibLCML != NULL && pComponentPrivate->bGotLCML) && in ComponentDeInit()
1769 OMX_PRDSP2(dbg, "AACENC: About to Close LCML %p \n",pComponentPrivate->ptrLibLCML); in ComponentDeInit()
1770 dlclose( pComponentPrivate->ptrLibLCML ); in ComponentDeInit()
1771 pComponentPrivate->ptrLibLCML = NULL; in ComponentDeInit()
DOMX_AacEnc_Utils.c1334 if (pComponentPrivate->ptrLibLCML != NULL) in AACENCHandleCommand()
1336 …OMX_PRDSP1(pComponentPrivate->dbg, "AAC: About to Close LCML %p \n",pComponentPrivate->ptrLibLCML); in AACENCHandleCommand()
1338 dlclose( pComponentPrivate->ptrLibLCML ); in AACENCHandleCommand()
1339 pComponentPrivate->ptrLibLCML = NULL; in AACENCHandleCommand()
2959 pComponentPrivate->ptrLibLCML=handle; /* saving LCML lib pointer */ in AACENCGetLCMLHandle()
2960 OMX_PRDSP2(pComponentPrivate->dbg, "AAC: ptrLibLCML = %p\n",pComponentPrivate->ptrLibLCML); in AACENCGetLCMLHandle()
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
DOMX_AmrDecoder.h811 void* ptrLibLCML; member
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
DOMX_G726Enc_Utils.h650 void* ptrLibLCML; member
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
DOMX_WbAmrEnc_Utils.h746 void* ptrLibLCML; member
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
DOMX_G711Enc_Utils.h793 void* ptrLibLCML; member
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
DOMX_Mp3Dec_Utils.h565 void* ptrLibLCML; member
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
DOMX_AacEnc_Utils.h586 void* ptrLibLCML; member
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
DOMX_G711Enc_Utils.c1023 if (pComponentPrivate->ptrLibLCML != NULL){ in G711ENC_HandleCommand()
1024 … G711ENC_DPRINT("%d :: About to Close LCML %p \n",__LINE__,pComponentPrivate->ptrLibLCML); in G711ENC_HandleCommand()
1025 dlclose( pComponentPrivate->ptrLibLCML ); in G711ENC_HandleCommand()
1026 pComponentPrivate->ptrLibLCML = NULL; in G711ENC_HandleCommand()
2207 pComponentPrivate->ptrLibLCML = handle; /* saving LCML backup lib pointer */ in G711ENC_GetLCMLHandle()
DOMX_G711Encoder.c391 pComponentPrivate->ptrLibLCML = NULL; in OMX_ComponentInit()
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
DOMX_AmrEnc_Utils.h907 void* ptrLibLCML; member
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
DOMX_WbAmrEnc_Utils.c1304 if (pComponentPrivate->ptrLibLCML != NULL) { in WBAMRENC_HandleCommand()
1306 dlclose( pComponentPrivate->ptrLibLCML); in WBAMRENC_HandleCommand()
1307 pComponentPrivate->ptrLibLCML = NULL; in WBAMRENC_HandleCommand()
2900 pComponentPrivate->ptrLibLCML = handle; /* saving LCML lib pointer */ in WBAMRENC_GetLCMLHandle()
DOMX_WbAmrEncoder.c453 pComponentPrivate->ptrLibLCML = NULL; in OMX_ComponentInit()
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
DOMX_AmrEnc_Utils.c1180 if (pComponentPrivate->ptrLibLCML != NULL) in NBAMRENC_HandleCommand()
1183 dlclose( pComponentPrivate->ptrLibLCML); in NBAMRENC_HandleCommand()
1184 pComponentPrivate->ptrLibLCML = NULL; in NBAMRENC_HandleCommand()
2680 pComponentPrivate->ptrLibLCML=handle; /* saving LCML lib pointer */ in NBAMRENC_GetLCMLHandle()
DOMX_AmrEncoder.c467 pComponentPrivate->ptrLibLCML = NULL; in OMX_ComponentInit()
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
DOMX_WbAmrDec_Utils.c1252 if (pComponentPrivate->ptrLibLCML != NULL) in WBAMR_DEC_HandleCommand()
1255 dlclose( pComponentPrivate->ptrLibLCML ); in WBAMR_DEC_HandleCommand()
1256 pComponentPrivate->ptrLibLCML = NULL; in WBAMR_DEC_HandleCommand()
3035 pComponentPrivate->ptrLibLCML=handle; /* saving LCML lib pointer */ in WBAMR_DEC_GetLCMLHandle()
DOMX_WbAmrDecoder.c385 pComponentPrivate->ptrLibLCML = NULL; in OMX_ComponentInit()
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
DOMX_AmrDec_Utils.c1258 if (pComponentPrivate->ptrLibLCML != NULL) in NBAMRDECHandleCommand()
1261 dlclose( pComponentPrivate->ptrLibLCML ); in NBAMRDECHandleCommand()
1262 pComponentPrivate->ptrLibLCML = NULL; in NBAMRDECHandleCommand()
3086 pComponentPrivate->ptrLibLCML=handle; /* saving LCML lib pointer */ in NBAMRDECGetLCMLHandle()
DOMX_AmrDecoder.c340 pComponentPrivate->ptrLibLCML = NULL; in OMX_ComponentInit()
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
DOMX_G726Enc_Utils.c1947 pComponentPrivate->ptrLibLCML=handle; /* saving LCML lib pointer */ in G726ENC_GetLCMLHandle()