HomeSort by relevance Sort by last modified time
    Searched refs:hInterface (Results 1 - 3 of 3) sorted by null

  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_DspCodec.h 136 * @param hInterface - Handle to LCML which is allocated and filled
143 hInterface, \
149 ((LCML_CODEC_INTERFACE*)hInterface)->InitMMCodec( \
150 hInterface, \
159 hInterface, \
165 ((LCML_CODEC_INTERFACE*)hInterface)->InitMMCodecEx( \
166 hInterface, \
175 * @param hInterface - Handle of the component to be accessed. This is the
186 hInterface, \
189 ((LCML_CODEC_INTERFACE*)hInterface)->ControlCodec(
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mprapi.h 54 HANDLE hInterface;
69 HANDLE hInterface;
156 HANDLE hInterface;
197 HANDLE hInterface;
443 HANDLE hInterface;
455 HANDLE hInterface;
543 DWORD WINAPI MprAdminInterfaceGetInfo(MPR_SERVER_HANDLE hMprServer,HANDLE hInterface,DWORD dwLevel,LPBYTE *lplpbBuffer);
544 DWORD WINAPI MprAdminInterfaceSetInfo(MPR_SERVER_HANDLE hMprServer,HANDLE hInterface,DWORD dwLevel,LPBYTE lpbBuffer);
545 DWORD WINAPI MprAdminInterfaceDelete(MPR_SERVER_HANDLE hMprServer,HANDLE hInterface);
546 DWORD WINAPI MprAdminInterfaceDeviceGetInfo(MPR_SERVER_HANDLE hMprServer,HANDLE hInterface,DWORD dwIndex,DWORD dwLevel,LPBYTE *lplpBuffer)
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c 119 static OMX_ERRORTYPE DeleteDspResource(LCML_DSP_INTERFACE *hInterface);
120 static OMX_ERRORTYPE FreeResources(LCML_DSP_INTERFACE *hInterface);
129 * @param hInterface - Handle of the component to be accessed
134 OMX_ERRORTYPE GetHandle(OMX_HANDLETYPE *hInterface )
141 LCML_MALLOC(*hInterface,sizeof(LCML_DSP_INTERFACE),LCML_DSP_INTERFACE);
143 if (hInterface == NULL)
148 memset(*hInterface, 0, sizeof(LCML_DSP_INTERFACE));
150 pHandle = (LCML_DSP_INTERFACE*)*hInterface;
177 dspcodecinterface->pCodec = *hInterface;
191 * @param hInterface - Handle to LCML which is allocated and fille
    [all...]

Completed in 58 milliseconds