Home
last modified time | relevance | path

Searched refs:OnFrame (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/lib/
Dvideo_track_source_impl.h31 void OnFrame(std::shared_ptr<VideoFrameBuffer> frame, int64_t timestamp_us);
68 void OnFrame(std::shared_ptr<VideoFrameBuffer> frame, in OnFrame() function
70 track_source_impl_->OnFrame(frame, timestamp_us); in OnFrame()
Dvideo_track_source_impl.cpp57 void VideoTrackSourceImpl::OnFrame(std::shared_ptr<VideoFrameBuffer> frame, in OnFrame() function in cuttlefish::webrtc_streaming::VideoTrackSourceImpl
65 broadcaster_.OnFrame(video_frame); in OnFrame()
Dvideo_sink.h28 virtual void OnFrame(std::shared_ptr<VideoFrameBuffer> frame,
/device/google/cuttlefish/host/frontend/webrtc/
Ddisplay_handler.cpp75 display_sink_->OnFrame(buffer, time_stamp); in SendLastFrame()