Refactor svc_*_test.cc
authorJerome Jiang <jianj@google.com>
Mon, 10 Dec 2018 20:53:20 +0000 (12:53 -0800)
committerJerome Jiang <jianj@google.com>
Mon, 10 Dec 2018 20:53:20 +0000 (12:53 -0800)
commit36f523e213c9b3c86ca9075b75af364d43706cff
tree01e42ff4aebc8626ad18ceac13fb3fac1f7076cc
parentc172de2f282a42a3c24abbb0d95b39315122480d
Refactor svc_*_test.cc

Put test classes into svc_test namespace.
Make num_nonref_frames_ and mismatched_nframes private, as they're
computed by encoder/decoder hooks which shouldn't be modified outside
the class.
Add accessor to num_nonref_frames_.

Change-Id: I3836a45426796ba6a8c98dd31e21b5aec4b8abf4
test/svc_datarate_test.cc
test/svc_end_to_end_test.cc