Searched refs:useVAD (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/test/
H A DRTPencode.cc105 int useVAD,
286 int useVAD, vad; local
331 printf("%s PCMfile RTPfile frameLen codec useVAD bitrate\n", argv[0]);
453 printf("useVAD : 0 Voice Activity Detection is switched off\n");
456 printf("useVAD : 0 Voice Activity Detection switched off (on not "
495 useVAD = atoi(argv[5]);
498 if (useVAD != 0) {
576 NetEQTest_init_coders(usedCodec, packet_size, bitrate, fs, useVAD,
675 &vad, useVAD, bitrate, numChannels);
1598 int useVAD,
1592 NetEQTest_encode(webrtc::NetEqDecoder coder, int16_t* indata, size_t frameLen, unsigned char* encoded, int sampleRate, int* vad, int useVAD, int bitrate, size_t numChannels) argument
[all...]

Completed in 139 milliseconds