Searched defs:noOfLostFrames (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dilbc.c253 size_t noOfLostFrames) {
257 for (i=0;i<noOfLostFrames;i++) {
263 return (noOfLostFrames*((IlbcDecoder*)iLBCdec_inst)->blockl);
268 size_t noOfLostFrames) {
271 (void)(noOfLostFrames = 0);
251 WebRtcIlbcfix_DecodePlc(IlbcDecoderInstance* iLBCdec_inst, int16_t* decoded, size_t noOfLostFrames) argument
266 WebRtcIlbcfix_NetEqPlc(IlbcDecoderInstance* iLBCdec_inst, int16_t* decoded, size_t noOfLostFrames) argument
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Disacfix.c951 * Output speech length will be "240*noOfLostFrames" samples
952 * that is equevalent of "30*noOfLostFrames" millisecond.
958 * - noOfLostFrames : Number of PLC frames (240 sample=30ms) to produce
969 size_t noOfLostFrames )
982 if (noOfLostFrames > 2){
983 noOfLostFrames = 2;
988 while( noOfLostFrames > 0 )
996 noOfLostFrames--;
1017 * Output speech length will be "480*noOfLostFrames" samples
1018 * that is equevalent of "30*noOfLostFrames" millisecon
1031 WebRtcIsacfix_DecodePlc(ISACFIX_MainStruct* ISAC_main_inst, int16_t* decoded, size_t noOfLostFrames) argument
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Disac.c1373 * - noOfLostFrames : Number of PLC frames to produce
1382 size_t noOfLostFrames) {
1388 if (noOfLostFrames > 2) {
1389 noOfLostFrames = 2;
1395 numSamples = 480 * noOfLostFrames;
1399 numSamples = 960 * noOfLostFrames;
1380 WebRtcIsac_DecodePlc(ISACStruct* ISAC_main_inst, int16_t* decoded, size_t noOfLostFrames) argument

Completed in 339 milliseconds