HomeSort by relevance Sort by last modified time
    Searched refs:ChannelType (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /external/ImageMagick/MagickCore/
channel.h 30 *SeparateImage(const Image *,const ChannelType,ExceptionInfo *),
pixel.h 64 } ChannelType; /* must correspond to PixelChannel */
92 } PixelChannel; /* must correspond to ChannelType */
212 extern MagickExport ChannelType
213 SetPixelChannelMask(Image *,const ChannelType);
image.h 290 ChannelType
439 ChannelType
482 extern MagickExport ChannelType
483 SetImageChannelMask(Image *,const ChannelType);
channel.c 202 ChannelType
382 channel_mask=(ChannelType) (channel_mask | ParseChannelOption(token));
415 channel_mask=(ChannelType) (channel_mask | (1 << destination_channel));
644 % Image *SeparateImage(const Image *image,const ChannelType channel,
657 const ChannelType channel_type,ExceptionInfo *exception)
824 separate_image=SeparateImage(image,(ChannelType) (1 << channel),exception);
    [all...]
accelerate-kernels-private.h 283 } ChannelType; /* must correspond to PixelChannel */
397 const ChannelType channel, float *red, float *green, float *blue, float *alpha)
437 const unsigned int columns, const unsigned int x, const unsigned int y, const ChannelType channel)
451 const ChannelType channel, float red, float green, float blue, float alpha)
488 const unsigned int columns, const unsigned int x, const unsigned int y, const ChannelType channel,
836 const unsigned int number_channels,const ChannelType channel,
906 const unsigned int number_channels,const ChannelType channel,
962 const unsigned int number_channels,const ChannelType channel,
    [all...]
accelerate.c 303 cl_mem histogramBuffer,Image *image,const ChannelType channel,
345 clStatus|=clEnv->library->clSetKernelArg(histogramKernel,i++,sizeof(ChannelType),&channel);
523 status|=SetOpenCLKernelArg(addNoiseKernel,i++,sizeof(ChannelType),(void *)&image->channel_mask);
681 status|=SetOpenCLKernelArg(blurRowKernel,i++,sizeof(ChannelType),&image->channel_mask);
716 status|=SetOpenCLKernelArg(blurColumnKernel,i++,sizeof(ChannelType),&image->channel_mask);
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Image.h 160 void channelDepth(const ChannelType channel_,const size_t depth_);
161 size_t channelDepth(const ChannelType channel_);
557 void adaptiveSharpenChannel(const ChannelType channel_,
569 void addNoiseChannel(const ChannelType channel_,
633 void autoGammaChannel(const ChannelType channel_);
638 void autoLevelChannel(const ChannelType channel_);
646 void blackThresholdChannel(const ChannelType channel_,
657 void blurChannel(const ChannelType channel_,const double radius_=0.0,
668 void brightnessContrastChannel(const ChannelType channel_,
681 void channel(const ChannelType channel_)
    [all...]
STL.h 166 channelImage( const ChannelType channel_ );
171 ChannelType _channel;
    [all...]
  /external/webrtc/webrtc/modules/audio_device/
audio_device_buffer.h 48 const AudioDeviceModule::ChannelType channel);
50 AudioDeviceModule::ChannelType& channel) const;
87 AudioDeviceModule::ChannelType _recChannel;
audio_device_buffer.cc 204 int32_t AudioDeviceBuffer::SetRecordingChannel(const AudioDeviceModule::ChannelType channel)
232 int32_t AudioDeviceBuffer::RecordingChannel(AudioDeviceModule::ChannelType& channel) const
audio_device_impl.h 154 int32_t SetRecordingChannel(const ChannelType channel) override;
155 int32_t RecordingChannel(ChannelType* channel) const override;
audio_device_impl.cc     [all...]
  /external/webrtc/webrtc/modules/audio_device/include/
audio_device.h 47 enum ChannelType {
155 virtual int32_t SetRecordingChannel(const ChannelType channel) = 0;
156 virtual int32_t RecordingChannel(ChannelType* channel) const = 0;
fake_audio_device.h 112 virtual int32_t SetRecordingChannel(const ChannelType channel) { return 0; }
113 virtual int32_t RecordingChannel(ChannelType* channel) const { return 0; }
  /external/ImageMagick/MagickWand/
magick-image.h 29 extern WandExport ChannelType
30 MagickSetImageChannelMask(MagickWand *,const ChannelType);
243 MagickSeparateImage(MagickWand *,const ChannelType),
314 MagickThresholdImageChannel(MagickWand *,const ChannelType,const double),
composite.c 55 ChannelType
130 ChannelType
679 composite_options.channel=(ChannelType) channel;
    [all...]
  /external/deqp/framework/common/
tcuTextureUtil.hpp 42 bool isCombinedDepthStencilType (TextureFormat::ChannelType type);
67 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType);
tcuTexture.hpp 72 enum ChannelType
117 ChannelType type;
119 TextureFormat (ChannelOrder order_, ChannelType type_)
    [all...]
  /external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.h 166 int32_t SetRecordingChannel(const ChannelType channel) override;
167 int32_t RecordingChannel(ChannelType* channel) const override;
fakeaudiocapturemodule.cc 485 const ChannelType channel) {
495 int32_t FakeAudioCaptureModule::RecordingChannel(ChannelType* channel) const {
  /external/ImageMagick/Magick++/lib/
Image.cpp 471 void Magick::Image::channelDepth(const ChannelType channel_,
482 size_t Magick::Image::channelDepth(const ChannelType channel_)
    [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp 134 static inline bool isFormatTypeUnsignedInteger (TextureFormat::ChannelType type)
141 static inline bool isFormatTypeSignedInteger (TextureFormat::ChannelType type)
148 static inline bool isFormatTypeInteger (TextureFormat::ChannelType type)
153 static inline bool isFormatTypeUnorm (TextureFormat::ChannelType type)
160 static inline bool isFormatTypeSnorm (TextureFormat::ChannelType type)
236 static inline string getShaderSamplerOrImageType (TextureFormat::ChannelType formatType, TextureType textureType, bool isSampler)
252 static inline string getShaderImageType (TextureFormat::ChannelType formatType, TextureType imageType)
257 static inline string getShaderSamplerType (TextureFormat::ChannelType formatType, TextureType imageType)
    [all...]
  /external/ImageMagick/scripts/
format_c_api_docs 132 ChannelType => 'types.html#ChannelType',

Completed in 515 milliseconds

1 2 3 4