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

  /external/webrtc/webrtc/video/
vie_channel.cc 50 explicit ChannelStatsObserver(ViEChannel* owner) : owner_(owner) {}
59 ViEChannel* const owner_;
64 explicit ViEChannelProtectionCallback(ViEChannel* owner) : owner_(owner) {}
79 ViEChannel* owner_;
82 ViEChannel::ViEChannel(uint32_t number_of_cores,
144 int32_t ViEChannel::Init() {
176 ViEChannel::~ViEChannel() {
196 void ViEChannel::UpdateHistograms()
    [all...]
vie_sync_module.h 28 class ViEChannel;
video_send_stream.h 35 class ViEChannel;
91 rtc::scoped_ptr<ViEChannel> vie_channel_;
video_receive_stream.h 90 rtc::scoped_ptr<ViEChannel> vie_channel_;
vie_channel.h 59 class ViEChannel : public VCMFrameTypeCallback,
69 ViEChannel(uint32_t number_of_cores,
81 ~ViEChannel();
317 // ViEChannel exposes methods that allow to modify observers and callbacks
video_receive_stream.cc 162 vie_channel_.reset(new ViEChannel(
video_send_stream.cc 153 vie_channel_.reset(new ViEChannel(

Completed in 64 milliseconds