HomeSort by relevance Sort by last modified time
    Searched refs:ComponentThread (Results 1 - 25 of 51) sorted by null

1 2 3

  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
OMX_G711Dec_ComponentThread.h 50 void* ComponentThread (void* pThreadData);
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_dec/src/
OMX_G711Dec_ComponentThread.c 63 void* ComponentThread (void* pThreadData)
165 G711DEC_DPRINT("%d::Exiting ComponentThread\n",__LINE__);
OMX_G711Dec_Utils.c 405 eError = pthread_create (&(pComponentPrivate->ComponentThread), &attr,
406 ComponentThread, pComponentPrivate);
408 eError = pthread_create (&(pComponentPrivate->ComponentThread), NULL,
409 ComponentThread, pComponentPrivate);
412 if (eError || !pComponentPrivate->ComponentThread) {
596 pthreadError = pthread_join (pComponentPrivate->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/g729_dec/inc/
OMX_G729Decoder.h 402 pthread_t ComponentThread;
  /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/g726_enc/inc/
OMX_G726Enc_Utils.h 527 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/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 392 pthread_t ComponentThread;
  /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/audio/src/openmax_il/aac_dec/inc/
OMX_AacDec_Utils.h 719 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_enc/inc/
OMX_G711Enc_Utils.h 636 pthread_t ComponentThread;
    [all...]
  /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_enc/inc/
OMX_AmrEnc_Utils.h 735 pthread_t ComponentThread;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
OMX_WbAmrEnc_Utils.h 579 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/prepost_processor/src/
OMX_VPP_Utils.c 547 eError = pthread_create (&(pComponentPrivate->ComponentThread),
552 eError = pthread_create (&(pComponentPrivate->ComponentThread),
557 if (eError || !pComponentPrivate->ComponentThread) {
564 pComponentPrivate->ComponentThread,
623 if(pComponentPrivate->ComponentThread){
625 err = pthread_join (pComponentPrivate->ComponentThread,
628 err = oaf_pthread_join (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/g711_enc/src/
OMX_G711Enc_Utils.c 375 eError = pthread_create (&(pComponentPrivate->ComponentThread), &attr,
378 eError = pthread_create (&(pComponentPrivate->ComponentThread), NULL,
381 if (eError || !pComponentPrivate->ComponentThread) {
562 pthreadError = pthread_join (pComponentPrivate->ComponentThread,(void*)&threadError);
566 G711ENC_DPRINT("%d :: Error closing ComponentThread - pthreadError = %d\n",__LINE__,pthreadError);
    [all...]

Completed in 446 milliseconds

1 2 3