Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(387)

Unified Diff: test/call_test.h

Issue 3019593002: Reland of Add full stack tests for MediaCodec.
Patch Set: Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « modules/video_coding/BUILD.gn ('k') | test/call_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/call_test.h
diff --git a/test/call_test.h b/test/call_test.h
index cf15aacf114a6d7ac0fba35329d2585191f52938..238539c6adba1ac2bf6a87de78110b40faaea157 100644
--- a/test/call_test.h
+++ b/test/call_test.h
@@ -133,8 +133,8 @@
size_t num_video_streams_;
size_t num_audio_streams_;
size_t num_flexfec_streams_;
- rtc::scoped_refptr<AudioDecoderFactory> decoder_factory_;
- rtc::scoped_refptr<AudioEncoderFactory> encoder_factory_;
+ rtc::scoped_refptr<AudioDecoderFactory> audio_decoder_factory_;
+ rtc::scoped_refptr<AudioEncoderFactory> audio_encoder_factory_;
test::FakeVideoRenderer fake_renderer_;
SingleThreadedTaskQueueForTesting task_queue_;
« no previous file with comments | « modules/video_coding/BUILD.gn ('k') | test/call_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698