OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dspcodecinterface
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c
138
struct LCML_CODEC_INTERFACE *
dspcodecinterface
;
local
152
LCML_MALLOC(
dspcodecinterface
,sizeof(LCML_CODEC_INTERFACE),LCML_CODEC_INTERFACE);
153
if (
dspcodecinterface
== NULL)
158
memset(
dspcodecinterface
, 0, sizeof(LCML_CODEC_INTERFACE));
159
OMX_DBG_INIT (
dspcodecinterface
->dbg, "TI_LCML");
161
pHandle->pCodecinterfacehandle =
dspcodecinterface
;
162
dspcodecinterface
->InitMMCodec = InitMMCodec;
163
dspcodecinterface
->InitMMCodecEx = InitMMCodecEx;
164
dspcodecinterface
->WaitForEvent = WaitForEvent;
165
dspcodecinterface
->QueueBuffer = QueueBuffer
[
all
...]
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_DspCodec.h
267
OMX_HANDLETYPE pCodecinterfacehandle; /* handle to interface struct LCML_CODEC_INTERFACE *
dspcodecinterface
*/
Completed in 2548 milliseconds