kwiberg
a4ac4786a8
Define rtc::BufferT, like rtc::Buffer but for any trivial type
...
And redefine rtc::Buffer as
using Buffer = BufferT<uint8_t>;
(In the long run, I'd like to remove the type alias and rename the
template to just rtc::Buffer, but that requires all current users of
Buffer to start saying Buffer<uint8_t> instead, and since Buffer is
used in the API, we can't do that in one step.)
The immediate reason for the new template is that we'd like to use
BufferT<int16_t> in the AudioDecoder interface.
BUG=webrtc:5801
Review-Url: https://codereview.webrtc.org/1929903002
Cr-Commit-Position: refs/heads/master@{#12564}
2016-04-29 15:00:28 +00:00
..
2016-03-08 20:37:48 +00:00
2016-03-08 20:37:48 +00:00
2016-04-13 17:07:24 +00:00
2016-04-20 23:23:22 +00:00
2016-04-20 23:23:22 +00:00
2016-02-08 04:46:50 +00:00
2016-02-08 04:46:50 +00:00
2016-02-08 04:46:50 +00:00
2016-02-08 04:46:50 +00:00
2016-02-08 04:46:50 +00:00
2016-02-08 04:46:50 +00:00
2016-04-29 13:09:23 +00:00
2016-03-20 13:15:48 +00:00
2016-02-08 04:46:50 +00:00
2016-02-08 04:46:50 +00:00
2016-04-14 09:29:35 +00:00
2016-04-29 09:56:06 +00:00
2016-02-26 11:00:39 +00:00
2016-04-29 15:00:28 +00:00
2016-02-08 04:46:50 +00:00
2016-04-12 17:29:20 +00:00
2016-04-12 17:29:20 +00:00
2016-03-29 15:47:28 +00:00
2016-03-31 06:28:56 +00:00
2016-03-20 13:15:48 +00:00
2016-04-13 17:07:24 +00:00
2016-03-20 13:15:48 +00:00
2016-03-30 13:43:44 +00:00
2016-03-30 13:43:44 +00:00
2016-04-26 15:14:48 +00:00
2016-02-08 04:46:50 +00:00
2016-02-08 04:46:50 +00:00
2016-02-08 04:46:50 +00:00
2016-02-08 04:46:50 +00:00
2016-02-08 04:46:50 +00:00
2016-02-08 04:46:50 +00:00
2016-02-08 04:46:50 +00:00
2016-04-04 07:57:37 +00:00
2016-04-04 07:57:37 +00:00
2016-02-08 04:46:50 +00:00
2016-02-08 04:46:50 +00:00
2016-02-08 04:46:50 +00:00
2016-04-05 13:23:58 +00:00
2016-04-05 13:23:58 +00:00
2016-04-26 15:14:48 +00:00
2016-04-29 09:56:06 +00:00
2016-04-14 09:29:35 +00:00
2016-03-17 09:35:53 +00:00
2016-04-05 13:23:58 +00:00
2016-04-05 13:23:58 +00:00
2016-04-26 15:14:48 +00:00
2016-02-08 04:46:50 +00:00
2016-02-25 13:23:29 +00:00
2016-02-08 04:46:50 +00:00
2016-02-08 04:46:50 +00:00
2016-04-20 14:32:01 +00:00
2016-04-29 09:56:06 +00:00
2016-04-29 09:56:06 +00:00
2016-04-29 09:56:06 +00:00
2016-04-04 07:57:37 +00:00
2016-03-18 18:38:33 +00:00
2016-03-23 11:48:17 +00:00
2016-03-17 09:35:53 +00:00
2016-03-17 09:35:53 +00:00
2016-03-18 18:38:33 +00:00
2016-02-08 04:46:50 +00:00
2016-02-08 04:46:50 +00:00