Searched refs:event_processor (Results 1 – 2 of 2) sorted by relevance
133 webrtc::RtcEventProcessor event_processor; in Initialize() local140 event_processor.AddEvents(rtp_packets.incoming_packets, handle_rtp_packet); in Initialize()146 event_processor.AddEvents(audio_playouts.second, handle_audio_playout); in Initialize()150 event_processor.ProcessEventsInOrder(); in Initialize()
235 webrtc::RtcEventProcessor event_processor; in main() local241 event_processor.AddEvents(stream.incoming_packets, handle_rtp); in main()247 event_processor.AddEvents(parsed_stream.incoming_rtcp_packets(), handle_rtcp); in main()249 event_processor.ProcessEventsInOrder(); in main()