Home
last modified time | relevance | path

Searched refs:webrtc_streaming (Results 1 – 25 of 62) sorted by relevance

123

/device/google/cuttlefish/host/frontend/webrtc/
Dconnection_observer.h35 : public webrtc_streaming::ConnectionObserverFactory {
40 webrtc_streaming::SensorsHandler& sensors_handler,
41 std::shared_ptr<webrtc_streaming::LightsObserver> lights_observer);
44 std::shared_ptr<webrtc_streaming::ConnectionObserver> CreateObserver()
61 webrtc_streaming::SensorsHandler& sensors_handler_;
62 std::shared_ptr<webrtc_streaming::LightsObserver> lights_observer_;
Dconnection_observer.cpp57 class ConnectionObserverImpl : public webrtc_streaming::ConnectionObserver {
65 webrtc_streaming::SensorsHandler &sensors_handler, in ConnectionObserverImpl()
66 std::shared_ptr<webrtc_streaming::LightsObserver> lights_observer) in ConnectionObserverImpl()
145 adb_handler_.reset(new webrtc_streaming::AdbHandler( in OnAdbChannelOpen()
218 bluetooth_handler_.reset(new webrtc_streaming::BluetoothHandler( in OnBluetoothChannelOpen()
275 new webrtc_streaming::LocationHandler(location_message_sender)); in OnLocationChannelOpen()
298 kml_locations_handler_.reset(new webrtc_streaming::KmlLocationsHandler( in OnKmlLocationsChannelOpen()
310 gpx_locations_handler_.reset(new webrtc_streaming::GpxLocationsHandler( in OnGpxLocationsChannelOpen()
427 std::shared_ptr<webrtc_streaming::AdbHandler> adb_handler_;
428 std::shared_ptr<webrtc_streaming::BluetoothHandler> bluetooth_handler_;
[all …]
Ddisplay_handler.h54 namespace webrtc_streaming {
66 webrtc_streaming::Streamer& streamer,
81 std::shared_ptr<webrtc_streaming::VideoFrameBuffer> buffer;
92 std::map<uint32_t, std::shared_ptr<webrtc_streaming::VideoSink>>
94 webrtc_streaming::Streamer& streamer_;
Daudio_handler.h57 std::vector<std::shared_ptr<webrtc_streaming::AudioSink>> audio_sinks,
58 std::shared_ptr<webrtc_streaming::AudioSource> audio_source);
80 std::vector<std::shared_ptr<webrtc_streaming::AudioSink>> audio_sinks_;
84 std::shared_ptr<webrtc_streaming::AudioSource> audio_source_;
Dmain.cpp79 using webrtc_streaming::RecordingManager;
80 using webrtc_streaming::ServerConfig;
81 using webrtc_streaming::Streamer;
82 using webrtc_streaming::StreamerConfig;
83 using webrtc_streaming::VideoSink;
89 class CfOperatorObserver : public webrtc_streaming::OperatorObserver {
292 std::shared_ptr<webrtc_streaming::LightsObserver> lights_observer; in CuttlefishMain()
294 lights_observer = std::make_shared<webrtc_streaming::LightsObserver>( in CuttlefishMain()
300 webrtc_streaming::SensorsHandler sensors_handler(sensors_fd); in CuttlefishMain()
372 std::vector<std::shared_ptr<webrtc_streaming::AudioSink>> audio_streams( in CuttlefishMain()
[all …]
Dlocation_handler.h22 namespace webrtc_streaming {
Dgpx_locations_handler.h22 namespace webrtc_streaming {
Dkml_locations_handler.h22 namespace webrtc_streaming {
Dbluetooth_handler.h26 namespace webrtc_streaming {
Dadb_handler.h26 namespace webrtc_streaming {
Dsensors_handler.h28 namespace webrtc_streaming {
Dscreenshot_handler.h35 using SharedFrame = std::shared_ptr<webrtc_streaming::VideoFrameBuffer>;
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dvideo_track_source_impl.cpp22 namespace webrtc_streaming { namespace
29 std::shared_ptr<::cuttlefish::webrtc_streaming::VideoFrameBuffer> in VideoFrameWrapper()
48 std::shared_ptr<::cuttlefish::webrtc_streaming::VideoFrameBuffer>
Drecording_manager.h34 namespace webrtc_streaming {
63 std::unique_ptr<cuttlefish::webrtc_streaming::LocalRecorder>> local_recorders_;
Drecording_manager.cpp31 namespace webrtc_streaming { namespace
122 std::unique_ptr<cuttlefish::webrtc_streaming::LocalRecorder> local_recorder = in StartSingleRecorder()
Daudio_sink.h24 namespace webrtc_streaming {
Dvideo_sink.h24 namespace webrtc_streaming {
Daudio_frame_buffer.h22 namespace webrtc_streaming {
Dvideo_frame_buffer.h22 namespace webrtc_streaming {
Dlocal_recorder.h27 namespace webrtc_streaming {
/device/google/cuttlefish/host/frontend/webrtc/libcommon/
Dsignaling_constants.h20 namespace webrtc_streaming {
Dpeer_signaling_handler.h24 namespace webrtc_streaming {
Daudio_source.h23 namespace webrtc_streaming {
Dvp8only_encoder_factory.h23 namespace webrtc_streaming {
Dvp8only_encoder_factory.cpp20 namespace webrtc_streaming { namespace

123