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 467 // VideoChannel is a specialization for video.
468 class VideoChannel : public BaseChannel {
478 VideoChannel(talk_base::Thread* thread, MediaEngineInterface* media_engine,
482 ~VideoChannel();
501 sigslot::signal2<VideoChannel*, const std::vector<ConnectionInfo>&>
506 sigslot::signal2<VideoChannel*, const VideoMediaInfo&> SignalMediaMonitor;
511 sigslot::signal3<VideoChannel*, uint32, VideoMediaChannel::Error>
channel.cc 90 class NullScreenCapturerFactory : public VideoChannel::ScreenCapturerFactory {
98 VideoChannel::ScreenCapturerFactory* CreateScreenCapturerFactory() {
347 VideoChannel::ScreenCapturerFactory* f)
350 VideoChannel::ScreenCapturerFactory* screencapture_factory;
    [all...]

Completed in 204 milliseconds