Searched refs:OnFrame (Results 1 – 4 of 4) sorted by relevance
31 void OnFrame(std::shared_ptr<VideoFrameBuffer> frame, int64_t timestamp_us);68 void OnFrame(std::shared_ptr<VideoFrameBuffer> frame, in OnFrame() function70 track_source_impl_->OnFrame(frame, timestamp_us); in OnFrame()
57 void VideoTrackSourceImpl::OnFrame(std::shared_ptr<VideoFrameBuffer> frame, in OnFrame() function in cuttlefish::webrtc_streaming::VideoTrackSourceImpl65 broadcaster_.OnFrame(video_frame); in OnFrame()
28 virtual void OnFrame(std::shared_ptr<VideoFrameBuffer> frame,
75 display_sink_->OnFrame(buffer, time_stamp); in SendLastFrame()