Searched refs:FrameInputWrapper (Results 1 – 1 of 1) sorted by relevance
297 class FrameInputWrapper : public cricket::VideoRenderer { class299 explicit FrameInputWrapper(cricket::VideoCapturer* capturer) in FrameInputWrapper() function in __anon15db69840111::FrameInputWrapper304 virtual ~FrameInputWrapper() {} in ~FrameInputWrapper()322 RTC_DISALLOW_COPY_AND_ASSIGN(FrameInputWrapper);425 frame_input_.reset(new FrameInputWrapper(video_capturer_.get())); in FrameInput()