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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/util/
utility.h 125 int readParamInt(
utility.c 86 readParamInt(
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/
simpleKenny.c 156 bottleneck = readParamInt(argc, argv, "-bn", 50000);
163 sampFreqKHz = (int16_t)readParamInt(argc, argv, "-fs", 32);
175 packetLossPercent = readParamInt(argc, argv, "-ploss", 0);
204 payloadLimit = (int16_t)readParamInt(argc, argv, "-plim", 400);
205 rateLimit = readParamInt(argc, argv, "-rlim", 106800);

Completed in 61 milliseconds