Searched defs:ChannelStatistics (Results 1 - 5 of 5) sorted by relevance

/external/ImageMagick/Magick++/lib/Magick++/
H A DStatistic.h132 class MagickPPExport ChannelStatistics class in namespace:Magick
137 ChannelStatistics(void);
140 ChannelStatistics(const ChannelStatistics &channelStatistics_);
143 ~ChannelStatistics(void);
197 ChannelStatistics(const PixelChannel channel_,
198 const MagickCore::ChannelStatistics *channelStatistics_);
295 ChannelStatistics channel(const PixelChannel channel_) const;
303 std::vector<ChannelStatistics> _channels;
/external/ImageMagick/Magick++/lib/
H A DStatistic.cpp279 Magick::ChannelStatistics::ChannelStatistics(void) function in class:Magick::ChannelStatistics
298 Magick::ChannelStatistics::ChannelStatistics( function in class:Magick::ChannelStatistics
299 const ChannelStatistics &channelStatistics_)
318 Magick::ChannelStatistics::~ChannelStatistics(void)
322 double Magick::ChannelStatistics::area() const
327 Magick::PixelChannel Magick::ChannelStatistics::channel() const
332 size_t Magick::ChannelStatistics
402 Magick::ChannelStatistics::ChannelStatistics(const PixelChannel channel_, function in class:Magick::ChannelStatistics
[all...]
/external/ImageMagick/MagickCore/
H A Dstatistic.h47 } ChannelStatistics; typedef in typeref:struct:_ChannelStatistics
131 extern MagickExport ChannelStatistics
H A Dfeature.c632 } ChannelStatistics;
640 ChannelStatistics
784 cooccurrence=(ChannelStatistics **) AcquireQuantumMemory(number_grays,
786 density_x=(ChannelStatistics *) AcquireQuantumMemory(2*(number_grays+1),
788 density_xy=(ChannelStatistics *) AcquireQuantumMemory(2*(number_grays+1),
790 density_y=(ChannelStatistics *) AcquireQuantumMemory(2*(number_grays+1),
792 Q=(ChannelStatistics **) AcquireQuantumMemory(number_grays,sizeof(*Q));
793 sum=(ChannelStatistics *) AcquireQuantumMemory(number_grays,sizeof(*sum));
794 if ((cooccurrence == (ChannelStatistics **) NULL) ||
795 (density_x == (ChannelStatistics *) NUL
629 } ChannelStatistics; typedef in typeref:struct:_ChannelStatistics
[all...]
/external/webrtc/webrtc/voice_engine/
H A Dchannel.cc150 struct ChannelStatistics : public RtcpStatistics { struct in namespace:webrtc::voe
151 ChannelStatistics() : rtcp(), max_jitter(0) {} function in struct:webrtc::voe::ChannelStatistics
179 ChannelStatistics GetStats() {
190 ChannelStatistics stats_;
3152 ChannelStatistics stats = statistics_proxy_->GetStats();

Completed in 174 milliseconds