Home
last modified time | relevance | path

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

/external/chromium_org/content/renderer/media/
Drtc_video_decoder_unittest.cc50 rtc_decoder_ = in SetUp()
58 vda_loop_proxy_->DeleteSoon(FROM_HERE, rtc_decoder_.release()); in TearDown()
63 rtc_decoder_.reset(); in TearDown()
76 EXPECT_EQ(WEBRTC_VIDEO_CODEC_OK, rtc_decoder_->InitDecode(&codec_, 1)); in Initialize()
78 rtc_decoder_->RegisterDecodeCompleteCallback(this)); in Initialize()
85 base::Unretained(rtc_decoder_.get()))); in NotifyResetDone()
99 scoped_ptr<RTCVideoDecoder> rtc_decoder_; member in content::RTCVideoDecoderTest
119 EXPECT_EQ(WEBRTC_VIDEO_CODEC_ERROR, rtc_decoder_->InitDecode(&codec_, 1)); in TEST_F()
125 rtc_decoder_->Decode(input_image, false, NULL, NULL, 0)); in TEST_F()
133 rtc_decoder_->Decode(input_image, false, NULL, NULL, 0)); in TEST_F()
[all …]