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

  /external/webrtc/webrtc/video/
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
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...]

Completed in 53 milliseconds