/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/ |
D | OMX_WbAmrDecoder.h | 637 void* ptrLibLCML; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
D | OMX_AacEncoder.c | 347 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()
|
D | OMX_AacEnc_Utils.c | 1334 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/ |
D | OMX_AmrDecoder.h | 811 void* ptrLibLCML; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/ |
D | OMX_G726Enc_Utils.h | 650 void* ptrLibLCML; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/ |
D | OMX_WbAmrEnc_Utils.h | 746 void* ptrLibLCML; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/ |
D | OMX_G711Enc_Utils.h | 793 void* ptrLibLCML; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/ |
D | OMX_Mp3Dec_Utils.h | 565 void* ptrLibLCML; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/ |
D | OMX_AacEnc_Utils.h | 586 void* ptrLibLCML; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/ |
D | OMX_G711Enc_Utils.c | 1023 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()
|
D | OMX_G711Encoder.c | 391 pComponentPrivate->ptrLibLCML = NULL; in OMX_ComponentInit()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/ |
D | OMX_AmrEnc_Utils.h | 907 void* ptrLibLCML; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/ |
D | OMX_WbAmrEnc_Utils.c | 1304 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()
|
D | OMX_WbAmrEncoder.c | 453 pComponentPrivate->ptrLibLCML = NULL; in OMX_ComponentInit()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/ |
D | OMX_AmrEnc_Utils.c | 1180 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()
|
D | OMX_AmrEncoder.c | 467 pComponentPrivate->ptrLibLCML = NULL; in OMX_ComponentInit()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/ |
D | OMX_WbAmrDec_Utils.c | 1252 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()
|
D | OMX_WbAmrDecoder.c | 385 pComponentPrivate->ptrLibLCML = NULL; in OMX_ComponentInit()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/ |
D | OMX_AmrDec_Utils.c | 1258 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()
|
D | OMX_AmrDecoder.c | 340 pComponentPrivate->ptrLibLCML = NULL; in OMX_ComponentInit()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/ |
D | OMX_G726Enc_Utils.c | 1947 pComponentPrivate->ptrLibLCML=handle; /* saving LCML lib pointer */ in G726ENC_GetLCMLHandle()
|