Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/common_audio/resampler/
H A Dsinc_resampler_unittest.cc59 MockSource mock_source; in TEST() local
64 &mock_source); in TEST()
71 EXPECT_CALL(mock_source, Run(_, _)).Times(1).WillOnce(ClearBuffer()); in TEST()
75 ::testing::Mock::VerifyAndClear(&mock_source); in TEST()
76 EXPECT_CALL(mock_source, Run(_, _)) in TEST()
84 MockSource mock_source; in TEST() local
86 &mock_source); in TEST()
91 EXPECT_CALL(mock_source, Run(_, _)).Times(1).WillOnce(FillBuffer()); in TEST()
97 ::testing::Mock::VerifyAndClear(&mock_source); in TEST()
98 EXPECT_CALL(mock_source, Run(_, _)).Times(1).WillOnce(ClearBuffer()); in TEST()
[all …]
/aosp_15_r20/external/webrtc/video/
H A Dvideo_stream_encoder_unittest.cc9391 MockVideoSourceInterface mock_source; in TEST() local
9404 &mock_source, webrtc::DegradationPreference::MAINTAIN_FRAMERATE); in TEST()
9417 EXPECT_CALL(mock_source, RequestRefreshFrame); in TEST()
9421 Mock::VerifyAndClearExpectations(&mock_source); in TEST()
9424 EXPECT_CALL(mock_source, RequestRefreshFrame).Times(0); in TEST()
9444 MockVideoSourceInterface mock_source; in TEST() local
9449 &mock_source, webrtc::DegradationPreference::MAINTAIN_FRAMERATE); in TEST()
9459 EXPECT_CALL(mock_source, RequestRefreshFrame); in TEST()