/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/ |
OMX_JpegEnc_Thread.c | 106 JPEGENC_COMPONENT_PRIVATE *pComponentPrivate = (JPEGENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate; 109 pComponentPrivate->pPERFcomp = PERF_Create(PERF_FOURS("JPET"), 115 fdmax = pComponentPrivate->nCmdPipe[0]; 117 if ( pComponentPrivate->free_outBuf_Q[0] > fdmax ) { 118 fdmax = pComponentPrivate->free_outBuf_Q[0]; 122 if ( pComponentPrivate->filled_inpBuf_Q[0] > fdmax ) { 123 fdmax = pComponentPrivate->filled_inpBuf_Q[0]; 126 OMX_TRACE2(pComponentPrivate->dbg, "fd max is %d\n",fdmax); 130 FD_SET (pComponentPrivate->nCmdPipe[0], &rfds) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/ |
OMX_AmrDec_ComponentThread.c | 73 AMRDEC_COMPONENT_PRIVATE* pComponentPrivate = (AMRDEC_COMPONENT_PRIVATE*)pThreadData; 74 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; 78 OMX_PRINT1(pComponentPrivate->dbg, "%d :: OMX_AmrDec_ComponentThread.c :: \n",__LINE__); 81 pComponentPrivate->pPERFcomp = PERF_Create(PERF_FOURCC('N', 'B', '_', 'D'), 86 fdmax = pComponentPrivate->cmdPipe[0]; 88 if (pComponentPrivate->dataPipe[0] > fdmax) { 89 fdmax = pComponentPrivate->dataPipe[0]; 94 FD_SET (pComponentPrivate->cmdPipe[0], &rfds); 95 FD_SET (pComponentPrivate->dataPipe[0], &rfds); 109 if (pComponentPrivate->bIsStopping == 1) [all...] |
OMX_AmrDec_Utils.c | 124 AMRDEC_COMPONENT_PRIVATE *pComponentPrivate; 128 pComponentPrivate = pHandle->pComponentPrivate; 129 OMX_PRINT1 (pComponentPrivate->dbg, "%d :: OMX_AmrDec_Utils.c :: NBAMRDECFill_LCMLInitParams\n ",__LINE__); 131 nIpBuf = pComponentPrivate->pInputBufferList->numBuffers; 132 pComponentPrivate->nRuntimeInputBuffers = nIpBuf; 134 if(pComponentPrivate->mimemode == 1) 138 else if (pComponentPrivate->mimemode == 2) 144 if (OMX_AUDIO_AMRDTXasEFR == pComponentPrivate->iAmrMode) 153 nOpBuf = pComponentPrivate->pOutputBufferList->numBuffers [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/ |
OMX_AmrEnc_ComponentThread.c | 105 AMRENC_COMPONENT_PRIVATE* pComponentPrivate = (AMRENC_COMPONENT_PRIVATE*)pThreadData; 106 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; 107 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Entering NBAMRENC_CompThread\n", __LINE__); 110 pComponentPrivate->pPERFcomp = PERF_Create(PERF_FOURCC('N', 'B', '_', 'E'), 115 fdmax = pComponentPrivate->cmdPipe[0]; 117 if (pComponentPrivate->dataPipe[0] > fdmax) { 118 fdmax = pComponentPrivate->dataPipe[0]; 123 FD_SET (pComponentPrivate->cmdPipe[0], &rfds); 124 FD_SET (pComponentPrivate->dataPipe[0], &rfds); 137 if (pComponentPrivate->bIsThreadstop == 1) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
OMX_WmaDec_ComponentThread.c | 90 WMADEC_COMPONENT_PRIVATE* pComponentPrivate = (WMADEC_COMPONENT_PRIVATE*)pThreadData; 91 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; 93 OMX_PRINT1(pComponentPrivate->dbg, "OMX_WmaDec_ComponentThread:%d\n",__LINE__); 95 OMX_PRDSP2(pComponentPrivate->dbg, "PERF%d :: OMX_WmaDec_ComponentThread.c\n",__LINE__); 96 pComponentPrivate->pPERFcomp = PERF_Create(PERF_FOURCC('W', 'M', 'A', 'D'), 100 fdmax = pComponentPrivate->cmdPipe[0]; 102 if (pComponentPrivate->dataPipe[0] > fdmax) { 103 fdmax = pComponentPrivate->dataPipe[0]; 108 FD_SET (pComponentPrivate->cmdPipe[0], &rfds); 109 FD_SET (pComponentPrivate->dataPipe[0], &rfds) [all...] |
OMX_WmaDecoder.c | 186 WMADEC_COMPONENT_PRIVATE *pComponentPrivate = NULL; 219 OMX_MALLOC_GENERIC(pHandle->pComponentPrivate, WMADEC_COMPONENT_PRIVATE); 220 ((WMADEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate)->pHandle = pHandle; 223 ((WMADEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate)->sPortParam.nPorts = 0x2; 224 ((WMADEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate)->sPortParam.nStartPortNumber = 0x0; 232 ((WMADEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate)->wma_op=wma_op; 233 ((WMADEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate)->rcaheader=rcaheader; 235 ((WMADEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate)->wmaParams[INPUT_PORT] = wma_ip; 236 ((WMADEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate)->wmaParams[OUTPUT_PORT] = (OMX_AUDIO_PARAM_WMATYPE*)wma_op; 239 pComponentPrivate = pHandle->pComponentPrivate [all...] |
OMX_WmaDec_Utils.c | 121 WMADEC_COMPONENT_PRIVATE *pComponentPrivate, *pComponentPrivate_CC; 123 pComponentPrivate = pComponent->pComponentPrivate; 124 pComponentPrivate_CC = pComponentPrivate; 127 OMX_PRINT2(pComponentPrivate->dbg, "[WMADECFill_LCMLInitParams] pComponent = %p",pComponent); 128 OMX_PRINT2(pComponentPrivate->dbg, "[WMADECFill_LCMLInitParams] pComponentPrivate = %p", 129 pComponentPrivate); 130 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Entered WMADECFill_LCMLInitParams",__LINE__); 131 OMX_PRINT2(pComponentPrivate->dbg, "%d :: WMADECFill_LCMLInitParams - pComponentPrivate = %p" [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/ |
OMX_AacDec_Utils.c | 120 AACDEC_COMPONENT_PRIVATE *pComponentPrivate = (AACDEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate; 124 pComponentPrivate->nRuntimeInputBuffers = 0; 125 pComponentPrivate->nRuntimeOutputBuffers = 0; 127 OMX_PRDSP2(pComponentPrivate->dbg, "%d:::pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->bPopulated = %d\n", 128 __LINE__,pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->bPopulated); 129 OMX_PRDSP2(pComponentPrivate->dbg, "%d:::pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->bEnabled = %d\n", 130 __LINE__,pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->bEnabled) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/ |
OMX_WbAmrDec_ComponentThread.c | 92 WBAMR_DEC_COMPONENT_PRIVATE* pComponentPrivate = (WBAMR_DEC_COMPONENT_PRIVATE*)pThreadData; 93 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; 102 OMX_PRINT1(pComponentPrivate->dbg, "Entering\n"); 105 pComponentPrivate->pPERFcomp = PERF_Create(PERF_FOURCC('W', 'B', '_', 'D'), 110 fdmax = pComponentPrivate->cmdPipe[0]; 112 if (pComponentPrivate->dataPipe[0] > fdmax) { 113 fdmax = pComponentPrivate->dataPipe[0]; 118 FD_SET (pComponentPrivate->cmdPipe[0], &rfds); 119 FD_SET (pComponentPrivate->dataPipe[0], &rfds); 124 OMX_PRINT1(pComponentPrivate->dbg, "AmrComponentThread \n") [all...] |
OMX_WbAmrDecoder.c | 197 WBAMR_DEC_COMPONENT_PRIVATE *pComponentPrivate = NULL; 227 OMX_MALLOC_GENERIC(pHandle->pComponentPrivate, WBAMR_DEC_COMPONENT_PRIVATE); 231 pHandle->pComponentPrivate)->pHandle = pHandle; 235 pHandle->pComponentPrivate)->sPortParam.nPorts = 0x2; 237 pHandle->pComponentPrivate)->sPortParam.nStartPortNumber = 0x0; 243 pHandle->pComponentPrivate)->wbamrParams[WBAMR_DEC_INPUT_PORT] = amr_ip; 245 pHandle->pComponentPrivate)->wbamrParams[WBAMR_DEC_OUTPUT_PORT] = (OMX_AUDIO_PARAM_AMRTYPE*)amr_op; 249 pComponentPrivate = pHandle->pComponentPrivate; 250 OMX_DBG_INIT(pComponentPrivate->dbg, "OMX_DBG_WBAMRDEC") [all...] |
OMX_WbAmrDec_Utils.c | 117 WBAMR_DEC_COMPONENT_PRIVATE *pComponentPrivate; 120 pComponentPrivate = pHandle->pComponentPrivate; 121 OMX_PRINT1(pComponentPrivate->dbg, "WBAMR_DEC_Fill_LCMLInitParams\n "); 122 OMX_PRDSP1(pComponentPrivate->dbg, "pHandle = %p\n",pHandle); 123 OMX_PRDSP1(pComponentPrivate->dbg, "pHandle->pComponentPrivate = %p\n",pHandle->pComponentPrivate); 125 nIpBuf = pComponentPrivate->pInputBufferList->numBuffers; 126 pComponentPrivate->nRuntimeInputBuffers = nIpBuf [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
OMX_VideoDec_Thread.c | 83 extern OMX_ERRORTYPE VIDDEC_DisablePort(VIDDEC_COMPONENT_PRIVATE *pComponentPrivate, OMX_U32 nParam1); 84 extern OMX_ERRORTYPE VIDDEC_EnablePort(VIDDEC_COMPONENT_PRIVATE *pComponentPrivate, OMX_U32 nParam1); 85 extern OMX_ERRORTYPE VIDDEC_HandleDataBuf_FromApp( VIDDEC_COMPONENT_PRIVATE *pComponentPrivate); 86 extern OMX_ERRORTYPE VIDDEC_HandleDataBuf_FromDsp( VIDDEC_COMPONENT_PRIVATE *pComponentPrivate ); 87 extern OMX_ERRORTYPE VIDDEC_HandleFreeDataBuf( VIDDEC_COMPONENT_PRIVATE *pComponentPrivate ); 88 extern OMX_ERRORTYPE VIDDEC_HandleFreeOutputBufferFromApp(VIDDEC_COMPONENT_PRIVATE *pComponentPrivate) ; 91 extern OMX_ERRORTYPE VIDDEC_HandleCommandMarkBuffer(VIDDEC_COMPONENT_PRIVATE *pComponentPrivate, OMX_U32 nParam1, OMX_PTR pCmdData); 92 extern OMX_ERRORTYPE VIDDEC_HandleCommandFlush(VIDDEC_COMPONENT_PRIVATE *pComponentPrivate, OMX_U32 nParam1, OMX_BOOL bPass); 93 extern OMX_ERRORTYPE VIDDEC_Handle_InvalidState (VIDDEC_COMPONENT_PRIVATE* pComponentPrivate); 120 VIDDEC_COMPONENT_PRIVATE* pComponentPrivate; [all...] |
OMX_VideoDec_Utils.c | 63 OMX_U32 VIDDEC_GetRMFrecuency(VIDDEC_COMPONENT_PRIVATE* pComponentPrivate) 67 OMX_PRINT1(pComponentPrivate->dbg, "+++ENTERING\n"); 70 if ((OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameWidth > VIDDEC_CIF_WIDTH) || 71 (OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameHeight > VIDDEC_CIF_HEIGHT)) { 72 if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingAVC) { 75 else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingWMV) { 78 else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4) { 79 if ((OMX_U16)pComponentPrivate->pInPortDef->format.video.nFrameHeight > VIDDEC_D1MAX_HEIGHT || 80 (OMX_U16)pComponentPrivate->pInPortDef->format.video.nFrameWidth > VIDDEC_D1MAX_WIDTH) 89 else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG2) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
OMX_Mp3Dec_Utils.c | 124 MP3DEC_COMPONENT_PRIVATE *pComponentPrivate =(MP3DEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate; 129 pComponentPrivate->nRuntimeInputBuffers = 0; 130 pComponentPrivate->nRuntimeOutputBuffers = 0; 132 OMX_PRINT1(pComponentPrivate->dbg, "Entered MP3DEC_Fill_LCMLInitParams\n"); 133 OMX_PRCOMM2(pComponentPrivate->dbg, ":::pComponentPrivate->pPortDef[MP3D_INPUT_PORT]->bPopulated = %d\n", 134 pComponentPrivate->pPortDef[MP3D_INPUT_PORT]->bPopulated); 135 OMX_PRCOMM2(pComponentPrivate->dbg, ":::pComponentPrivate->pPortDef[MP3D_INPUT_PORT]->bEnabled = %d\n" [all...] |
OMX_Mp3Dec_CompThread.c | 109 MP3DEC_COMPONENT_PRIVATE* pComponentPrivate = (MP3DEC_COMPONENT_PRIVATE*)pThreadData; 110 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; 117 OMX_PRINT1(pComponentPrivate->dbg, ":: Entering ComponentThread \n"); 120 pComponentPrivate->pPERFcomp = PERF_Create(PERF_FOURCC('M', 'P', '3',' '), 125 fdmax = pComponentPrivate->cmdPipe[0]; 127 if (pComponentPrivate->dataPipe[0] > fdmax) { 128 fdmax = pComponentPrivate->dataPipe[0]; 133 FD_SET (pComponentPrivate->cmdPipe[0], &rfds); 134 FD_SET (pComponentPrivate->dataPipe[0], &rfds); 147 if (pComponentPrivate->bExitCompThrd == 1) [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/ |
OMX_VideoEnc_Thread.c | 121 VIDENC_COMPONENT_PRIVATE* pComponentPrivate = NULL; 131 pComponentPrivate = (VIDENC_COMPONENT_PRIVATE*)pThreadData; 132 pLcmlHandle = (LCML_DSP_INTERFACE*)pComponentPrivate->pLCML; 135 pComponentPrivate->pPERFcomp = PERF_Create(PERF_FOURCC('V', 'E', ' ', 'T'), 143 fdmax = pComponentPrivate->nCmdPipe[0]; 145 if (pComponentPrivate->nFree_oPipe[0] > fdmax) 147 fdmax = pComponentPrivate->nFree_oPipe[0]; 150 if (pComponentPrivate->nFilled_iPipe[0] > fdmax) 152 fdmax = pComponentPrivate->nFilled_iPipe[0]; 158 FD_SET (pComponentPrivate->nCmdPipe[0], &rfds) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/ |
OMX_WbAmrEnc_CompThread.c | 98 WBAMRENC_COMPONENT_PRIVATE* pComponentPrivate = (WBAMRENC_COMPONENT_PRIVATE*)pThreadData; 99 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; 104 OMX_PRINT1(pComponentPrivate->dbg, "Entering\n"); 107 pComponentPrivate->pPERFcomp = PERF_Create(PERF_FOURCC('W', 'B', 'E', '_'), 112 fdmax = pComponentPrivate->cmdPipe[0]; 114 if (pComponentPrivate->dataPipe[0] > fdmax) { 115 fdmax = pComponentPrivate->dataPipe[0]; 120 FD_SET (pComponentPrivate->dataPipe[0], &rfds); 121 FD_SET (pComponentPrivate->cmdPipe[0], &rfds); 135 if (pComponentPrivate->bIsThreadstop == 1) [all...] |
OMX_WbAmrEnc_Utils.c | 112 WBAMRENC_COMPONENT_PRIVATE *pComponentPrivate = pHandle->pComponentPrivate; 118 OMX_PRINT1(pComponentPrivate->dbg, "Entering\n"); 119 nIpBuf = pComponentPrivate->pInputBufferList->numBuffers; 120 pComponentPrivate->nRuntimeInputBuffers = nIpBuf; 122 nIpBufSize = pComponentPrivate->pPortDef[WBAMRENC_INPUT_PORT]->nBufferSize; 123 nOpBuf = pComponentPrivate->pOutputBufferList->numBuffers; 124 pComponentPrivate->nRuntimeOutputBuffers = nOpBuf; 126 nOpBufSize = pComponentPrivate->pPortDef[WBAMRENC_OUTPUT_PORT]->nBufferSize; 127 OMX_PRBUFFER2(pComponentPrivate->dbg [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/ |
OMX_G711Enc_ComponentThread.c | 95 G711ENC_COMPONENT_PRIVATE* pComponentPrivate = (G711ENC_COMPONENT_PRIVATE*)pThreadData; 96 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; 99 fdmax = pComponentPrivate->cmdPipe[0]; 100 if (pComponentPrivate->dataPipe[0] > fdmax) { 101 fdmax = pComponentPrivate->dataPipe[0]; 106 FD_SET (pComponentPrivate->cmdPipe[0], &rfds); 107 FD_SET (pComponentPrivate->dataPipe[0], &rfds); 122 if (pComponentPrivate->bIsThreadstop == 1) { 123 pComponentPrivate->bIsThreadstop = 0; 124 pComponentPrivate->lcml_nOpBuf = 0 [all...] |
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/ |
OMX_JpegDec_Thread.c | 83 JPEGDEC_COMPONENT_PRIVATE *pComponentPrivate = (JPEGDEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate; 88 pComponentPrivate->pPERFcomp = PERF_Create(PERF_FOURS("JPDT"), 95 nFdmax = pComponentPrivate->nCmdPipe[0]; 97 if (pComponentPrivate->nFree_outBuf_Q[0] > nFdmax) { 98 nFdmax = pComponentPrivate->nFree_outBuf_Q[0]; 101 if (pComponentPrivate->nFilled_inpBuf_Q[0] > nFdmax) { 102 nFdmax = pComponentPrivate->nFilled_inpBuf_Q[0]; 105 OMX_PRINT1(pComponentPrivate->dbg, "fd max is %d\n", nFdmax); 110 FD_SET (pComponentPrivate->nCmdPipe[0], &rfds) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
OMX_AacEnc_CompThread.c | 87 AACENC_COMPONENT_PRIVATE* pComponentPrivate = (AACENC_COMPONENT_PRIVATE*)pThreadData; 88 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; 92 pComponentPrivate->pPERFcomp = PERF_Create(PERF_FOURCC('A', 'A', 'C', 'E'), 97 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Entering ComponentThread\n", __LINE__); 98 fdmax = pComponentPrivate->cmdPipe[0]; 100 if (pComponentPrivate->dataPipe[0] > fdmax) 101 fdmax = pComponentPrivate->dataPipe[0]; 106 FD_SET (pComponentPrivate->cmdPipe[0], &rfds); 107 FD_SET (pComponentPrivate->dataPipe[0], &rfds); 120 if (pComponentPrivate->bIsThreadstop == 1) [all...] |
OMX_AacEnc_Utils.c | 119 AACENC_COMPONENT_PRIVATE *pComponentPrivate = pHandle->pComponentPrivate; 126 OMX_PRINT1(pComponentPrivate->dbg, "%d :: UTIL: AACENCFill_LCMLInitParams\n ",__LINE__); 127 nIpBuf = pComponentPrivate->pInputBufferList->numBuffers; 128 pComponentPrivate->nRuntimeInputBuffers = nIpBuf; 129 nIpBufSize = pComponentPrivate->pPortDef[INPUT_PORT]->nBufferSize; 130 nOpBuf = pComponentPrivate->pOutputBufferList->numBuffers; 131 nOpBufSize = pComponentPrivate->pPortDef[OUTPUT_PORT]->nBufferSize; 133 pComponentPrivate->nRuntimeOutputBuffers = nOpBuf; 136 FramesPerOutBuf = (OMX_U16)pComponentPrivate->FramesPer_OutputBuffer [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
OMX_VPP_CompThread.c | 112 VPP_COMPONENT_PRIVATE* pComponentPrivate = (VPP_COMPONENT_PRIVATE*)pThreadData; 113 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; 116 pComponentPrivate->pPERFcomp = PERF_Create(PERF_FOURCC('V','P','P','T'), 122 fdmax = pComponentPrivate->cmdPipe[0]; 126 if (pComponentPrivate->nFree_oPipe[0] > fdmax) { 127 fdmax = pComponentPrivate->nFree_oPipe[0]; 130 if (pComponentPrivate->nFilled_iPipe[0] > fdmax) { 131 fdmax = pComponentPrivate->nFilled_iPipe[0]; 136 FD_SET (pComponentPrivate->cmdPipe[0], &rfds); 138 if (pComponentPrivate->curState != OMX_StatePause) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/ |
OMX_G729Enc_ComponentThread.c | 113 G729ENC_COMPONENT_PRIVATE* pComponentPrivate = (G729ENC_COMPONENT_PRIVATE*)pThreadData; 114 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; 118 pComponentPrivate->pPERFcomp = PERF_Create(PERF_FOURCC('7', '2', '9', 'E'), 122 fdmax = pComponentPrivate->cmdPipe[0]; 124 if (pComponentPrivate->dataPipe[0] > fdmax) 126 fdmax = pComponentPrivate->dataPipe[0]; 132 FD_SET (pComponentPrivate->cmdPipe[0], &rfds); 133 FD_SET (pComponentPrivate->dataPipe[0], &rfds); 147 G729ENC_DPRINT("bIsThreadstop=%ld\n", pComponentPrivate->bIsThreadstop); 148 G729ENC_DPRINT("lcml_nOpBuf=%ld\n", pComponentPrivate->lcml_nOpBuf) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
OMX_G711Dec_ComponentThread.c | 71 G711DEC_COMPONENT_PRIVATE* pComponentPrivate = (G711DEC_COMPONENT_PRIVATE*)pThreadData; 72 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; 78 fdmax = pComponentPrivate->cmdPipe[0]; 80 if (pComponentPrivate->dataPipe[0] > fdmax) { 81 fdmax = pComponentPrivate->dataPipe[0]; 86 FD_SET (pComponentPrivate->cmdPipe[0], &rfds); 87 FD_SET (pComponentPrivate->dataPipe[0], &rfds); 102 if (pComponentPrivate->bIsStopping == 1) { 103 pComponentPrivate->bIsStopping = 0; 104 pComponentPrivate->lcml_nOpBuf = 0 [all...] |