Searched refs:hInterface (Results 1 – 2 of 2) sorted by relevance
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/ |
D | LCML_DspCodec.h | 143 hInterface, \ argument 149 ((LCML_CODEC_INTERFACE*)hInterface)->InitMMCodec( \ 150 hInterface, \ 159 hInterface, \ argument 165 ((LCML_CODEC_INTERFACE*)hInterface)->InitMMCodecEx( \ 166 hInterface, \ 186 hInterface, \ argument 189 ((LCML_CODEC_INTERFACE*)hInterface)->ControlCodec( \ 190 hInterface, \ 212 hInterface, \ argument [all …]
|
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/ |
D | LCML_DspCodec.c | 119 static OMX_ERRORTYPE DeleteDspResource(LCML_DSP_INTERFACE *hInterface); 120 static OMX_ERRORTYPE FreeResources(LCML_DSP_INTERFACE *hInterface); 134 OMX_ERRORTYPE GetHandle(OMX_HANDLETYPE *hInterface ) in GetHandle() argument 141 LCML_MALLOC(*hInterface,sizeof(LCML_DSP_INTERFACE),LCML_DSP_INTERFACE); in GetHandle() 143 if (hInterface == NULL) in GetHandle() 148 memset(*hInterface, 0, sizeof(LCML_DSP_INTERFACE)); in GetHandle() 150 pHandle = (LCML_DSP_INTERFACE*)*hInterface; in GetHandle() 177 dspcodecinterface->pCodec = *hInterface; in GetHandle() 1572 OMX_ERRORTYPE FreeResources (LCML_DSP_INTERFACE *hInterface) in FreeResources() argument 1577 …OMX_PRINT1 ((struct OMX_TI_Debug)(((LCML_CODEC_INTERFACE *)hInterface->pCodecinterfacehandle)->dbg… in FreeResources() [all …]
|