Home
last modified time | relevance | path

Searched refs:dbg (Results 1 – 25 of 56) sorted by relevance

123

/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
DOMX_TI_Debug.h159 #define OMX_DBG_SET_MASK(dbg, mask_str) \ argument
162 sscanf((mask_str), "%lx", &(dbg).mask); \
164 (dbg).mask &= ~0ul >> (32 - 4 * strlen(mask_str)); \
165 (dbg).mask |= OMX_DBG_BASEMASK << (4 * strlen(mask_str)); \
168 (dbg).mask = OMX_DBG_BASEMASK; \
174 #define OMX_DBG_INIT_BASE(dbg) \ argument
176 (dbg).err = stderr; \
177 (dbg).out = stdout; \
178 (dbg).out_opened = (dbg).err_opened = NULL; \
179 (dbg).mask = OMX_DBG_BASEMASK; \
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
DOMX_AacEnc_Utils.c126 OMX_PRINT1(pComponentPrivate->dbg, "%d :: UTIL: AACENCFill_LCMLInitParams\n ",__LINE__); in AACENCFill_LCMLInitParams()
137 …OMX_PRBUFFER1(pComponentPrivate->dbg, "%d :: UTIL: Frames per output buffer = %d \n\n",__LINE__, F… in AACENCFill_LCMLInitParams()
140 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: ------ Buffer Details -----------\n",__LINE__); in AACENCFill_LCMLInitParams()
141 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: Input Buffer Count = %ld \n",__LINE__,nIpBuf); in AACENCFill_LCMLInitParams()
142 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: Input Buffer Size = %ld\n",__LINE__,nIpBufSize); in AACENCFill_LCMLInitParams()
143 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: Output Buffer Count = %ld\n",__LINE__,nOpBuf); in AACENCFill_LCMLInitParams()
144 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: Output Buffer Size = %ld\n",__LINE__,nOpBufSize); in AACENCFill_LCMLInitParams()
145 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: ------ Buffer Details ------------\n",__LINE__); in AACENCFill_LCMLInitParams()
175 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Comp: OMX_AacEncUtils.c\n",__LINE__); in AACENCFill_LCMLInitParams()
177 OMX_PRDSP2(pComponentPrivate->dbg, "%d :: Codec is configuring to DASF mode\n",__LINE__); in AACENCFill_LCMLInitParams()
[all …]
DOMX_AacEnc_CompThread.c97 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Entering ComponentThread\n", __LINE__); in AACENC_ComponentThread()
121 OMX_ERROR4(pComponentPrivate->dbg, ":: Comp Thrd Exiting here...\n"); in AACENC_ComponentThread()
128 …OMX_PRINT1(pComponentPrivate->dbg, "%d : bIsStopping = %ld\n",__LINE__, pComponentPrivate->bIsStop… in AACENC_ComponentThread()
129 …OMX_PRINT1(pComponentPrivate->dbg, "%d : lcml_nOpBuf = %ld\n",__LINE__, pComponentPrivate->lcml_nO… in AACENC_ComponentThread()
130 …OMX_PRINT1(pComponentPrivate->dbg, "%d : lcml_nIpBuf = %ld\n",__LINE__, pComponentPrivate->lcml_nI… in AACENC_ComponentThread()
134 OMX_PRINT1(pComponentPrivate->dbg, "%d :: OMX_AACENC_ComponentThread \n",__LINE__); in AACENC_ComponentThread()
144 OMX_PRINT1(pComponentPrivate->dbg, "%d :: OMX_AACENC_ComponentThread \n",__LINE__); in AACENC_ComponentThread()
147 … OMX_PRINT1(pComponentPrivate->dbg, "%d ::OMX_AACENC_ComponentThread \n",__LINE__); in AACENC_ComponentThread()
151 OMX_PRINT2(pComponentPrivate->dbg, "%d :: Component Time Out !!!!! \n",__LINE__); in AACENC_ComponentThread()
155 OMX_ERROR2(pComponentPrivate->dbg, "%d :: Error in Select\n", __LINE__); in AACENC_ComponentThread()
[all …]
DOMX_AacEncoder.c246 OMX_DBG_INIT(pComponentPrivate->dbg, "OMX_DBG_AACENC"); in OMX_ComponentInit()
266 …OMX_PRBUFFER2(pComponentPrivate->dbg, "AACENC: pInputBufferList %p\n ", pComponentPrivate->pInputB… in OMX_ComponentInit()
271 …OMX_PRBUFFER2(pComponentPrivate->dbg, "AACENC: pOutputBufferList %p\n ", pComponentPrivate->pOutpu… in OMX_ComponentInit()
308 …OMX_PRINT2(pComponentPrivate->dbg, "%d :: AACENC: pComponentPrivate->bPlayCompleteFlag = %ld\n",__… in OMX_ComponentInit()
391 OMX_PRCOMM2(pComponentPrivate->dbg, "AACENC: pPortDef_ip %p \n",pPortDef_ip ); in OMX_ComponentInit()
396 …OMX_PRCOMM2(pComponentPrivate->dbg, "AACENC: pPortDef_op %p, size: %x \n",pPortDef_op, sizeof(OMX… in OMX_ComponentInit()
436 …OMX_ERROR4(pComponentPrivate->dbg, "%d :: Error returned from loading ResourceManagerProxy thread\… in OMX_ComponentInit()
454 …OMX_ERROR4(pComponentPrivate->dbg, "%d :: [AAC Encoder Component] - failure to open WRITE pipe\n",… in OMX_ComponentInit()
459 …OMX_ERROR4(pComponentPrivate->dbg, "%d :: [AAC Encoder Component] - failure to open READ pipe\n",_… in OMX_ComponentInit()
467 OMX_ERROR4(pComponentPrivate->dbg, "%d :: Error returned from the Component\n",__LINE__); in OMX_ComponentInit()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
DOMX_WmaDec_Utils.c127 OMX_PRINT2(pComponentPrivate->dbg, "[WMADECFill_LCMLInitParams] pComponent = %p",pComponent); in WMADECFill_LCMLInitParams()
128 OMX_PRINT2(pComponentPrivate->dbg, "[WMADECFill_LCMLInitParams] pComponentPrivate = %p", in WMADECFill_LCMLInitParams()
130 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Entered WMADECFill_LCMLInitParams",__LINE__); in WMADECFill_LCMLInitParams()
131 OMX_PRINT2(pComponentPrivate->dbg, "%d :: WMADECFill_LCMLInitParams - pComponentPrivate = %p", in WMADECFill_LCMLInitParams()
133 OMX_PRINT2(pComponentPrivate->dbg, "%d :: WMADECFill_LCMLInitParams - pHandle = %p",__LINE__, in WMADECFill_LCMLInitParams()
171 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Comp: OMX_WmaDecUtils.c",__LINE__); in WMADECFill_LCMLInitParams()
183 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d:[ALLOC] %p",__LINE__,strmAttr); in WMADECFill_LCMLInitParams()
187 OMX_ERROR4(pComponentPrivate->dbg, "strmAttr - failed to malloc"); in WMADECFill_LCMLInitParams()
192 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d:[ALLOC] %p",__LINE__,strmAttr); in WMADECFill_LCMLInitParams()
193 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Comp: OMX_WmaDecUtils.c",__LINE__); in WMADECFill_LCMLInitParams()
[all …]
DOMX_WmaDec_ComponentThread.c93 OMX_PRINT1(pComponentPrivate->dbg, "OMX_WmaDec_ComponentThread:%d\n",__LINE__); in WMADEC_ComponentThread()
95 OMX_PRDSP2(pComponentPrivate->dbg, "PERF%d :: OMX_WmaDec_ComponentThread.c\n",__LINE__); in WMADEC_ComponentThread()
124 OMX_ERROR4(pComponentPrivate->dbg, ":: Comp Thrd Exiting here...\n"); in WMADEC_ComponentThread()
129 …OMX_PRDSP1(pComponentPrivate->dbg, "%d : bIsStopping = %ld\n",__LINE__, pComponentPrivate->bIsStop… in WMADEC_ComponentThread()
131 OMX_PRINT2(pComponentPrivate->dbg, "%d:WmaComponentThread \n",__LINE__); in WMADEC_ComponentThread()
143 OMX_ERROR4(pComponentPrivate->dbg, "%d:WmaComponentThread \n",__LINE__); in WMADEC_ComponentThread()
147 OMX_PRDSP2(pComponentPrivate->dbg, "%d :: Component Time Out !!!!!!!!!!!! \n",__LINE__); in WMADEC_ComponentThread()
150 OMX_ERROR4(pComponentPrivate->dbg, "%d :: Error in Select\n", __LINE__); in WMADEC_ComponentThread()
160 … OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: DATA pipe is set in Component Thread\n",__LINE__); in WMADEC_ComponentThread()
163 … OMX_ERROR2(pComponentPrivate->dbg, "%d :: Error while reading from the pipe\n",__LINE__); in WMADEC_ComponentThread()
[all …]
DOMX_WmaDecoder.c241 OMX_DBG_INIT(pComponentPrivate->dbg, "OMX_DBG_WMADEC"); in OMX_ComponentInit()
244 OMX_PRDSP1(pComponentPrivate->dbg, "PERF %d :: OMX_WmaDecoder.c\n", __LINE__); in OMX_ComponentInit()
410 OMX_PRCOMM2(pComponentPrivate->dbg, "%d ::pPortDef_ip = %p\n", __LINE__,pPortDef_ip); in OMX_ComponentInit()
411 OMX_PRCOMM2(pComponentPrivate->dbg, "%d ::pPortDef_op = %p\n", __LINE__,pPortDef_op); in OMX_ComponentInit()
451 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: Initialize RM Proxy... \n", __LINE__); in OMX_ComponentInit()
453 OMX_PRINT2(pComponentPrivate->dbg, "%d ::OMX_ComponentInit\n", __LINE__); in OMX_ComponentInit()
455 …OMX_ERROR4(pComponentPrivate->dbg, "%d ::Error returned from loading ResourceManagerProxy thread\n… in OMX_ComponentInit()
460 OMX_PRINT1(pComponentPrivate->dbg, "%d ::Start Component Thread \n", __LINE__); in OMX_ComponentInit()
464 OMX_ERROR4(pComponentPrivate->dbg, "%d ::Error returned from the Component\n", in OMX_ComponentInit()
468 OMX_PRINT1(pComponentPrivate->dbg, "%d ::OMX_ComponentInit\n", __LINE__); in OMX_ComponentInit()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
DOMX_AmrDec_ComponentThread.c78 OMX_PRINT1(pComponentPrivate->dbg, "%d :: OMX_AmrDec_ComponentThread.c :: \n",__LINE__); in NBAMRDEC_ComponentThread()
110 OMX_ERROR4(pComponentPrivate->dbg, ":: Comp Thrd Exiting here...\n"); in NBAMRDEC_ComponentThread()
116 …OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_ComponentThread.c :: bIsStopping = %ld\n",… in NBAMRDEC_ComponentThread()
119 …OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_ComponentThread.c :: lcml_nOpBuf = %ld\n",… in NBAMRDEC_ComponentThread()
122 …OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_ComponentThread.c :: lcml_nIpBuf = %ld\n",… in NBAMRDEC_ComponentThread()
124 …OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_ComponentThread.c :: app_nBuf = %ld\n",__L… in NBAMRDEC_ComponentThread()
128 …OMX_PRINT2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_ComponentThread.c :: AmrComponentThread \n",_… in NBAMRDEC_ComponentThread()
130 …OMX_PRINT2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_ComponentThread.c :: AmrComponentThread \n",_… in NBAMRDEC_ComponentThread()
132 …OMX_ERROR4(pComponentPrivate->dbg, "%d :: OMX_AmrDec_ComponentThread.c :: Error Occurred in Codec … in NBAMRDEC_ComponentThread()
141 …OMX_PRINT2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_ComponentThread.c :: AmrComponentThread \n",_… in NBAMRDEC_ComponentThread()
[all …]
DOMX_AmrDecoder.c254 OMX_DBG_INIT(pComponentPrivate->dbg, "OMX_DBG_NBAMRDEC"); in OMX_ComponentInit()
283 …OMX_PRINT2(pComponentPrivate->dbg, "%d ::OMX_AmrDecoder.c ::Setting dasfmode and mimemode to 0\n",… in OMX_ComponentInit()
478 OMX_PRINT2(pComponentPrivate->dbg, "%d ::OMX_AmrDecoder.c ::OMX_ComponentInit\n", __LINE__); in OMX_ComponentInit()
480 …OMX_ERROR4(pComponentPrivate->dbg, "%d ::OMX_AmrDecoder.c ::Error returned from loading ResourceMa… in OMX_ComponentInit()
487 OMX_PRINT2(pComponentPrivate->dbg, "%d ::OMX_AmrDecoder.c ::OMX_ComponentInit\n", __LINE__); in OMX_ComponentInit()
489 … OMX_ERROR4(pComponentPrivate->dbg, "%d ::OMX_AmrDecoder.c ::Error returned from the Component\n", in OMX_ComponentInit()
493 OMX_PRINT2(pComponentPrivate->dbg, "%d ::OMX_AmrDecoder.c ::OMX_ComponentInit\n", __LINE__); in OMX_ComponentInit()
497 OMX_PRINT2(pComponentPrivate->dbg, "%d ::OMX_AmrDecoder.c ::OMX_ComponentInit\n", __LINE__); in OMX_ComponentInit()
499 OMX_ERROR4(pComponentPrivate->dbg, "[NBAMR Dec Component] - failure to open WRITE pipe\n"); in OMX_ComponentInit()
502 OMX_PRINT2(pComponentPrivate->dbg, "%d ::OMX_AmrDecoder.c ::OMX_ComponentInit\n", __LINE__); in OMX_ComponentInit()
[all …]
DOMX_AmrDec_Utils.c129 …OMX_PRINT1 (pComponentPrivate->dbg, "%d :: OMX_AmrDec_Utils.c :: NBAMRDECFill_LCMLInitParams\n ",_… in NBAMRDECFill_LCMLInitParams()
189 …OMX_PRDSP2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_Utils.c :: pComponentPrivate->dasfmode = %d\n… in NBAMRDECFill_LCMLInitParams()
243 …OMX_PRINT2(pComponentPrivate->dbg, "%s: IN %d", __FUNCTION__, pComponentPrivate->pOutputBufferList… in NBAMRDECFill_LCMLInitParams()
254 …OMX_PRDSP2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_Utils.c :: Setting up create phase params for… in NBAMRDECFill_LCMLInitParams()
259 …OMX_PRDSP2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_Utils.c :: Setting up create phase params for… in NBAMRDECFill_LCMLInitParams()
261 …OMX_PRINT2(pComponentPrivate->dbg, "%s: OUT : %d", __FUNCTION__, pComponentPrivate->pOutputBufferL… in NBAMRDECFill_LCMLInitParams()
291 …OMX_PRINT2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_Utils.c :: Comp: OMX_AmrDecUtils.c\n",__LINE_… in NBAMRDECFill_LCMLInitParams()
356 …OMX_PRDSP2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_Utils.c ::pTemp_lcml = %p\n",__LINE__,pTemp_l… in NBAMRDECFill_LCMLInitParams()
357 …OMX_PRDSP2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_Utils.c ::pTemp_lcml->buffer = %p\n",__LINE__… in NBAMRDECFill_LCMLInitParams()
370 …OMX_PRINT1(pComponentPrivate->dbg, "%d :: OMX_AmrDec_Utils.c :: Exiting NBAMRDECFill_LCMLInitParam… in NBAMRDECFill_LCMLInitParams()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
DOMX_WbAmrDec_ComponentThread.c102 OMX_PRINT1(pComponentPrivate->dbg, "Entering\n"); in WBAMR_DEC_ComponentThread()
124 OMX_PRINT1(pComponentPrivate->dbg, "AmrComponentThread \n"); in WBAMR_DEC_ComponentThread()
135 OMX_ERROR4(pComponentPrivate->dbg, "Comp Thrd Exiting here...\n"); in WBAMR_DEC_ComponentThread()
140 OMX_PRSTATE2(pComponentPrivate->dbg, "bIsStopping = %ld\n", in WBAMR_DEC_ComponentThread()
143 OMX_PRBUFFER2(pComponentPrivate->dbg, "lcml_nOpBuf = %ld\n", in WBAMR_DEC_ComponentThread()
146 OMX_PRBUFFER2(pComponentPrivate->dbg, "lcml_nIpBuf = %ld\n", in WBAMR_DEC_ComponentThread()
148 OMX_PRBUFFER2(pComponentPrivate->dbg, "app_nBuf = %ld\n", in WBAMR_DEC_ComponentThread()
159 OMX_PRINT1(pComponentPrivate->dbg, "AmrComponentThread \n"); in WBAMR_DEC_ComponentThread()
161 OMX_PRINT1(pComponentPrivate->dbg, "AmrComponentThread \n"); in WBAMR_DEC_ComponentThread()
165 OMX_PRINT2(pComponentPrivate->dbg,"Component Time Out !!!!!!!!!!!! \n"); in WBAMR_DEC_ComponentThread()
[all …]
DOMX_WbAmrDec_Utils.c121 OMX_PRINT1(pComponentPrivate->dbg, "WBAMR_DEC_Fill_LCMLInitParams\n "); in WBAMR_DEC_Fill_LCMLInitParams()
122 OMX_PRDSP1(pComponentPrivate->dbg, "pHandle = %p\n",pHandle); in WBAMR_DEC_Fill_LCMLInitParams()
123 …OMX_PRDSP1(pComponentPrivate->dbg, "pHandle->pComponentPrivate = %p\n",pHandle->pComponentPrivate); in WBAMR_DEC_Fill_LCMLInitParams()
181 …OMX_PRINT1(pComponentPrivate->dbg, "pComponentPrivate->dasfmode = %ld\n",pComponentPrivate->dasfmo… in WBAMR_DEC_Fill_LCMLInitParams()
253 OMX_PRDSP2(pComponentPrivate->dbg, "Setting up create phase params for DASF mode\n"); in WBAMR_DEC_Fill_LCMLInitParams()
259 OMX_PRDSP2(pComponentPrivate->dbg, "Setting up create phase params for FILE mode\n"); in WBAMR_DEC_Fill_LCMLInitParams()
282 OMX_PRINT1(pComponentPrivate->dbg, "Comp: OMX_AmrDecUtils.c\n"); in WBAMR_DEC_Fill_LCMLInitParams()
345 OMX_PRDSP1(pComponentPrivate->dbg, "pTemp_lcml = %p\n",pTemp_lcml); in WBAMR_DEC_Fill_LCMLInitParams()
346 OMX_PRBUFFER1(pComponentPrivate->dbg, "pTemp_lcml->buffer = %p\n",pTemp_lcml->buffer); in WBAMR_DEC_Fill_LCMLInitParams()
359 OMX_PRINT1(pComponentPrivate->dbg, "Exiting WBAMR_DEC_Fill_LCMLInitParams"); in WBAMR_DEC_Fill_LCMLInitParams()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
DOMX_Mp3Dec_Utils.c132 OMX_PRINT1(pComponentPrivate->dbg, "Entered MP3DEC_Fill_LCMLInitParams\n"); in MP3DEC_Fill_LCMLInitParams()
133 …OMX_PRCOMM2(pComponentPrivate->dbg, ":::pComponentPrivate->pPortDef[MP3D_INPUT_PORT]->bPopulated =… in MP3DEC_Fill_LCMLInitParams()
135 …OMX_PRCOMM2(pComponentPrivate->dbg, ":::pComponentPrivate->pPortDef[MP3D_INPUT_PORT]->bEnabled = %… in MP3DEC_Fill_LCMLInitParams()
137 …OMX_PRCOMM2(pComponentPrivate->dbg, ":::pComponentPrivate->pPortDef[MP3D_OUTPUT_PORT]->bPopulated … in MP3DEC_Fill_LCMLInitParams()
139 …OMX_PRCOMM2(pComponentPrivate->dbg, ":::pComponentPrivate->pPortDef[MP3D_OUTPUT_PORT]->bEnabled = … in MP3DEC_Fill_LCMLInitParams()
152 OMX_PRBUFFER2(pComponentPrivate->dbg, "Input Buffer Count = %ld\n",nIpBuf); in MP3DEC_Fill_LCMLInitParams()
153 OMX_PRBUFFER2(pComponentPrivate->dbg, "Input Buffer Size = %ld\n",nIpBufSize); in MP3DEC_Fill_LCMLInitParams()
154 OMX_PRBUFFER2(pComponentPrivate->dbg, "Output Buffer Count = %ld\n",nOpBuf); in MP3DEC_Fill_LCMLInitParams()
155 OMX_PRBUFFER2(pComponentPrivate->dbg, "Output Buffer Size = %ld\n",nOpBufSize); in MP3DEC_Fill_LCMLInitParams()
197 OMX_PRBUFFER2(pComponentPrivate->dbg, ": Malloc strmAttr = %p\n",strmAttr); in MP3DEC_Fill_LCMLInitParams()
[all …]
DOMX_Mp3Dec_CompThread.c117 OMX_PRINT1(pComponentPrivate->dbg, ":: Entering ComponentThread \n"); in MP3DEC_ComponentThread()
148 OMX_PRINT1(pComponentPrivate->dbg, ":: Comp Thrd Exiting here...\n"); in MP3DEC_ComponentThread()
155 OMX_PRSTATE2(pComponentPrivate->dbg, "\n\n\n!!!!! Component Time Out !!!!!!!!!!!! \n"); in MP3DEC_ComponentThread()
156 … OMX_PRSTATE2(pComponentPrivate->dbg, "Current State: %d \n", pComponentPrivate->curState); in MP3DEC_ComponentThread()
158 …OMX_PRDSP2(pComponentPrivate->dbg, "%d:: lcml_nCntOp = %lu\n",__LINE__,pComponentPrivate->lcml_nCn… in MP3DEC_ComponentThread()
159 …OMX_PRDSP2(pComponentPrivate->dbg, "%d : lcml_nCntIp = %lu\n",__LINE__,pComponentPrivate->lcml_nCn… in MP3DEC_ComponentThread()
160 …OMX_PRDSP2(pComponentPrivate->dbg, "%d : lcml_nCntIpRes = %lu\n",__LINE__,pComponentPrivate->lcml_… in MP3DEC_ComponentThread()
161 …OMX_PRDSP2(pComponentPrivate->dbg, "%d :: lcml_nCntOpReceived = %lu\n",__LINE__,pComponentPrivate-… in MP3DEC_ComponentThread()
164 OMX_ERROR4(pComponentPrivate->dbg, ":: Comp Thrd Exiting here...\n"); in MP3DEC_ComponentThread()
170 OMX_ERROR4(pComponentPrivate->dbg, ":: Error in Select\n"); in MP3DEC_ComponentThread()
[all …]
DOMX_Mp3Decoder.c241 OMX_DBG_INIT(pComponentPrivate->dbg, "OMX_DBG_MP3DEC"); in OMX_ComponentInit()
475 OMX_ERROR4(pComponentPrivate->dbg, "[MP3 Component] - failure to open WRITE pipe\n"); in OMX_ComponentInit()
480 OMX_ERROR4(pComponentPrivate->dbg, "[MP3 Component] - failure to open READ pipe\n"); in OMX_ComponentInit()
490 … OMX_ERROR4(pComponentPrivate->dbg, ":Error returned from loading ResourceManagerProxy thread\n"); in OMX_ComponentInit()
497 OMX_ERROR4(pComponentPrivate->dbg, "::Error returned from the Component\n"); in OMX_ComponentInit()
506 …OMX_ERROR4(pComponentPrivate->dbg, "%d :: ************* ERROR: Freeing Other Malloced Resources\n"… in OMX_ComponentInit()
514 OMX_PRINT1(pComponentPrivate->dbg, ":: Exiting OMX_ComponentInit\n"); in OMX_ComponentInit()
557 OMX_PRINT1(pCompPrivate->dbg, ":: MP3DEC: Entered SendCommand\n"); in SendCommand()
571 OMX_PRSTATE2(pCompPrivate->dbg, " MP3DEC: Entered switch - Command State Set\n"); in SendCommand()
576 … OMX_PRSTATE2(pCompPrivate->dbg, " MP3DEC: Entered switch - curState == OMX_StateLoaded\n"); in SendCommand()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
DOMX_AacDec_Utils.c127 …OMX_PRDSP2(pComponentPrivate->dbg, "%d:::pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->bPopulate… in AACDEC_Fill_LCMLInitParams()
129 …OMX_PRDSP2(pComponentPrivate->dbg, "%d:::pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->bEnabled … in AACDEC_Fill_LCMLInitParams()
131 …OMX_PRDSP2(pComponentPrivate->dbg, "%d:::pComponentPrivate->pPortDef[OUTPUT_PORT_AACDEC]->bPopulat… in AACDEC_Fill_LCMLInitParams()
133 …OMX_PRDSP2(pComponentPrivate->dbg, "%d:::pComponentPrivate->pPortDef[OUTPUT_PORT_AACDEC]->bEnabled… in AACDEC_Fill_LCMLInitParams()
144 OMX_PRBUFFER2(pComponentPrivate->dbg, "Input Buffer Count = %ld\n",nIpBuf); in AACDEC_Fill_LCMLInitParams()
145 OMX_PRBUFFER2(pComponentPrivate->dbg, "Input Buffer Size = %ld\n",nIpBufSize); in AACDEC_Fill_LCMLInitParams()
146 OMX_PRBUFFER2(pComponentPrivate->dbg, "Output Buffer Count = %ld\n",nOpBuf); in AACDEC_Fill_LCMLInitParams()
147 OMX_PRBUFFER2(pComponentPrivate->dbg, "Output Buffer Size = %ld\n",nOpBufSize); in AACDEC_Fill_LCMLInitParams()
181 OMX_PRINT1(pComponentPrivate->dbg, "DLL name0 = %s\n",plcml_Init->NodeInfo.AllUUIDs[0].DllName); in AACDEC_Fill_LCMLInitParams()
182 OMX_PRINT1(pComponentPrivate->dbg, "DLL name1 = %s\n",plcml_Init->NodeInfo.AllUUIDs[1].DllName); in AACDEC_Fill_LCMLInitParams()
[all …]
DOMX_AacDecoder.c236 OMX_DBG_INIT(pComponentPrivate->dbg, "OMX_DBG_AACDEC"); in OMX_ComponentInit()
477 OMX_ERROR4(pComponentPrivate->dbg, "[AAC Component] - failure to open WRITE pipe\n"); in OMX_ComponentInit()
482 OMX_ERROR4(pComponentPrivate->dbg, "[AAC Component] - failure to open READ pipe\n"); in OMX_ComponentInit()
490 …OMX_ERROR4(pComponentPrivate->dbg, "%d ::Error returned from loading ResourceManagerProxy\thread\n… in OMX_ComponentInit()
496 OMX_ERROR4(pComponentPrivate->dbg, "%d ::Error returned from the Component\n", in OMX_ComponentInit()
507 …OMX_ERROR4(pComponentPrivate->dbg, "%d :: ************* ERROR: Freeing Other Malloced Resources\n"… in OMX_ComponentInit()
514 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Exiting OMX_ComponentInit\n", __LINE__); in OMX_ComponentInit()
548 OMX_ERROR4(pCompPrivate->dbg, "%d ::Error returned from the Component\n", in SendCommand()
554 OMX_ERROR4(pCompPrivate->dbg, "%d ::Error returned from the Component\n", in SendCommand()
578 … OMX_ERROR4(pCompPrivate->dbg, "%d :: Incorrect St Tr fm Loaded to Executing By App\n",__LINE__); in SendCommand()
[all …]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEnc_Thread.c168 OMX_TRACE2(pComponentPrivate->dbg, "pselect() = 0\n"); in OMX_VIDENC_Thread()
179 OMX_TRACE3(pComponentPrivate->dbg, "select() error.\n"); in OMX_VIDENC_Thread()
184 OMX_ERROR5(pComponentPrivate->dbg, "*Fatal Error : %x\n", eError); in OMX_VIDENC_Thread()
196 OMX_PRCOMM4(pComponentPrivate->dbg, "Error while reading from cmdPipe\n"); in OMX_VIDENC_Thread()
208 OMX_PRCOMM2(pComponentPrivate->dbg, "Received thread close command.\n"); in OMX_VIDENC_Thread()
219 … OMX_PRCOMM4(pComponentPrivate->dbg, "Error while reading from cmdDataPipe\n"); in OMX_VIDENC_Thread()
232 … OMX_PRCOMM4(pComponentPrivate->dbg, "Error while reading from cmdDataPipe\n"); in OMX_VIDENC_Thread()
249 … OMX_PRSTATE2(pComponentPrivate->dbg, "Enters OMX_VIDENC_HandleCommandStateSet\n"); in OMX_VIDENC_Thread()
253 … OMX_PRSTATE2(pComponentPrivate->dbg, "Exits OMX_VIDENC_HandleCommandStateSet\n"); in OMX_VIDENC_Thread()
256 OMX_PRSTATE2(pComponentPrivate->dbg, "Enters OMX_VIDENC_HandleCommandFlush\n"); in OMX_VIDENC_Thread()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
DOMX_WbAmrEnc_Utils.c118 OMX_PRINT1(pComponentPrivate->dbg, "Entering\n"); in WBAMRENC_FillLCMLInitParams()
127 OMX_PRBUFFER2(pComponentPrivate->dbg, in WBAMRENC_FillLCMLInitParams()
129 OMX_PRBUFFER2(pComponentPrivate->dbg, in WBAMRENC_FillLCMLInitParams()
131 OMX_PRBUFFER2(pComponentPrivate->dbg, in WBAMRENC_FillLCMLInitParams()
133 OMX_PRBUFFER2(pComponentPrivate->dbg, in WBAMRENC_FillLCMLInitParams()
135 OMX_PRBUFFER2(pComponentPrivate->dbg, in WBAMRENC_FillLCMLInitParams()
137 OMX_PRBUFFER2(pComponentPrivate->dbg, in WBAMRENC_FillLCMLInitParams()
167 OMX_PRDSP2(pComponentPrivate->dbg, in WBAMRENC_FillLCMLInitParams()
225 OMX_PRDSP2(pComponentPrivate->dbg, "Codec is configuring to WBAMR mode\n"); in WBAMRENC_FillLCMLInitParams()
229 OMX_PRDSP2(pComponentPrivate->dbg, "Codec is configuring MIME mode\n"); in WBAMRENC_FillLCMLInitParams()
[all …]
DOMX_WbAmrEncoder.c226 OMX_DBG_INIT(pComponentPrivate->dbg, "OMX_DBG_WBAMRENC"); in OMX_ComponentInit()
374 OMX_PRDSP2(pComponentPrivate->dbg, "Setting dasf,mime,efr,acdn,amr and \ in OMX_ComponentInit()
485 OMX_PRINT2(pComponentPrivate->dbg, "Initialize RM"); in OMX_ComponentInit()
488 OMX_ERROR4(pComponentPrivate->dbg, "RM Initialization error %d", in OMX_ComponentInit()
496 OMX_PRINT2(pComponentPrivate->dbg, "ComponentThread started"); in OMX_ComponentInit()
499 OMX_ERROR4(pComponentPrivate->dbg, "Error while starting \ in OMX_ComponentInit()
513 OMX_PRCOMM4(pComponentPrivate->dbg, "Failure to open Write pipe"); in OMX_ComponentInit()
517 OMX_PRCOMM4(pComponentPrivate->dbg, "Failure to open Read pipe"); in OMX_ComponentInit()
532 OMX_PRINT1(pComponentPrivate->dbg, "Exit Returning = 0x%x", eError); in OMX_ComponentInit()
563 OMX_PRINT1(pComponentPrivate->dbg, "Enter"); in SetCallbacks()
[all …]
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
DLCML_DspCodec.c113 struct OMX_TI_Debug dbg);
118 struct OMX_TI_Debug dbg);
159 OMX_DBG_INIT (dspcodecinterface->dbg, "TI_LCML"); in GetHandle()
178 …OMX_PRINT2 (dspcodecinterface->dbg, "GetHandle application handle %p dspCodec %p",pHandle, pHandle… in GetHandle()
213 OMX_PRINT1 (((LCML_CODEC_INTERFACE *)hInt)->dbg, "%d :: InitMMCodecEx application\n", __LINE__); in InitMMCodecEx()
240 …OMX_PRDSP4 (((LCML_CODEC_INTERFACE *)hInt)->dbg, "%d :: append_dsp_path returned an error!\n", __L… in InitMMCodecEx()
273 … OMX_PRINT1 (((LCML_CODEC_INTERFACE *)hInt)->dbg, "%d :: Entering Init_DSPSubSystem\n", __LINE__); in InitMMCodecEx()
276 OMX_PRDSP1 (((LCML_CODEC_INTERFACE *)hInt)->dbg, "DspManager_Open Successful\n"); in InitMMCodecEx()
281 OMX_PRDSP2 (((LCML_CODEC_INTERFACE *)hInt)->dbg, "DSPProcessor_Attach Successful\n"); in InitMMCodecEx()
282 OMX_PRDSP1 (((LCML_CODEC_INTERFACE *)hInt)->dbg, "Base Image is Already Loaded\n"); in InitMMCodecEx()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
DOMX_AmrEncoder.c245 OMX_DBG_INIT(pComponentPrivate->dbg, "OMX_DBG_NBAMRENC"); in OMX_ComponentInit()
381 …OMX_PRDSP2(pComponentPrivate->dbg, "%d :: Setting dasf & mime & efr & acdn & amr and MultiFrame mo… in OMX_ComponentInit()
514 OMX_PRINT1(pComponentPrivate->dbg, "%d :: OMX_ComponentInit\n", __LINE__); in OMX_ComponentInit()
516 …OMX_ERROR4(pComponentPrivate->dbg, "%d :: Error returned from loading ResourceManagerProxy thread\… in OMX_ComponentInit()
522 OMX_PRINT1(pComponentPrivate->dbg, "%d :: OMX_ComponentInit\n", __LINE__); in OMX_ComponentInit()
524 OMX_ERROR4(pComponentPrivate->dbg, "%d :: Error returned from the Component\n",__LINE__); in OMX_ComponentInit()
538 …OMX_ERROR4(pComponentPrivate->dbg, "%d :: [NBAMRE Encoder Component] - failure to open WRITE pipe\… in OMX_ComponentInit()
542 …OMX_ERROR4(pComponentPrivate->dbg, "%d :: [NBAMRE Encoder Component] - failure to open READ pipe\n… in OMX_ComponentInit()
557 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Exiting OMX_ComponentInit\n", __LINE__); in OMX_ComponentInit()
558 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Returning = 0x%x\n",__LINE__,eError); in OMX_ComponentInit()
[all …]
DOMX_AmrEnc_ComponentThread.c107 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Entering NBAMRENC_CompThread\n", __LINE__); in NBAMRENC_CompThread()
138 OMX_ERROR2(pComponentPrivate->dbg, ":: Comp Thrd Exiting here...\n"); in NBAMRENC_CompThread()
143 …OMX_PRBUFFER1(pComponentPrivate->dbg, "%d :: bIsThreadstop = %ld\n",__LINE__,pComponentPrivate->bI… in NBAMRENC_CompThread()
144 …OMX_PRBUFFER1(pComponentPrivate->dbg, "%d :: lcml_nOpBuf = %ld\n",__LINE__,pComponentPrivate->lcml… in NBAMRENC_CompThread()
145 …OMX_PRBUFFER1(pComponentPrivate->dbg, "%d :: lcml_nIpBuf = %ld\n",__LINE__,pComponentPrivate->lcml… in NBAMRENC_CompThread()
146 …OMX_PRBUFFER1(pComponentPrivate->dbg, "%d :: app_nBuf = %ld\n",__LINE__,pComponentPrivate->app_nBu… in NBAMRENC_CompThread()
155 …OMX_ERROR4(pComponentPrivate->dbg, "%d :: pComponentPrivate->curState is not OMX_StateIdle\n",__LI… in NBAMRENC_CompThread()
159 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Component Time Out !!!!! \n",__LINE__); in NBAMRENC_CompThread()
161 OMX_ERROR4(pComponentPrivate->dbg, "%d :: Error in Select\n", __LINE__); in NBAMRENC_CompThread()
172 … OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: DATA pipe is set in Component Thread\n",__LINE__); in NBAMRENC_CompThread()
[all …]
DOMX_AmrEnc_Utils.c125 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Entering NBAMRENC_FillLCMLInitParams\n",__LINE__); in NBAMRENC_FillLCMLInitParams()
132 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: ------ Buffer Details -----------\n",__LINE__); in NBAMRENC_FillLCMLInitParams()
133 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: Input Buffer Count = %ld\n",__LINE__,nIpBuf); in NBAMRENC_FillLCMLInitParams()
134 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: Input Buffer Size = %ld\n",__LINE__,nIpBufSize); in NBAMRENC_FillLCMLInitParams()
135 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: Output Buffer Count = %ld\n",__LINE__,nOpBuf); in NBAMRENC_FillLCMLInitParams()
136 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: Output Buffer Size = %ld\n",__LINE__,nOpBufSize); in NBAMRENC_FillLCMLInitParams()
137 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: ------ Buffer Details ------------\n",__LINE__); in NBAMRENC_FillLCMLInitParams()
165 OMX_PRDSP2(pComponentPrivate->dbg, "%d :: Codec is configuring to DASF mode\n",__LINE__); in NBAMRENC_FillLCMLInitParams()
229 OMX_PRDSP2(pComponentPrivate->dbg, "%d :: Codec is configuring to EFR mode\n",__LINE__); in NBAMRENC_FillLCMLInitParams()
233 OMX_PRDSP2(pComponentPrivate->dbg, "%d :: Codec is configuring to NBAMR mode\n",__LINE__); in NBAMRENC_FillLCMLInitParams()
[all …]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
DOMX_JpegEnc_Thread.c126 OMX_TRACE2(pComponentPrivate->dbg, "fd max is %d\n",fdmax); in OMX_JpegEnc_Thread()
145 OMX_TRACE2(pComponentPrivate->dbg, "Component Thread Time Out!!!\n"); in OMX_JpegEnc_Thread()
147 OMX_TRACE4(pComponentPrivate->dbg, "Error in Select\n"); in OMX_JpegEnc_Thread()
157 OMX_PRBUFFER2(pComponentPrivate->dbg, "filled_inpBuf_Q pipe is set\n"); in OMX_JpegEnc_Thread()
162 … OMX_PRBUFFER4(pComponentPrivate->dbg, "Error while processing free queue buffers\n"); in OMX_JpegEnc_Thread()
170 … OMX_PRBUFFER2(pComponentPrivate->dbg, "free_outBuf_Q has some buffers in Component Thread\n"); in OMX_JpegEnc_Thread()
173 … OMX_PRBUFFER4(pComponentPrivate->dbg, "Error while processing free Q Buffers\n"); in OMX_JpegEnc_Thread()
181 OMX_PRCOMM2(pComponentPrivate->dbg, "CMD pipe is set in Component Thread\n"); in OMX_JpegEnc_Thread()
192 … OMX_PRINT2(pComponentPrivate->dbg, "eCmd %d, nParam1 %d\n", (int)eCmd, (int)nParam1); in OMX_JpegEnc_Thread()
194 OMX_PRINT2(pComponentPrivate->dbg, "processing OMX_CommandStateSet\n"); in OMX_JpegEnc_Thread()
[all …]

123