Home
last modified time | relevance | path

Searched refs:VideoTrackSourceImpl (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/lib/
Dvideo_track_source_impl.cpp54 VideoTrackSourceImpl::VideoTrackSourceImpl(int width, int height) in VideoTrackSourceImpl() function in cuttlefish::webrtc_streaming::VideoTrackSourceImpl
57 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()
Dvideo_track_source_impl.h27 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_;
Dstreamer.cpp187 rtc::scoped_refptr<VideoTrackSourceImpl> source( in AddDisplay()
188 new rtc::RefCountedObject<VideoTrackSourceImpl>(width, height)); in AddDisplay()