Searched refs:ViEChannel (Results 1 – 7 of 7) sorted by relevance
50 explicit ChannelStatsObserver(ViEChannel* owner) : owner_(owner) {} in ChannelStatsObserver()59 ViEChannel* const owner_;64 explicit ViEChannelProtectionCallback(ViEChannel* owner) : owner_(owner) {} in ViEChannelProtectionCallback()79 ViEChannel* owner_;82 ViEChannel::ViEChannel(uint32_t number_of_cores, in ViEChannel() function in webrtc::ViEChannel144 int32_t ViEChannel::Init() { in Init()176 ViEChannel::~ViEChannel() { in ~ViEChannel()196 void ViEChannel::UpdateHistograms() { in UpdateHistograms()340 int32_t ViEChannel::SetSendCodec(const VideoCodec& video_codec, in SetSendCodec()425 int32_t ViEChannel::SetReceiveCodec(const VideoCodec& video_codec) { in SetReceiveCodec()[all …]
35 class ViEChannel; variable91 rtc::scoped_ptr<ViEChannel> vie_channel_;
59 class ViEChannel : public VCMFrameTypeCallback,69 ViEChannel(uint32_t number_of_cores,81 ~ViEChannel();
28 class ViEChannel; variable
90 rtc::scoped_ptr<ViEChannel> vie_channel_;
162 vie_channel_.reset(new ViEChannel( in VideoReceiveStream()
153 vie_channel_.reset(new ViEChannel( in VideoSendStream()