HomeSort by relevance Sort by last modified time
    Searched refs:G726ENC_DPRINT (Results 1 - 4 of 4) sorted by null

  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Enc_ComponentThread.c 94 G726ENC_DPRINT("%d :: Entering G726ENC_CompThread\n", __LINE__);
114 G726ENC_DPRINT("%d :: bIsStopping = %ld\n",__LINE__,pComponentPrivate->bIsStopping);
118 G726ENC_DPRINT("%d :: pComponentPrivate->curState is not OMX_StateIdle\n",__LINE__);
122 G726ENC_DPRINT("%d :: Component Time Out !!!!! \n",__LINE__);
124 G726ENC_DPRINT("%d :: Error in Select\n", __LINE__);
135 G726ENC_DPRINT("%d :: CMD pipe is set in Component Thread\n",__LINE__);
139 G726ENC_DPRINT("%d :: G726ENC_CleanupInitParams returned error\n",__LINE__);
162 G726ENC_DPRINT("%d :: DATA pipe is set in Component Thread\n",__LINE__);
165 G726ENC_DPRINT("%d :: Error while reading from the pipe\n",__LINE__);
170 G726ENC_DPRINT("%d :: G726ENC_HandleDataBufFromApp returned error\n",__LINE__);
    [all...]
OMX_G726Encoder.c 196 G726ENC_DPRINT("%d :: Entering OMX_ComponentInit\n", __LINE__);
323 G726ENC_DPRINT("%d :: Setting dasf & acdn and MultiFrame modes to 0\n",__LINE__);
365 G726ENC_DPRINT("%d :: OMX_ErrorInsufficientResources", __LINE__);
387 G726ENC_DPRINT("%d :: OMX_ComponentInit\n", __LINE__);
389 G726ENC_DPRINT("%d :: Error returned from the Component\n",__LINE__);
395 G726ENC_DPRINT("%d :: OMX_ComponentInit\n", __LINE__);
397 G726ENC_DPRINT("%d :: Error returned from loading ResourceManagerProxy thread\n",__LINE__);
403 G726ENC_DPRINT("%d :: Exiting OMX_ComponentInit\n", __LINE__);
404 G726ENC_DPRINT("%d :: Returning = 0x%x\n",__LINE__,eError);
436 G726ENC_DPRINT("%d :: Entering SetCallbacks\n", __LINE__)
    [all...]
OMX_G726Enc_Utils.c 175 G726ENC_DPRINT("%d :: Entering G726ENC_FillLCMLInitParams\n",__LINE__);
185 G726ENC_DPRINT("%d :: ------ Buffer Details -----------\n",__LINE__);
186 G726ENC_DPRINT("%d :: Input Buffer Count = %ld\n",__LINE__,nIpBuf);
187 G726ENC_DPRINT("%d :: Input Buffer Size = %ld\n",__LINE__,nIpBufSize);
188 G726ENC_DPRINT("%d :: Output Buffer Count = %ld\n",__LINE__,nOpBuf);
189 G726ENC_DPRINT("%d :: Output Buffer Size = %ld\n",__LINE__,nOpBufSize);
190 G726ENC_DPRINT("%d :: ------ Buffer Details ------------\n",__LINE__);
221 G726ENC_DPRINT("%d :: Codec is configuring to DASF mode\n",__LINE__);
302 G726ENC_DPRINT("%d :: Memory Allocation Failed\n",__LINE__);
308 G726ENC_DPRINT("%d :: INPUT--------- Inside Ip Loop\n",__LINE__)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
OMX_G726Enc_Utils.h 86 #define G726ENC_DPRINT(...) fprintf(stderr,__VA_ARGS__)
88 #define G726ENC_DPRINT(...)
108 #define G726ENC_DPRINT(STR, ARG...) printf()
127 #define G726ENC_DPRINT(...) fprintf(stderr,__VA_ARGS__)
131 #define G726ENC_DPRINT(...)
168 G726ENC_DPRINT("%d :: CLOSING PIPE \n",__LINE__);\
    [all...]

Completed in 44 milliseconds