Searched refs:mock_source (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/media/base/
H A Dsinc_resampler_unittest.cc45 MockSource mock_source; local
51 base::Bind(&MockSource::ProvideInput, base::Unretained(&mock_source)));
58 EXPECT_CALL(mock_source, ProvideInput(_, _))
63 testing::Mock::VerifyAndClear(&mock_source);
64 EXPECT_CALL(mock_source, ProvideInput(_, _))
71 MockSource mock_source; local
74 base::Bind(&MockSource::ProvideInput, base::Unretained(&mock_source)));
78 EXPECT_CALL(mock_source, ProvideInput(_, _))
85 testing::Mock::VerifyAndClear(&mock_source);
86 EXPECT_CALL(mock_source, ProvideInpu
95 MockSource mock_source; local
124 MockSource mock_source; local
[all...]
/external/chromium_org/third_party/webrtc/common_audio/resampler/
H A Dsinc_resampler_unittest.cc56 MockSource mock_source; local
61 &mock_source);
68 EXPECT_CALL(mock_source, Run(_, _))
73 testing::Mock::VerifyAndClear(&mock_source);
74 EXPECT_CALL(mock_source, Run(_, _))
81 MockSource mock_source; local
83 &mock_source);
87 EXPECT_CALL(mock_source, Run(_, _))
94 testing::Mock::VerifyAndClear(&mock_source);
95 EXPECT_CALL(mock_source, Ru
104 MockSource mock_source; local
135 MockSource mock_source; local
169 MockSource mock_source; local
[all...]
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_video_source_unittest.cc86 const media::VideoCaptureFormat& format = mock_source()->start_format();
110 MockMediaStreamVideoSource* mock_source() { return mock_source_; } function in class:content::MediaStreamVideoSourceTest
144 mock_source()->DeliverVideoFrame(frame);
160 mock_source()->DeliverVideoFrame(frame);
252 mock_source()->CompleteGetSupportedFormats();
253 mock_source()->StartMockedSource();
261 mock_source()->CompleteGetSupportedFormats();
264 mock_source()->StartMockedSource();
272 mock_source()->CompleteGetSupportedFormats();
273 mock_source()
[all...]
H A Dmedia_stream_video_track_unittest.cc59 mock_source()->DeliverVideoFrame(frame);
84 MockMediaStreamVideoSource* mock_source() { return mock_source_; } function in class:content::MediaStreamVideoTrackTest
115 mock_source()->DeliverVideoFrame(frame);
200 mock_source()->StopSource();

Completed in 85 milliseconds