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

1 2 3

  /external/skia/src/utils/
SkThreadUtils_pthread.cpp 60 SkThread_PThreadData* pthreadData = static_cast<SkThread_PThreadData*>(arg);
62 pthreadData->fStarted.wait();
65 if (!pthreadData->fCanceled.isTriggered()) {
66 pthreadData->fEntryPoint(pthreadData->fParam);
72 SkThread_PThreadData* pthreadData = new SkThread_PThreadData(entryPoint, data);
73 fData = pthreadData;
75 int ret = pthread_create(&(pthreadData->fPThread),
76 &(pthreadData->fAttr),
78 pthreadData);
    [all...]
SkThreadUtils_pthread_mach.cpp 16 SkThread_PThreadData* pthreadData = static_cast<SkThread_PThreadData*>(fData);
17 if (!pthreadData->fValidPThread) {
21 mach_port_t tid = pthread_mach_thread_np(pthreadData->fPThread);
SkThreadUtils_pthread_linux.cpp 30 SkThread_PThreadData* pthreadData = static_cast<SkThread_PThreadData*>(fData);
31 if (!pthreadData->fValidPThread) {
43 return 0 == pthread_setaffinity_np(pthreadData->fPThread,
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
OMX_AacEnc_CompThread.h 27 void* AACENC_ComponentThread (void* pThreadData);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
OMX_G711Enc_ComponentThread.h 26 void* G711ENC_CompThread(void* pThreadData);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
OMX_G729Enc_ComponentThread.h 26 void* G729ENC_CompThread(void* pThreadData);
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
OMX_AmrEnc_ComponentThread.h 26 void* NBAMRENC_CompThread(void* pThreadData);
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
OMX_WbAmrEnc_CompThread.h 26 void* WBAMRENC_CompThread (void* pThreadData);
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_CompThread.h 26 void* VPP_ComponentThreadFunc (void* pThreadData);
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
OMX_WbAmrDec_ComponentThread.h 51 * @param pThreadData Thread data
57 void* WBAMR_DEC_ComponentThread (void* pThreadData);
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
OMX_WmaDec_ComponentThread.h 52 * @param pThreadData Thread data
58 void* WMADEC_ComponentThread (void* pThreadData);
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Thread.h 46 void* OMX_VidDec_Thread (void* pThreadData);
47 void* OMX_VidDec_Return (void* pThreadData);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Dec_CompThread.c 80 * @param pThreadData This is thread argument.
91 void* G726DEC_ComponentThread (void* pThreadData)
99 G726DEC_COMPONENT_PRIVATE* pComponentPrivate = (G726DEC_COMPONENT_PRIVATE*)pThreadData;
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Thread.c 68 * @param pThreadData - components private structure
73 void* OMX_JpegDec_Thread (void* pThreadData)
79 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pThreadData;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Dec_ComponentThread.c 63 void* ComponentThread (void* pThreadData)
71 G711DEC_COMPONENT_PRIVATE* pComponentPrivate = (G711DEC_COMPONENT_PRIVATE*)pThreadData;
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_CompThread.c 91 * @param pThreadData This is thread argument.
102 void* AACDEC_ComponentThread (void* pThreadData)
110 AACDEC_COMPONENT_PRIVATE* pComponentPrivate = (AACDEC_COMPONENT_PRIVATE*)pThreadData;
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Dec_CompThread.c 90 * @param pThreadData This is thread argument.
101 void* MP3DEC_ComponentThread (void* pThreadData)
109 MP3DEC_COMPONENT_PRIVATE* pComponentPrivate = (MP3DEC_COMPONENT_PRIVATE*)pThreadData;
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Thread.c 87 * @param pThreadData
93 void* OMX_JpegEnc_Thread (void* pThreadData)
105 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pThreadData;
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_CompThread.c 91 * @param pThreadData
97 void* VPP_ComponentThreadFunc (void* pThreadData)
112 VPP_COMPONENT_PRIVATE* pComponentPrivate = (VPP_COMPONENT_PRIVATE*)pThreadData;
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
OMX_AacDec_CompThread.h 47 void* AACDEC_ComponentThread (void* pThreadData);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
OMX_G711Dec_ComponentThread.h 50 void* ComponentThread (void* pThreadData);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
OMX_G726Enc_ComponentThread.h 52 void* G726ENC_CompThread(void* pThreadData);
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
OMX_Mp3Dec_CompThread.h 47 void* MP3DEC_ComponentThread (void* pThreadData);
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
OMX_AmrDec_ComponentThread.h 50 void* NBAMRDEC_ComponentThread (void* pThreadData);
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Thread.c 105 void* OMX_VidDec_Thread (void* pThreadData)
128 pComponentPrivate = (VIDDEC_COMPONENT_PRIVATE*)pThreadData;
359 void* OMX_VidDec_Return (void* pThreadData)
375 pComponentPrivate = (VIDDEC_COMPONENT_PRIVATE*)pThreadData;

Completed in 1522 milliseconds

1 2 3