Lines Matching refs:pLcmlHandle

663     OMX_HANDLETYPE pLcmlHandle = pComponentPrivate->pLcmlHandle;
752 pLcmlHandle = (OMX_HANDLETYPE) G729DECGetLCMLHandle(pComponentPrivate);
753 if (pLcmlHandle == NULL) {
758 G729DEC_DPRINT("pLcmlHandle = %p\n",pLcmlHandle);
762 pLcmlDsp = (((LCML_DSP_INTERFACE*)pLcmlHandle)->dspCodec);
771 pComponentPrivate->pLcmlHandle = (LCML_DSP_INTERFACE *)pLcmlHandle;
779 eError = LCML_InitMMCodecEx(((LCML_DSP_INTERFACE *)pLcmlHandle)->pCodecinterfacehandle,
780 (void *)p,&pLcmlHandle,(void *)p,&cb, (OMX_STRING)pComponentPrivate->sDeviceString);
782 eError = LCML_InitMMCodec(((LCML_DSP_INTERFACE *)pLcmlHandle)->pCodecinterfacehandle,
783 (void *)p,&pLcmlHandle,(void *)p,&cb);
791 eError = LCML_SetHashingState(((LCML_DSP_INTERFACE*)pLcmlHandle)->pCodecinterfacehandle, OMX_TRUE);
867 eError = LCML_ControlCodec(((LCML_DSP_INTERFACE*)pLcmlHandle)->pCodecinterfacehandle,
887 ((LCML_DSP_INTERFACE*)pLcmlHandle)->pCodecinterfacehandle,
896 pLcmlHandle = (LCML_DSP_INTERFACE*)pComponentPrivate->pLcmlHandle;
897 eError = LCML_FlushHashes(((LCML_DSP_INTERFACE*)pLcmlHandle)->pCodecinterfacehandle);
916 pLcmlHandle = (LCML_DSP_INTERFACE*)pComponentPrivate->pLcmlHandle;
917 eError = LCML_FlushHashes(((LCML_DSP_INTERFACE*)pLcmlHandle)->pCodecinterfacehandle);
956 eError = LCML_ControlCodec(((LCML_DSP_INTERFACE*)pLcmlHandle)->pCodecinterfacehandle,
971 eError = LCML_ControlCodec(((LCML_DSP_INTERFACE*)pLcmlHandle)->pCodecinterfacehandle,
983 eError = LCML_QueueBuffer(((LCML_DSP_INTERFACE*)pLcmlHandle)->pCodecinterfacehandle,
1000 eError = LCML_QueueBuffer(((LCML_DSP_INTERFACE*)pLcmlHandle)->pCodecinterfacehandle,
1106 eError = LCML_ControlCodec(((LCML_DSP_INTERFACE*)pLcmlHandle)->pCodecinterfacehandle,
1139 eError = LCML_ControlCodec(((LCML_DSP_INTERFACE*)pLcmlHandle)->pCodecinterfacehandle,
1206 ((LCML_DSP_INTERFACE*)pLcmlHandle)->pCodecinterfacehandle,
1298 ((LCML_DSP_INTERFACE*)pLcmlHandle)->pCodecinterfacehandle,
1381 eError = LCML_ControlCodec(((LCML_DSP_INTERFACE*)pLcmlHandle)->pCodecinterfacehandle,
1400 eError = LCML_ControlCodec(((LCML_DSP_INTERFACE*)pLcmlHandle)->pCodecinterfacehandle,
1440 LCML_DSP_INTERFACE *pLcmlHandle = (LCML_DSP_INTERFACE *)
1441 pComponentPrivate->pLcmlHandle;
1515 eError = LCML_QueueBuffer(pLcmlHandle->pCodecinterfacehandle,
1573 eError = LCML_QueueBuffer(pLcmlHandle->pCodecinterfacehandle,
1607 eError = LCML_QueueBuffer(pLcmlHandle->pCodecinterfacehandle,
2163 retValue = dlclose(pComponentPrivate->pLcmlHandle);
2184 retValue = FreeLibrary(pComponentPrivate->pLcmlHandle);