Searched refs:G711ENC_PRINT (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
H A DOMX_G711Enc_Utils.h83 #undef G711ENC_PRINT macro
102 #ifdef G711ENC_PRINT
103 #define G711ENC_PRINT(...) fprintf(stderr,__VA_ARGS__) macro
105 #define G711ENC_PRINT(...) macro
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Encoder.c420 G711ENC_PRINT("%d :: Error returned from the Component\n",__LINE__);
634 G711ENC_PRINT("%d :: OMX_ErrorInsufficientResources from SendCommand",__LINE__);
1154 G711ENC_PRINT("%d :: About to return OMX_ErrorBadParameter\n",__LINE__);
1160 G711ENC_PRINT("%d :: About to return OMX_ErrorBadParameter\n",__LINE__);
1166 G711ENC_PRINT("%d :: About to return OMX_ErrorIncorrectStateOperation\n",__LINE__);
1172 G711ENC_PRINT("%d :: About to return OMX_ErrorVersionMismatch\n",__LINE__);
1178 G711ENC_PRINT("%d :: About to return OMX_ErrorBadPortIndex\n",__LINE__);
1185 G711ENC_PRINT("%d :: current state: %d \n ",__LINE__,pComponentPrivate->curState);
1186 G711ENC_PRINT("%d :: About to return OMX_ErrorIncorrectStateOperation\n",__LINE__);
1203 G711ENC_PRINT("
[all...]
H A DOMX_G711Enc_Utils.c642 G711ENC_PRINT("%d :: Error: Same State Given by Application\n",__LINE__);
893 G711ENC_PRINT("%d :: Error from LCML_ControlCodec EMMCodecControlStart = %x\n",__LINE__,eError);
1011 G711ENC_PRINT("%d :: G711ENC_CleanupInitParams returned error\n",__LINE__);
1017 G711ENC_PRINT("%d :: Error: LCML_ControlCodec EMMCodecControlDestroy = %x\n",__LINE__, eError);
1046 G711ENC_PRINT("%d :: Error: OMX_ErrorIncorrectStateTransition Given by Comp\n",__LINE__);

Completed in 13 milliseconds