Searched refs:event_processor (Results 1 – 2 of 2) sorted by relevance
134 webrtc::RtcEventProcessor event_processor; in Initialize() local141 event_processor.AddEvents(rtp_packets.incoming_packets, handle_rtp_packet); in Initialize()152 event_processor.AddEvents(audio_playouts.second, handle_audio_playout); in Initialize()156 event_processor.ProcessEventsInOrder(); in Initialize()
236 webrtc::RtcEventProcessor event_processor; in main() local242 event_processor.AddEvents(stream.incoming_packets, handle_rtp); in main()248 event_processor.AddEvents(parsed_stream.incoming_rtcp_packets(), handle_rtcp); in main()250 event_processor.ProcessEventsInOrder(); in main()