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

  /external/ImageMagick/Magick++/lib/
Statistic.cpp 279 Magick::ChannelStatistics::ChannelStatistics(void)
298 Magick::ChannelStatistics::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::depth() cons
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Statistic.h 132 class MagickPPExport ChannelStatistics
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/MagickCore/
statistic.h 47 } ChannelStatistics;
131 extern MagickExport ChannelStatistics
feature.c 632 } 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 *) NULL) |
    [all...]
  /external/webrtc/webrtc/voice_engine/
channel.cc 150 struct ChannelStatistics : public RtcpStatistics {
151 ChannelStatistics() : rtcp(), max_jitter(0) {}
179 ChannelStatistics GetStats() {
190 ChannelStatistics stats_;
    [all...]

Completed in 193 milliseconds