OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:errtype
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c
98
int i,j,
errtype
, plc=0;
local
330
errtype
=WebRtcIsac_GetErrorCode(ISAC_main_inst);
331
printf("\n\n Error in initialization: %d.\n\n",
errtype
);
347
errtype
=WebRtcIsac_GetErrorCode(ISAC_main_inst);
348
printf("\n\n Error in initialization: %d.\n\n",
errtype
);
360
errtype
=WebRtcIsacfix_GetErrorCode(ISACFIX_main_inst);
361
printf("\n\n Error in initialization: %d.\n\n",
errtype
);
376
errtype
=WebRtcIsac_GetErrorCode(ISAC_main_inst);
377
printf("\n\n Error in initialization: %d.\n\n",
errtype
);
389
errtype
=WebRtcIsacfix_GetErrorCode(ISACFIX_main_inst)
[
all
...]
Isac_test.cc
75
int err,
errtype
;
local
168
errtype
=WebRtcIsacfix_GetErrorCode(ISACfix_inst);
169
printf("\n\n Error in initialization: %d.\n\n",
errtype
);
180
errtype
=WebRtcIsacfix_GetErrorCode(ISACfix_inst);
181
printf("\n\nError in encoder: %d.\n\n",
errtype
);
208
errtype
=WebRtcIsacfix_GetErrorCode(ISACfix_inst);
209
printf("\n\nError in decoder: %d.\n\n",
errtype
);
215
errtype
=WebRtcIsacfix_GetErrorCode(ISACfix_inst);
216
printf("\n\nError in decoder: %d.\n\n",
errtype
);
227
errtype
=WebRtcIsacfix_GetErrorCode(ISACfix_inst)
[
all
...]
kenny.c
100
int i,
errtype
, h = 0, k, packetLossPercent = 0;
local
508
errtype
=WebRtcIsacfix_GetErrorCode(ISAC_main_inst);
509
printf("\n\n Error in control: %d.\n\n",
errtype
);
519
errtype
=WebRtcIsacfix_GetErrorCode(ISAC_main_inst);
520
printf("\n\n Error in SetMaxPayloadSize: %d.\n\n",
errtype
);
528
errtype
=WebRtcIsacfix_GetErrorCode(ISAC_main_inst);
529
printf("\n\n Error in SetMaxRateInBytes: %d.\n\n",
errtype
);
543
errtype
=WebRtcIsacfix_GetErrorCode(ISAC_main_inst);
544
printf("\n\n Error in encoderinit: %d.\n\n",
errtype
);
550
errtype
=WebRtcIsacfix_GetErrorCode(ISAC_main_inst)
[
all
...]
/external/dropbear/
common-channel.c
761
unsigned int
errtype
= SSH_OPEN_UNKNOWN_CHANNEL_TYPE;
local
814
errtype
= ret;
828
send_msg_channel_open_failure(remotechan,
errtype
, "", "");
Completed in 205 milliseconds