webrtc/modules/video_coding/codecs/vp9
Niels Möller 48a79465ec Convert all webrtc code to not access EncodedImage::_size directly.
Read using capacity() method, write using set_buffer() method. This is
a preparation for making the member private, and renaming it to
capacity_.

Bug: webrtc:9378
Change-Id: I2f96679d052a83fe81be40301bd9863c87074640
Reviewed-on: https://webrtc-review.googlesource.com/c/113520
Reviewed-by: Philip Eliasson <philipel@webrtc.org>
Reviewed-by: Erik Språng <sprang@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25934}
2018-12-07 16:19:34 +00:00
..
include [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
test Vp9 flexible mode fixes 2018-12-04 15:36:28 +00:00
DEPS Add VP9 profile negotiation to SDP 2018-07-02 23:38:41 +00:00
svc_config.cc Vp9 flexible mode fixes 2018-12-04 15:36:28 +00:00
svc_config.h [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
svc_config_unittest.cc Vp9 flexible mode fixes 2018-12-04 15:36:28 +00:00
svc_rate_allocator.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
svc_rate_allocator.h [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
svc_rate_allocator_unittest.cc Vp9 flexible mode fixes 2018-12-04 15:36:28 +00:00
vp9.cc Speculative revert due to a long history of issues related to VP9 on Mac. 2018-12-03 12:06:10 +00:00
vp9_frame_buffer_pool.cc Always compile VP9 source files. 2018-11-19 10:18:18 +00:00
vp9_frame_buffer_pool.h Always compile VP9 source files. 2018-11-19 10:18:18 +00:00
vp9_impl.cc Convert all webrtc code to not access EncodedImage::_size directly. 2018-12-07 16:19:34 +00:00
vp9_impl.h Vp9 flexible mode fixes 2018-12-04 15:36:28 +00:00