HomeSort by relevance Sort by last modified time
    Searched refs:VideoFrameInput (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/media/cast/
cast_sender.h 7 // The AudioFrameInput, VideoFrameInput and PacketReciever interfaces should
31 class VideoFrameInput : public base::RefCountedThreadSafe<VideoFrameInput> {
40 virtual ~VideoFrameInput() {}
43 friend class base::RefCountedThreadSafe<VideoFrameInput>;
71 virtual scoped_refptr<VideoFrameInput> video_frame_input() = 0;
cast_sender_impl.h 46 virtual scoped_refptr<VideoFrameInput> video_frame_input() OVERRIDE;
58 scoped_refptr<VideoFrameInput> video_frame_input_;
cast_sender_impl.cc 18 class LocalVideoFrameInput : public VideoFrameInput {
153 scoped_refptr<VideoFrameInput> CastSenderImpl::video_frame_input() {
  /external/chromium_org/chrome/renderer/media/
cast_session.h 26 class VideoFrameInput;
46 media::cast::VideoFrameInput>&)> VideoFrameInputAvailableCallback;
cast_session_delegate.h 51 media::cast::VideoFrameInput>&)> VideoFrameInputAvailableCallback;
cast_rtp_stream.cc 247 // forwarded to media::cast::VideoFrameInput through a static method.
273 const scoped_refptr<media::cast::VideoFrameInput> frame_input,
307 const scoped_refptr<media::cast::VideoFrameInput>& frame_input) {
  /external/chromium_org/media/cast/test/
fake_media_source.h 41 class VideoFrameInput;
59 scoped_refptr<VideoFrameInput> video_frame_input);
103 scoped_refptr<VideoFrameInput> video_frame_input_;
fake_media_source.cc 188 scoped_refptr<VideoFrameInput> video_frame_input) {
end2end_unittest.cc 793 scoped_refptr<VideoFrameInput> video_frame_input_;
    [all...]

Completed in 588 milliseconds