Searched refs:parsed_stream (Results 1 – 1 of 1) sorted by relevance
510 rtclog::EventStream parsed_stream; in LogSessionAndReadBack() local512 ASSERT_TRUE(RtcEventLog::ParseRtcEventLog(temp_filename, &parsed_stream)); in LogSessionAndReadBack()519 EXPECT_EQ(event_count, parsed_stream.stream_size()); in LogSessionAndReadBack()520 VerifyReceiveStreamConfig(parsed_stream.stream(0), receiver_config); in LogSessionAndReadBack()521 VerifySendStreamConfig(parsed_stream.stream(1), sender_config); in LogSessionAndReadBack()527 VerifyRtpEvent(parsed_stream.stream(event_index), in LogSessionAndReadBack()534 VerifyRtcpEvent(parsed_stream.stream(event_index), in LogSessionAndReadBack()543 VerifyPlayoutEvent(parsed_stream.stream(event_index), in LogSessionAndReadBack()549 VerifyBweLossEvent(parsed_stream.stream(event_index), in LogSessionAndReadBack()556 VerifyLogStartEvent(parsed_stream.stream(event_index)); in LogSessionAndReadBack()[all …]