Home
last modified time | relevance | path

Searched defs:OnFrame (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Daudio_track_source_impl.h77 void OnFrame(const AudioFrameBuffer& frame, in OnFrame() function
Dvideo_track_source_impl.h67 void OnFrame(std::shared_ptr<VideoFrameBuffer> frame, in OnFrame() function
Dvideo_track_source_impl.cpp57 void VideoTrackSourceImpl::OnFrame(std::shared_ptr<VideoFrameBuffer> frame, in OnFrame() function in cuttlefish::webrtc_streaming::VideoTrackSourceImpl
Daudio_track_source_impl.cpp54 void AudioTrackSourceImpl::OnFrame(const AudioFrameBuffer& frame, in OnFrame() function in cuttlefish::webrtc_streaming::AudioTrackSourceImpl
Dcamera_streamer.cpp35 void CameraStreamer::OnFrame(const webrtc::VideoFrame& client_frame) { in OnFrame() function in cuttlefish::webrtc_streaming::CameraStreamer
Dlocal_recorder.cpp202 void LocalRecorder::Display::OnFrame(const webrtc::VideoFrame& frame) { in OnFrame() function in cuttlefish::webrtc_streaming::LocalRecorder::Display