Searched refs:errtype (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/ |
D | test_iSACfixfloat.c | 88 int i, j, errtype, plc = 0; in main() local 296 errtype = WebRtcIsac_GetErrorCode(ISAC_main_inst); in main() 297 printf("\n\n Error in initialization: %d.\n\n", errtype); in main() 313 errtype = WebRtcIsac_GetErrorCode(ISAC_main_inst); in main() 314 printf("\n\n Error in initialization: %d.\n\n", errtype); in main() 326 errtype = WebRtcIsacfix_GetErrorCode(ISACFIX_main_inst); in main() 327 printf("\n\n Error in initialization: %d.\n\n", errtype); in main() 342 errtype = WebRtcIsac_GetErrorCode(ISAC_main_inst); in main() 343 printf("\n\n Error in initialization: %d.\n\n", errtype); in main() 355 errtype = WebRtcIsacfix_GetErrorCode(ISACFIX_main_inst); in main() [all …]
|
D | kenny.cc | 103 int errtype, h = 0, k, packetLossPercent = 0; in main() local 503 errtype=WebRtcIsacfix_GetErrorCode(ISAC_main_inst); in main() 504 printf("\n\n Error in control: %d.\n\n", errtype); in main() 514 errtype=WebRtcIsacfix_GetErrorCode(ISAC_main_inst); in main() 515 printf("\n\n Error in SetMaxPayloadSize: %d.\n\n", errtype); in main() 523 errtype=WebRtcIsacfix_GetErrorCode(ISAC_main_inst); in main() 524 printf("\n\n Error in SetMaxRateInBytes: %d.\n\n", errtype); in main() 538 errtype=WebRtcIsacfix_GetErrorCode(ISAC_main_inst); in main() 539 printf("\n\n Error in encoderinit: %d.\n\n", errtype); in main() 591 errtype=WebRtcIsacfix_GetErrorCode(ISAC_main_inst); in main() [all …]
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ |
D | ReleaseTest-API.cc | 47 int errtype, VADusage = 0, packetLossPercent = 0; in main() local 508 errtype = WebRtcIsac_GetErrorCode(ISAC_main_inst); in main() 509 printf("\n\n Error in initialization (control): %d.\n\n", errtype); in main() 521 errtype = WebRtcIsac_GetErrorCode(ISAC_main_inst); in main() 523 printf("\n\n Error in Control BWE: %d.\n\n", errtype); in main() 533 errtype = WebRtcIsac_GetErrorCode(ISAC_main_inst); in main() 534 printf("\n\n Error in SetMaxPayloadSize: %d.\n\n", errtype); in main() 543 errtype = WebRtcIsac_GetErrorCode(ISAC_main_inst); in main() 544 printf("\n\n Error in SetMaxRateInBytes: %d.\n\n", errtype); in main() 563 errtype = WebRtcIsac_GetErrorCode(ISAC_main_inst); in main() [all …]
|
/external/python/cpython2/Python/ |
D | pythonrun.c | 1578 PyObject *v, *w, *errtype; in err_input() local 1581 errtype = PyExc_SyntaxError; in err_input() 1586 errtype = PyExc_IndentationError; in err_input() 1594 errtype = PyExc_SyntaxError; in err_input() 1618 errtype = PyExc_TabError; in err_input() 1625 errtype = PyExc_IndentationError; in err_input() 1629 errtype = PyExc_IndentationError; in err_input() 1663 PyErr_SetObject(errtype, w); in err_input()
|