Home
last modified time | relevance | path

Searched refs:vda_thread_ (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/content/renderer/media/
Drtc_video_decoder_unittest.cc29 vda_thread_("vda_thread"), in RTCVideoDecoderTest()
35 ASSERT_TRUE(vda_thread_.Start()); in SetUp()
36 vda_loop_proxy_ = vda_thread_.message_loop_proxy(); in SetUp()
56 if (vda_thread_.IsRunning()) { in TearDown()
61 vda_thread_.Stop(); in TearDown()
101 base::Thread vda_thread_; member in content::RTCVideoDecoderTest
168 TEST_F(RTCVideoDecoderTest, VdaThreadStops) { vda_thread_.Stop(); } in TEST_F()