Home | History | Annotate | Download | only in src

Lines Matching refs:pLcmlHandle

547     LCML_DSP_INTERFACE *pLcmlHandle;
561 pLcmlHandle = (LCML_DSP_INTERFACE *)pComponentPrivate->pLcmlHandle;
562 pLcmlHandleAux = (LCML_DSP_INTERFACE *)(((LCML_CODEC_INTERFACE *)pLcmlHandle->pCodecinterfacehandle)->pCodec);
579 pLcmlHandle = (LCML_DSP_INTERFACE *)pComponentPrivate->pLcmlHandle;
580 pLcmlHandleAux = (LCML_DSP_INTERFACE *)(((LCML_CODEC_INTERFACE *)pLcmlHandle->pCodecinterfacehandle)->pCodec);
661 OMX_HANDLETYPE pLcmlHandle = pComponentPrivate->pLcmlHandle;
782 pLcmlHandle = (OMX_HANDLETYPE) WBAMR_DEC_GetLCMLHandle(pComponentPrivate);
785 if (pLcmlHandle == NULL) {
798 OMX_PRDSP1(pComponentPrivate->dbg, "pLcmlHandle = %p\n",pLcmlHandle);
802 pLcmlDsp = (((LCML_DSP_INTERFACE*)pLcmlHandle)->dspCodec);
821 pComponentPrivate->pLcmlHandle = (LCML_DSP_INTERFACE *)pLcmlHandle;
827 eError = LCML_InitMMCodecEx(((LCML_DSP_INTERFACE *)pLcmlHandle)->pCodecinterfacehandle,
828 p,&pLcmlHandle,(void *)p,&cb, (OMX_STRING)pComponentPrivate->sDeviceString);
832 eError = LCML_InitMMCodec(((LCML_DSP_INTERFACE *)pLcmlHandle)->pCodecinterfacehandle,
833 p,&pLcmlHandle,(void *)p,&cb);
943 eError = LCML_ControlCodec(((LCML_DSP_INTERFACE*)pLcmlHandle)->pCodecinterfacehandle,
973 ((LCML_DSP_INTERFACE*)pLcmlHandle)->pCodecinterfacehandle,
1002 ((LCML_DSP_INTERFACE*)pLcmlHandle)->pCodecinterfacehandle,
1074 eError = LCML_ControlCodec(((LCML_DSP_INTERFACE*)pLcmlHandle)->pCodecinterfacehandle,
1096 eError = LCML_ControlCodec(((LCML_DSP_INTERFACE*)pLcmlHandle)->pCodecinterfacehandle,
1115 eError = LCML_QueueBuffer(((LCML_DSP_INTERFACE*)pLcmlHandle)->pCodecinterfacehandle,
1135 eError = LCML_QueueBuffer(((LCML_DSP_INTERFACE*)pLcmlHandle)->pCodecinterfacehandle,
1248 eError = LCML_ControlCodec(((LCML_DSP_INTERFACE*)pLcmlHandle)->pCodecinterfacehandle,
1303 eError = LCML_ControlCodec(((LCML_DSP_INTERFACE*)pLcmlHandle)->pCodecinterfacehandle,
1387 eError = LCML_ControlCodec(((LCML_DSP_INTERFACE*)pLcmlHandle)->pCodecinterfacehandle,
1455 ((LCML_DSP_INTERFACE*)pLcmlHandle)->pCodecinterfacehandle,
1565 ((LCML_DSP_INTERFACE*)pLcmlHandle)->pCodecinterfacehandle,
1657 eError = LCML_ControlCodec(((LCML_DSP_INTERFACE*)pLcmlHandle)->pCodecinterfacehandle,
1677 eError = LCML_ControlCodec(((LCML_DSP_INTERFACE*)pLcmlHandle)->pCodecinterfacehandle,
1724 LCML_DSP_INTERFACE *pLcmlHandle = (LCML_DSP_INTERFACE *)
1725 pComponentPrivate->pLcmlHandle;
2071 phandle = (LCML_DSP_INTERFACE *)(((LCML_CODEC_INTERFACE *)pLcmlHandle->pCodecinterfacehandle)->pCodec);
2146 eError = LCML_ControlCodec(((LCML_DSP_INTERFACE*)pLcmlHandle)->pCodecinterfacehandle,
2162 eError = LCML_ControlCodec(((LCML_DSP_INTERFACE*)pLcmlHandle)->pCodecinterfacehandle,
2228 eError = LCML_QueueBuffer(pLcmlHandle->pCodecinterfacehandle,
2237 eError = LCML_QueueBuffer(pLcmlHandle->pCodecinterfacehandle,
2246 eError = LCML_QueueBuffer(pLcmlHandle->pCodecinterfacehandle,
2319 phandle = (LCML_DSP_INTERFACE *)(((LCML_CODEC_INTERFACE *)pLcmlHandle->pCodecinterfacehandle)->pCodec);
2375 eError = LCML_QueueBuffer(pLcmlHandle->pCodecinterfacehandle,
2507 LCML_DSP_INTERFACE *pLcmlHandle;
3097 retValue = dlclose(pComponentPrivate->pLcmlHandle);
3118 retValue = FreeLibrary(pComponentPrivate->pLcmlHandle);