HomeSort by relevance Sort by last modified time
    Searched refs:pthread_create (Results 126 - 148 of 148) sorted by null

1 2 3 4 56

  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_Utils.c 405 nRet = pthread_create (&(pComponentPrivate->ComponentThread), &attr, AACDEC_ComponentThread, pComponentPrivate);
407 nRet = pthread_create (&(pComponentPrivate->ComponentThread), NULL, AACDEC_ComponentThread, pComponentPrivate);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_Utils.c 463 eError = pthread_create (&(pComponentPrivate->ComponentThread), &attr, AACENC_ComponentThread, pComponentPrivate);
465 eError = pthread_create (&(pComponentPrivate->ComponentThread), NULL, AACENC_ComponentThread, pComponentPrivate);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Dec_Utils.c 424 nRet = pthread_create (&(pComponentPrivate->ComponentThread), &attr,
427 nRet = pthread_create (&(pComponentPrivate->ComponentThread), NULL,
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDec_Utils.c 446 eError = pthread_create (&(pComponentPrivate->ComponentThread), &attr, NBAMRDEC_ComponentThread, pComponentPrivate);
448 eError = pthread_create (&(pComponentPrivate->ComponentThread), NULL, NBAMRDEC_ComponentThread, pComponentPrivate);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEnc_Utils.c 398 eError = pthread_create (&(pComponentPrivate->ComponentThread), &attr, NBAMRENC_CompThread, pComponentPrivate);
400 eError = pthread_create (&(pComponentPrivate->ComponentThread), NULL, NBAMRENC_CompThread, pComponentPrivate);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDec_Utils.c 428 eError = pthread_create (&(pComponentPrivate->WBAMR_DEC_ComponentThread), &attr, WBAMR_DEC_ComponentThread, pComponentPrivate);
430 eError = pthread_create (&(pComponentPrivate->WBAMR_DEC_ComponentThread), NULL, WBAMR_DEC_ComponentThread, pComponentPrivate);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEnc_Utils.c 400 eError = pthread_create (&(pComponentPrivate->ComponentThread),
405 eError = pthread_create (&(pComponentPrivate->ComponentThread),
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDec_Utils.c 448 eError = pthread_create (&(pComponentPrivate->ComponentThread), &attr,
451 eError = pthread_create (&(pComponentPrivate->ComponentThread), NULL,
    [all...]
  /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),
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c     [all...]
  /external/blktrace/
blktrace.c     [all...]
  /hardware/ril/libril/
ril.cpp     [all...]
  /external/dbus/
configure     [all...]
  /external/gtest/test/
gtest_unittest.cc 848 pthread_create(&tid,
    [all...]
  /external/protobuf/
configure     [all...]
  /external/protobuf/gtest/
configure     [all...]
  /external/webkit/JavaScriptCore/wtf/
FastMalloc.cpp     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c 386 eError = pthread_create (&(pComponentPrivate->ComponentThread), NULL,
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 801 milliseconds

1 2 3 4 56