Home
last modified time | relevance | path

Searched refs:ViEChannel (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/video/
Dvie_channel.cc50 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::ViEChannel
144 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 …]
Dvideo_send_stream.h35 class ViEChannel; variable
91 rtc::scoped_ptr<ViEChannel> vie_channel_;
Dvie_channel.h59 class ViEChannel : public VCMFrameTypeCallback,
69 ViEChannel(uint32_t number_of_cores,
81 ~ViEChannel();
Dvie_sync_module.h28 class ViEChannel; variable
Dvideo_receive_stream.h90 rtc::scoped_ptr<ViEChannel> vie_channel_;
Dvideo_receive_stream.cc162 vie_channel_.reset(new ViEChannel( in VideoReceiveStream()
Dvideo_send_stream.cc153 vie_channel_.reset(new ViEChannel( in VideoSendStream()