OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AACENC_StartComponentThread
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
OMX_AacEnc_Utils.h
674
OMX_ERRORTYPE
AACENC_StartComponentThread
(OMX_HANDLETYPE pHandle);
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c
464
eError =
AACENC_StartComponentThread
(pHandle);
[
all
...]
OMX_AacEnc_Utils.c
397
*
AACENC_StartComponentThread
() This function is called by the component to create
410
OMX_ERRORTYPE
AACENC_StartComponentThread
(OMX_HANDLETYPE pComponent)
423
OMX_PRINT1(pComponentPrivate->dbg, "%d :: Entering
AACENC_StartComponentThread
\n", __LINE__);
439
OMX_ERROR4(pComponentPrivate->dbg, "%d :: Inside
AACENC_StartComponentThread
\n", __LINE__);
448
OMX_ERROR4(pComponentPrivate->dbg, "%d :: Inside
AACENC_StartComponentThread
\n", __LINE__);
456
OMX_ERROR4(pComponentPrivate->dbg, "%d :: Inside
AACENC_StartComponentThread
\n", __LINE__);
468
OMX_ERROR4(pComponentPrivate->dbg, "%d :: Inside
AACENC_StartComponentThread
\n", __LINE__);
473
OMX_PRDSP1(pComponentPrivate->dbg, "%d :: pComponent[%x]
AACENC_StartComponentThread
\n", __LINE__, (int)pComponent) ;
474
OMX_PRDSP1(pComponentPrivate->dbg, "%d :: pHandle[%x]
AACENC_StartComponentThread
\n", __LINE__, (int)pHandle) ;
478
OMX_PRINT1(pComponentPrivate->dbg, "%d :: Exiting from
AACENC_StartComponentThread
\n", __LINE__)
[
all
...]
Completed in 59 milliseconds