/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/ |
D | OMX_VideoDec_Thread.h | 46 void* OMX_VidDec_Thread (void* pThreadData); 47 void* OMX_VidDec_Return (void* pThreadData);
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/ |
D | OMX_VideoEnc_Thread.h | 51 void* OMX_VIDENC_Thread (void* pThreadData);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/ |
D | OMX_G726Dec_CompThread.c | 91 void* G726DEC_ComponentThread (void* pThreadData) in G726DEC_ComponentThread() argument 99 G726DEC_COMPONENT_PRIVATE* pComponentPrivate = (G726DEC_COMPONENT_PRIVATE*)pThreadData; in G726DEC_ComponentThread()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/ |
D | OMX_G729Enc_ComponentThread.h | 26 void* G729ENC_CompThread(void* pThreadData);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/ |
D | OMX_AmrEnc_ComponentThread.h | 26 void* NBAMRENC_CompThread(void* pThreadData);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/ |
D | OMX_G726Enc_ComponentThread.h | 52 void* G726ENC_CompThread(void* pThreadData);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/ |
D | OMX_WbAmrDec_ComponentThread.h | 57 void* WBAMR_DEC_ComponentThread (void* pThreadData);
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/ |
D | OMX_VPP_CompThread.h | 26 void* VPP_ComponentThreadFunc (void* pThreadData);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/ |
D | OMX_AacEnc_CompThread.h | 27 void* AACENC_ComponentThread (void* pThreadData);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/ |
D | OMX_G711Dec_ComponentThread.h | 50 void* ComponentThread (void* pThreadData);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/ |
D | OMX_G729Dec_ComponentThread.h | 85 void* G729DEC_ComponentThread (void* pThreadData);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/ |
D | OMX_AacDec_CompThread.h | 47 void* AACDEC_ComponentThread (void* pThreadData);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/ |
D | OMX_Mp3Dec_CompThread.h | 47 void* MP3DEC_ComponentThread (void* pThreadData);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/ |
D | OMX_WbAmrEnc_CompThread.h | 26 void* WBAMRENC_CompThread (void* pThreadData);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/ |
D | OMX_AmrDec_ComponentThread.h | 50 void* NBAMRDEC_ComponentThread (void* pThreadData);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/ |
D | OMX_G726Dec_CompThread.h | 66 void* G726DEC_ComponentThread (void* pThreadData);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/ |
D | OMX_G711Enc_ComponentThread.h | 26 void* G711ENC_CompThread(void* pThreadData);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/ |
D | OMX_WmaDec_ComponentThread.h | 58 void* WMADEC_ComponentThread (void* pThreadData);
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/ |
D | OMX_VideoEnc_Thread.c | 111 void* OMX_VIDENC_Thread (void* pThreadData) in OMX_VIDENC_Thread() argument 125 if (!pThreadData) in OMX_VIDENC_Thread() 131 pComponentPrivate = (VIDENC_COMPONENT_PRIVATE*)pThreadData; in OMX_VIDENC_Thread()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/ |
D | OMX_G726Enc_ComponentThread.c | 82 void* G726ENC_CompThread(void* pThreadData) in G726ENC_CompThread() argument 92 G726ENC_COMPONENT_PRIVATE* pComponentPrivate = (G726ENC_COMPONENT_PRIVATE*)pThreadData; in G726ENC_CompThread()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
D | OMX_G711Dec_ComponentThread.c | 63 void* ComponentThread (void* pThreadData) in ComponentThread() argument 71 G711DEC_COMPONENT_PRIVATE* pComponentPrivate = (G711DEC_COMPONENT_PRIVATE*)pThreadData; in ComponentThread()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/ |
D | OMX_G711Enc_ComponentThread.c | 85 void* G711ENC_CompThread(void* pThreadData) in G711ENC_CompThread() argument 95 G711ENC_COMPONENT_PRIVATE* pComponentPrivate = (G711ENC_COMPONENT_PRIVATE*)pThreadData; in G711ENC_CompThread()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/ |
D | OMX_G729Enc_ComponentThread.c | 103 void* G729ENC_CompThread(void* pThreadData) in G729ENC_CompThread() argument 113 G729ENC_COMPONENT_PRIVATE* pComponentPrivate = (G729ENC_COMPONENT_PRIVATE*)pThreadData; in G729ENC_CompThread()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/ |
D | OMX_AacDec_CompThread.c | 102 void* AACDEC_ComponentThread (void* pThreadData) in AACDEC_ComponentThread() argument 110 AACDEC_COMPONENT_PRIVATE* pComponentPrivate = (AACDEC_COMPONENT_PRIVATE*)pThreadData; in AACDEC_ComponentThread()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/ |
D | OMX_G729Dec_ComponentThread.c | 102 void* G729DEC_ComponentThread (void* pThreadData) in G729DEC_ComponentThread() argument 110 G729DEC_COMPONENT_PRIVATE* pComponentPrivate = (G729DEC_COMPONENT_PRIVATE*)pThreadData; in G729DEC_ComponentThread()
|