summaryrefslogtreecommitdiffstats
path: root/voip/jni/rtp/GsmCodec.cpp
Commit message (Collapse)AuthorAgeFilesLines
* RTP: support payloads with larger packetization interval.Chia-chi Yeh2011-09-061-6/+10
| | | | | | | | | | | RFC 3551 section 4.2 said that a receiver should accept packets representing between 0 and 200ms of audio data. Now we add the ability to decode multiple frames in a payload as long as the jitter buffer is not full. This change covers G711, GSM, and GSM-EFR. AMR will be added later. Bug: 3029736 Change-Id: Ifd194596766d14f02177925c58432cd620e44dd7
* RTP: Enable GSM codec.Chia-chi Yeh2010-09-291-0/+74
Change-Id: Iae1913fb0643f1c66b5d16f24d51924d363e5ef5