OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:errtype
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/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
...]
kenny.cc
101
int i,
errtype
, h = 0, k, packetLossPercent = 0;
local
499
errtype
=WebRtcIsacfix_GetErrorCode(ISAC_main_inst);
500
printf("\n\n Error in control: %d.\n\n",
errtype
);
510
errtype
=WebRtcIsacfix_GetErrorCode(ISAC_main_inst);
511
printf("\n\n Error in SetMaxPayloadSize: %d.\n\n",
errtype
);
519
errtype
=WebRtcIsacfix_GetErrorCode(ISAC_main_inst);
520
printf("\n\n Error in SetMaxRateInBytes: %d.\n\n",
errtype
);
534
errtype
=WebRtcIsacfix_GetErrorCode(ISAC_main_inst);
535
printf("\n\n Error in encoderinit: %d.\n\n",
errtype
);
541
errtype
=WebRtcIsacfix_GetErrorCode(ISAC_main_inst)
[
all
...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
ReleaseTest-API.cc
50
int i,
errtype
, VADusage = 0, packetLossPercent = 0;
local
558
errtype
=WebRtcIsac_GetErrorCode(ISAC_main_inst);
559
printf("\n\n Error in initialization (control): %d.\n\n",
errtype
);
574
errtype
=WebRtcIsac_GetErrorCode(ISAC_main_inst);
576
printf("\n\n Error in Control BWE: %d.\n\n",
errtype
);
588
errtype
=WebRtcIsac_GetErrorCode(ISAC_main_inst);
589
printf("\n\n Error in SetMaxPayloadSize: %d.\n\n",
errtype
);
600
errtype
=WebRtcIsac_GetErrorCode(ISAC_main_inst);
601
printf("\n\n Error in SetMaxRateInBytes: %d.\n\n",
errtype
);
623
errtype
=WebRtcIsac_GetErrorCode(ISAC_main_inst)
[
all
...]
Completed in 100 milliseconds