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

  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Encoder.c 387 G729ENC_EPRINT("OMX_ErrorInsufficientResources.\n");
435 G729ENC_EPRINT("From loading ResourceManagerProxy thread.\n");
443 G729ENC_EPRINT("From the Component.\n");
450 G729ENC_EPRINT("Failure to open WRITE pipe\n");
454 G729ENC_EPRINT("Failure to open READ pipe\n");
498 G729ENC_EPRINT("Received empty callbacks from the application.\n");
649 G729ENC_EPRINT("OMX_ErrorBadPortIndex.\n");
664 G729ENC_EPRINT("OMX_ErrorBadPortIndex.\n");
682 G729ENC_EPRINT("OMX_ErrorInsufficientResources.\n");
696 G729ENC_EPRINT("OMX_ErrorInsufficientResources.\n")
    [all...]
OMX_G729Enc_Utils.c 246 G729ENC_EPRINT("OMX_ErrorInsufficientResources.\n");
283 G729ENC_EPRINT("OMX_ErrorInsufficientResources.\n");
369 G729ENC_EPRINT("while creating cmdDataPipe.\n");
377 G729ENC_EPRINT("while creating dataPipe.\n");
386 G729ENC_EPRINT("while creating cmdPipe.\n");
400 G729ENC_EPRINT("OMX_ErrorInsufficientResources.\n");
593 G729ENC_EPRINT("OMX_ErrorHardware.\n");
599 G729ENC_EPRINT("OMX_ErrorInsufficientResources.\n");
656 G729ENC_EPRINT("in Reading from the Command pipe.\n");
663 G729ENC_EPRINT("in Reading from the cmdData pipe.\n")
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
OMX_G729Enc_Utils.h 117 void G729ENC_eprint(int iLineNum, const char *szFunctionName, const char *strFormat, ...);
146 #define OMX_EPRINT(STR, ARG...) G729ENC_eprint(__LINE__, __FUNCTION__, STR, ##ARG)
152 * @def G729ENC_EPRINT Error print macro
156 #define G729ENC_EPRINT(...) fprintf(stderr,__VA_ARGS__)
158 #define G729ENC_EPRINT(...)
180 #define G729ENC_EPRINT printf
181 #define OMX_EPRINT G729ENC_EPRINT
    [all...]

Completed in 3369 milliseconds