HomeSort by relevance Sort by last modified time
    Searched defs:InitMMCodec (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_CodecInterface.h 99 OMX_ERRORTYPE (*InitMMCodec)(OMX_HANDLETYPE hComponent,
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c 84 static OMX_ERRORTYPE InitMMCodec(OMX_HANDLETYPE hInt,
162 dspcodecinterface->InitMMCodec = InitMMCodec;
222 InitMMCodec(hInt, codecName, toCodecInitParams, fromCodecInfoStruct, pCallbacks);
511 * InitMMCodec initialise the OMX Component specific handle to LCML.
524 static OMX_ERRORTYPE InitMMCodec(OMX_HANDLETYPE hInt,
551 OMX_PRINT1 (((LCML_CODEC_INTERFACE *)hInt)->dbg, "%d :: InitMMCodec application\n",__LINE__);
    [all...]

Completed in 46 milliseconds