andrew@webrtc.org
8fa03a15ab
Make PCM16 available in Chromium builds.
PCM16 can be useful for unit tests in Chromium. In particular Mikhal would like to use it for ChromeCast. This currently (r222592) has no impact on Chrome binary size, presumably because PCM16 is unused and the linker strips the symbols. To measure the potential impact, I looked at the size (bytes) of out/Release/vie_auto_test on Linux with various codecs removed: r4724 : 4567384 No PCM16 : 4565936 No ILBC : 4500424 No G722 : 4555800 No RED : 4565880 Giving the following size increases of adding each codec: PCM16 : 1.4 kB (0.03%) ILBC : 70.0 kB (1.49%) G722 : 11.6 kB (0.25%) RED : 1.5 kB (0.03%) R=mikhal@webrtc.org, niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2195005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4732 4adac7df-926f-26a2-2b94-8c16560cd09d
Description
No description provided
Languages
C++
76%
C
16%
Python
2.3%
Java
2.1%
Objective-C++
1.5%
Other
1.9%