Peter Kasting
83ad33a8ae
Upconvert various types to int.
...
Per comments from HL/kwiberg on https://webrtc-codereview.appspot.com/42569004 , when there is existing usage of mixed types (int16_t, int, etc.), we'd prefer to standardize on larger types like int and phase out use of int16_t.
Specifically, "Using int16 just because we're sure all reasonable values will fit in 16 bits isn't usually meaningful in C."
This converts some existing uses of int16_t (and, in a few cases, other types such as uint16_t) to int (or, in a few places, int32_t). Other locations will be converted to size_t in a separate change.
BUG=none
R=andrew@webrtc.org , kwiberg@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/54629004
Cr-Commit-Position: refs/heads/master@{#9405}
2015-06-10 00:20:09 +00:00
..
2015-06-03 10:58:52 +00:00
2015-03-18 09:48:12 +00:00
2015-06-10 00:20:09 +00:00
2015-05-25 12:40:05 +00:00
2015-05-27 12:33:39 +00:00
2015-05-27 12:33:39 +00:00
2015-02-26 14:43:50 +00:00
2015-04-09 13:44:23 +00:00
2015-04-09 13:44:23 +00:00
2015-06-10 00:20:09 +00:00
2015-04-07 14:13:10 +00:00
2015-05-20 05:20:04 +00:00
2014-11-13 08:35:05 +00:00
2014-09-04 10:58:43 +00:00
2015-04-09 13:44:23 +00:00
2015-04-09 13:44:23 +00:00
2014-09-04 10:58:43 +00:00
2015-04-09 13:44:23 +00:00
2015-04-09 13:44:23 +00:00
2014-09-04 09:55:40 +00:00
2015-03-09 13:30:45 +00:00
2015-02-26 14:43:50 +00:00
2014-09-04 09:55:40 +00:00
2015-04-09 13:44:23 +00:00
2015-04-09 13:44:23 +00:00
2014-09-04 09:55:40 +00:00
2014-12-09 10:12:53 +00:00
2014-06-09 08:10:28 +00:00
2014-06-09 08:10:28 +00:00
2015-04-09 13:44:23 +00:00
2015-05-27 12:33:39 +00:00
2015-04-09 13:44:23 +00:00
2014-09-04 09:55:40 +00:00
2014-06-09 08:10:28 +00:00
2014-06-09 08:10:28 +00:00
2014-11-04 11:51:46 +00:00
2015-02-23 21:29:45 +00:00
2015-02-23 21:29:45 +00:00
2015-05-27 12:33:39 +00:00
2015-05-11 13:15:49 +00:00
2014-06-09 08:10:28 +00:00
2014-12-09 10:12:53 +00:00
2014-09-04 09:55:40 +00:00
2015-04-09 13:44:23 +00:00
2015-04-09 13:44:23 +00:00
2014-09-04 09:55:40 +00:00
2015-06-10 00:20:09 +00:00
2015-06-10 00:20:09 +00:00
2014-09-04 09:55:40 +00:00
2015-04-09 13:44:23 +00:00
2015-04-09 13:44:23 +00:00
2014-09-04 09:55:40 +00:00
2015-04-09 13:44:23 +00:00
2015-04-09 13:44:23 +00:00
2014-09-04 09:55:40 +00:00
2015-06-10 00:20:09 +00:00
2015-06-10 00:20:09 +00:00
2014-09-04 09:55:40 +00:00
2015-06-10 00:20:09 +00:00
2015-04-09 13:44:23 +00:00
2015-03-16 12:31:19 +00:00
2015-05-25 12:40:05 +00:00
2015-06-10 00:20:09 +00:00
2015-06-03 10:58:52 +00:00
2015-06-03 10:58:52 +00:00
2015-02-26 14:43:50 +00:00
2015-05-12 13:04:29 +00:00
2015-06-03 10:58:52 +00:00
2015-05-27 12:33:39 +00:00
2015-03-03 09:28:53 +00:00
2015-02-26 14:43:50 +00:00
2015-06-10 00:20:09 +00:00
2014-06-09 08:10:28 +00:00
2014-06-10 05:42:53 +00:00
2015-05-30 15:49:32 +00:00
2015-04-09 13:44:23 +00:00
2015-04-09 13:44:23 +00:00
2014-11-20 22:28:14 +00:00
2015-02-26 14:43:50 +00:00
2015-02-13 14:02:17 +00:00
2014-11-20 22:28:14 +00:00
2014-09-04 09:55:40 +00:00
2015-05-27 05:23:11 +00:00
2014-12-09 10:12:53 +00:00
2015-05-27 12:33:39 +00:00
2015-05-27 12:33:39 +00:00
2014-09-04 09:55:40 +00:00
2014-06-09 08:10:28 +00:00
2014-06-09 08:10:28 +00:00
2014-06-09 08:10:28 +00:00
2014-06-09 08:10:28 +00:00
2015-02-18 10:02:20 +00:00
2015-02-18 10:02:20 +00:00
2014-09-04 09:55:40 +00:00
2014-06-09 08:10:28 +00:00
2015-04-09 13:44:23 +00:00
2015-05-27 12:33:39 +00:00
2015-05-27 12:33:39 +00:00
2015-05-27 12:33:39 +00:00
2014-09-04 09:55:40 +00:00
2015-04-09 13:44:23 +00:00
2015-04-09 13:44:23 +00:00