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

  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Dec_ComponentThread.c 115 G729DEC_DPRINT("OMX_G729Dec_ComponentThread:%d\n",__LINE__);
142 G729DEC_DPRINT("%d : bIsStopping = %d\n",__LINE__,
145 G729DEC_DPRINT("%d : lcml_nOpBuf = %d\n",__LINE__,
148 G729DEC_DPRINT("%d : lcml_nIpBuf = %d\n",__LINE__,
150 G729DEC_DPRINT("%d : app_nBuf = %d\n",__LINE__,
154 G729DEC_DPRINT("%d:G729ComponentThread \n",__LINE__);
156 G729DEC_DPRINT("%d:G729ComponentThread \n",__LINE__);
158 G729DEC_DPRINT("%d: Error Occurred in Codec Stop..\n",__LINE__);
170 G729DEC_DPRINT("%d:G729ComponentThread \n",__LINE__);
172 G729DEC_DPRINT("%d:G729AComponentThread \n",__LINE__)
    [all...]
OMX_G729Decoder.c 224 G729DEC_DPRINT ("%d ::OMX_ComponentInit\n", __LINE__);
274 G729DEC_DPRINT("%d Malloced g729Params = 0x%p\n",__LINE__,((G729DEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate)->g729Params);
275 G729DEC_DPRINT("%d Malloced pcmParams = 0x%p\n",__LINE__,((G729DEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate)->pcmParams);
292 G729DEC_DPRINT("Setting dasfmode to 0\n");
326 G729DEC_DPRINT("%d ::malloc failed\n", __LINE__);
381 G729DEC_DPRINT ("%d ::pPortDef_ip = 0x%x\n", __LINE__,pPortDef_ip);
382 G729DEC_DPRINT ("%d ::pPortDef_op = 0x%x\n", __LINE__,pPortDef_op);
448 G729DEC_DPRINT ("%d ::Error returned from loading ResourceManagerProxy thread\n",
456 G729DEC_DPRINT ("%d ::Error returned from the Component\n",
463 G729DEC_DPRINT("[G729 Dec Component] - failure to open WRITE pipe\n")
    [all...]
OMX_G729Dec_Utils.c 137 G729DEC_DPRINT("%d :: G729DECFill_LCMLInitParams\n ",__LINE__);
138 G729DEC_DPRINT("%d :: pHandle = %p\n",__LINE__,pHandle);
139 G729DEC_DPRINT("%d :: pHandle->pComponentPrivate = %p\n",__LINE__,pHandle->pComponentPrivate);
153 G729DEC_DPRINT("------ Buffer Details -----------\n");
154 G729DEC_DPRINT("Input Buffer Count = %ld\n", nIpBuf);
155 G729DEC_DPRINT("Input Buffer Size = %ld\n", nIpBufSize);
156 G729DEC_DPRINT("Output Buffer Count = %ld\n", nOpBuf);
157 G729DEC_DPRINT("Output Buffer Size = %ld\n", nOpBufSize);
158 G729DEC_DPRINT("------ Buffer Details ------------\n");
188 G729DEC_DPRINT("pComponentPrivate->dasfmode = %d\n",pComponentPrivate->dasfmode)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
OMX_G729Decoder.h 716 #define G729DEC_DPRINT(...) fprintf(stderr,__VA_ARGS__)
719 #define G729DEC_DPRINT(...)
745 #define G729DEC_DPRINT printf
750 #define G729DEC_DPRINT

Completed in 130 milliseconds