Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/utility/
Dsimulcast_test_fixture_impl.cc321 ExpectStreams(VideoFrameType::kVideoFrameKey, active_streams); in RunActiveStreamsTest()
325 ExpectStreams(VideoFrameType::kVideoFrameDelta, active_streams); in RunActiveStreamsTest()
345 void SimulcastTestFixtureImpl::ExpectStreams( in ExpectStreams() function in webrtc::test::SimulcastTestFixtureImpl
387 void SimulcastTestFixtureImpl::ExpectStreams(VideoFrameType frame_type, in ExpectStreams() function in webrtc::test::SimulcastTestFixtureImpl
395 ExpectStreams(frame_type, expected_streams_active); in ExpectStreams()
418 ExpectStreams(VideoFrameType::kVideoFrameKey, kNumberOfSimulcastStreams); in TestKeyFrameRequestsOnAllStreams()
421 ExpectStreams(VideoFrameType::kVideoFrameDelta, kNumberOfSimulcastStreams); in TestKeyFrameRequestsOnAllStreams()
426 ExpectStreams(VideoFrameType::kVideoFrameKey, kNumberOfSimulcastStreams); in TestKeyFrameRequestsOnAllStreams()
433 ExpectStreams(VideoFrameType::kVideoFrameKey, kNumberOfSimulcastStreams); in TestKeyFrameRequestsOnAllStreams()
440 ExpectStreams(VideoFrameType::kVideoFrameKey, kNumberOfSimulcastStreams); in TestKeyFrameRequestsOnAllStreams()
[all …]
Dsimulcast_test_fixture_impl.h68 void ExpectStreams(VideoFrameType frame_type,
70 void ExpectStreams(VideoFrameType frame_type, int expected_video_streams);