Searched refs:VideoTrackSourceImpl (Results 1 – 3 of 3) sorted by relevance
54 VideoTrackSourceImpl::VideoTrackSourceImpl(int width, int height) in VideoTrackSourceImpl() function in cuttlefish::webrtc_streaming::VideoTrackSourceImpl57 void VideoTrackSourceImpl::OnFrame(std::shared_ptr<VideoFrameBuffer> frame, in OnFrame()68 bool VideoTrackSourceImpl::GetStats(Stats *stats) { in GetStats()74 bool VideoTrackSourceImpl::SupportsEncodedOutput() const { return false; } in SupportsEncodedOutput()75 rtc::VideoSourceInterface<webrtc::VideoFrame> *VideoTrackSourceImpl::source() { in source()
27 class VideoTrackSourceImpl : public webrtc::VideoTrackSource {29 VideoTrackSourceImpl(int width, int height);65 VideoTrackSourceImplSinkWrapper(rtc::scoped_refptr<VideoTrackSourceImpl> obj) in VideoTrackSourceImplSinkWrapper()74 rtc::scoped_refptr<VideoTrackSourceImpl> track_source_impl_;
187 rtc::scoped_refptr<VideoTrackSourceImpl> source( in AddDisplay()188 new rtc::RefCountedObject<VideoTrackSourceImpl>(width, height)); in AddDisplay()