Searched refs:szFunctionName (Results 1 – 5 of 5) sorted by relevance
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
D | OMX_Debug.h | 98 const char *szFunctionName, const char *strFormat, ...);
|
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
D | OMX_Debug.h | 123 const char *szFunctionName, const char *strFormat, ...);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/ |
D | OMX_G729Enc_Utils.h | 117 void G729ENC_eprint(int iLineNum, const char *szFunctionName, const char *strFormat, ...); 118 void G729ENC_Log(const char *szFileName, int iLineNum, const char *szFunctionName, const char *strF…
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/ |
D | OMX_G729Encoder.c | 2158 void G729ENC_eprint(int iLineNum, const char *szFunctionName, const char *strFormat, ...) in G729ENC_eprint() argument 2163 fprintf(stdout, "ERROR::%s():%d: ", szFunctionName, iLineNum); in G729ENC_eprint() 2171 void G729ENC_Log(const char *szFileName, int iLineNum, const char *szFunctionName, const char *strF… in G729ENC_Log() argument 2194 fprintf(stdout, "%s():%d: ", szFunctionName, iLineNum); in G729ENC_Log()
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/ |
D | VideoEncTest.c | 197 void VIDENCTEST_Log(const char *szFileName, int iLineNum, const char *szFunctionName, const char *s… in VIDENCTEST_Log() argument 202 fprintf(stdout, "%s():", szFunctionName); in VIDENCTEST_Log()
|