OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ComponentThread
(Results
1 - 23
of
23
) sorted by null
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Dec_ComponentThread.c
63
void*
ComponentThread
(void* pThreadData)
165
G711DEC_DPRINT("%d::Exiting
ComponentThread
\n",__LINE__);
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Enc_Utils.c
98
* @fn
ComponentThread
() Component thread
103
void*
ComponentThread
(void* pThreadData)
220
G722ENC_DPRINT ("%d :: Exiting
ComponentThread
\n",__LINE__);
594
eError = pthread_create (&(pComponentPrivate->
ComponentThread
), &attr,
595
ComponentThread
, pComponentPrivate);
597
eError = pthread_create (&(pComponentPrivate->
ComponentThread
), NULL,
598
ComponentThread
, pComponentPrivate);
601
if (eError || !pComponentPrivate->
ComponentThread
) {
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c
153
static pthread_t
ComponentThread
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/
OMX_G722Enc_Utils.h
58
/*
ComponentThread
constant */
466
pthread_t
ComponentThread
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
OMX_G726Enc_Utils.h
527
pthread_t
ComponentThread
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
OMX_AacEnc_Utils.h
374
pthread_t
ComponentThread
;
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
OMX_G711Dec_Utils.h
230
void*
ComponentThread
(void* pThreadData);
559
pthread_t
ComponentThread
;
OMX_G711Decoder.h
485
pthread_t
ComponentThread
;
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
OMX_G711Enc_Utils.h
636
pthread_t
ComponentThread
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/
OMX_G722Dec_Utils.h
412
pthread_t
ComponentThread
;
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
OMX_G726Dec_Utils.h
435
pthread_t
ComponentThread
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
OMX_G729Decoder.h
402
pthread_t
ComponentThread
;
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
OMX_G729Enc_Utils.h
678
pthread_t
ComponentThread
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
OMX_Mp3Dec_Utils.h
571
pthread_t
ComponentThread
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
OMX_AmrDecoder.h
596
pthread_t
ComponentThread
;
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
OMX_WbAmrEnc_Utils.h
579
pthread_t
ComponentThread
;
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h
392
pthread_t
ComponentThread
;
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
OMX_AacDec_Utils.h
719
pthread_t
ComponentThread
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
OMX_AmrEnc_Utils.h
735
pthread_t
ComponentThread
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
OMX_WmaDec_Utils.h
645
pthread_t
ComponentThread
;
[
all
...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_Utils.h
419
pthread_t
ComponentThread
;
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_Utils.h
643
pthread_t
ComponentThread
;
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h
882
pthread_t
ComponentThread
;
[
all
...]
Completed in 457 milliseconds