HomeSort by relevance Sort by last modified time
    Searched defs:VideoChannel (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/libjingle/source/talk/session/phone/
channel.cc 937 VideoChannel::VideoChannel(talk_base::Thread* thread,
956 this, &VideoChannel::OnVideoChannelError);
966 VideoChannel::~VideoChannel() {
972 bool VideoChannel::AddStream(uint32 ssrc, uint32 voice_ssrc) {
978 bool VideoChannel::SetRenderer(uint32 ssrc, VideoRenderer* renderer) {
986 bool VideoChannel::SendIntraFrame() {
990 bool VideoChannel::RequestIntraFrame() {
995 void VideoChannel::ChangeState()
    [all...]
channel.h 364 // VideoChannel is a specialization for video.
365 class VideoChannel : public BaseChannel {
367 VideoChannel(talk_base::Thread *thread, MediaEngine *media_engine,
371 ~VideoChannel();
384 sigslot::signal2<VideoChannel*, const std::vector<ConnectionInfo> &>
389 sigslot::signal2<VideoChannel*, const VideoMediaInfo&> SignalMediaMonitor;
394 sigslot::signal3<VideoChannel*, uint32, VideoMediaChannel::Error>
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.h 486 // VideoChannel is a specialization for video.
487 class VideoChannel : public BaseChannel {
497 VideoChannel(talk_base::Thread* thread, MediaEngineInterface* media_engine,
501 ~VideoChannel();
520 sigslot::signal2<VideoChannel*, const std::vector<ConnectionInfo>&>
525 sigslot::signal2<VideoChannel*, const VideoMediaInfo&> SignalMediaMonitor;
530 sigslot::signal3<VideoChannel*, uint32, VideoMediaChannel::Error>
channel.cc 94 class NullScreenCapturerFactory : public VideoChannel::ScreenCapturerFactory {
102 VideoChannel::ScreenCapturerFactory* CreateScreenCapturerFactory() {
342 struct VideoChannel::ScreencastDetailsMessageData :
354 VideoChannel::ScreenCapturerFactory* f)
357 VideoChannel::ScreenCapturerFactory* screencapture_factory;
    [all...]

Completed in 2320 milliseconds