Home
last modified time | relevance | path

Searched refs:ChannelType (Results 1 – 25 of 57) sorted by relevance

123

/external/ImageMagick/Magick++/lib/Magick++/
DImage.h160 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 …]
DSTL.h166 channelImage( const ChannelType channel_ );
171 ChannelType _channel;
1849 Container *container_,const ChannelType channel_) in channelMaskImages()
1851 MagickCore::ChannelType in channelMaskImages()
1942 (const MagickCore::ChannelType) *channel_mask); in restoreChannelMaskImages()
2226 InputIterator last_,const ChannelType channel_, in combineImages()
2232 std::vector<ChannelType> in combineImages()
2706 const ChannelType channel_) in separateImages()
2708 MagickCore::ChannelType in separateImages()
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
DPVRTTextureAPI.cpp49 EPVRTVariableType ChannelType = (EPVRTVariableType)sTextureHeader.u32ChannelType; in PVRTGetOGLES3TextureFormat() local
171 if (ChannelType==ePVRTVarTypeSignedInteger || ChannelType==ePVRTVarTypeSignedIntegerNorm || in PVRTGetOGLES3TextureFormat()
172 ChannelType==ePVRTVarTypeSignedShort || ChannelType==ePVRTVarTypeSignedShortNorm || in PVRTGetOGLES3TextureFormat()
173 ChannelType==ePVRTVarTypeSignedByte || ChannelType==ePVRTVarTypeSignedByteNorm || in PVRTGetOGLES3TextureFormat()
174 ChannelType==ePVRTVarTypeSignedFloat) in PVRTGetOGLES3TextureFormat()
186 if (ChannelType==ePVRTVarTypeSignedInteger || ChannelType==ePVRTVarTypeSignedIntegerNorm || in PVRTGetOGLES3TextureFormat()
187 ChannelType==ePVRTVarTypeSignedShort || ChannelType==ePVRTVarTypeSignedShortNorm || in PVRTGetOGLES3TextureFormat()
188 ChannelType==ePVRTVarTypeSignedByte || ChannelType==ePVRTVarTypeSignedByteNorm || in PVRTGetOGLES3TextureFormat()
189 ChannelType==ePVRTVarTypeSignedFloat) in PVRTGetOGLES3TextureFormat()
203 switch (ChannelType) in PVRTGetOGLES3TextureFormat()
/external/webrtc/webrtc/modules/audio_device/
Daudio_device_buffer.h48 const AudioDeviceModule::ChannelType channel);
50 AudioDeviceModule::ChannelType& channel) const;
87 AudioDeviceModule::ChannelType _recChannel;
Daudio_device_impl.h154 int32_t SetRecordingChannel(const ChannelType channel) override;
155 int32_t RecordingChannel(ChannelType* channel) const override;
Daudio_device_buffer.cc204 int32_t AudioDeviceBuffer::SetRecordingChannel(const AudioDeviceModule::ChannelType channel) in SetRecordingChannel()
232 int32_t AudioDeviceBuffer::RecordingChannel(AudioDeviceModule::ChannelType& channel) const in RecordingChannel()
Daudio_device_impl.cc1048 int32_t AudioDeviceModuleImpl::SetRecordingChannel(const ChannelType channel) in SetRecordingChannel()
1076 int32_t AudioDeviceModuleImpl::RecordingChannel(ChannelType* channel) const in RecordingChannel()
1080 ChannelType chType; in RecordingChannel()
/external/ImageMagick/MagickCore/
Dpixel.h64 } ChannelType; /* must correspond to PixelChannel */ typedef
212 extern MagickExport ChannelType
213 SetPixelChannelMask(Image *,const ChannelType);
Dimage.h290 ChannelType
439 ChannelType
482 extern MagickExport ChannelType
483 SetImageChannelMask(Image *,const ChannelType);
Dchannel.h30 *SeparateImage(const Image *,const ChannelType,ExceptionInfo *),
Daccelerate-kernels-private.h283 } 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,
1138 const ChannelType channel,
1169 const ChannelType channel,
[all …]
Dchannel.c202 ChannelType in ChannelFxImage()
382 channel_mask=(ChannelType) (channel_mask | ParseChannelOption(token)); in ChannelFxImage()
415 channel_mask=(ChannelType) (channel_mask | (1 << destination_channel)); in ChannelFxImage()
657 const ChannelType channel_type,ExceptionInfo *exception) in SeparateImage()
824 separate_image=SeparateImage(image,(ChannelType) (1 << channel),exception); in SeparateImages()
Daccelerate.c303 cl_mem histogramBuffer,Image *image,const ChannelType channel, in LaunchHistogramKernel()
345 clStatus|=clEnv->library->clSetKernelArg(histogramKernel,i++,sizeof(ChannelType),&channel); in LaunchHistogramKernel()
523 status|=SetOpenCLKernelArg(addNoiseKernel,i++,sizeof(ChannelType),(void *)&image->channel_mask); in ComputeAddNoiseImage()
681 status|=SetOpenCLKernelArg(blurRowKernel,i++,sizeof(ChannelType),&image->channel_mask); in ComputeBlurImage()
716 status|=SetOpenCLKernelArg(blurColumnKernel,i++,sizeof(ChannelType),&image->channel_mask); in ComputeBlurImage()
1467 …clStatus|=clEnv->library->clSetKernelArg(stretchKernel,i++,sizeof(ChannelType),&image->channel_mas… in ComputeContrastStretchImage()
1783 …clStatus|=clEnv->library->clSetKernelArg(clkernel,i++,sizeof(ChannelType),(void *)&image->channel_… in ComputeConvolveImage()
1830 …clStatus|=clEnv->library->clSetKernelArg(clkernel,i++,sizeof(ChannelType),(void *)&image->channel_… in ComputeConvolveImage()
2689 …clStatus|=clEnv->library->clSetKernelArg(equalizeKernel,i++,sizeof(ChannelType),&image->channel_ma… in ComputeEqualizeImage()
2871 status|=SetOpenCLKernelArg(functionKernel,i++,sizeof(ChannelType),(void *)&image->channel_mask); in ComputeFunctionImage()
[all …]
/external/webrtc/webrtc/modules/audio_device/include/
Daudio_device.h47 enum ChannelType { enum
155 virtual int32_t SetRecordingChannel(const ChannelType channel) = 0;
156 virtual int32_t RecordingChannel(ChannelType* channel) const = 0;
Dfake_audio_device.h112 virtual int32_t SetRecordingChannel(const ChannelType channel) { return 0; } in SetRecordingChannel()
113 virtual int32_t RecordingChannel(ChannelType* channel) const { return 0; } in RecordingChannel()
/external/ImageMagick/Magick++/lib/
DImage.cpp471 void Magick::Image::channelDepth(const ChannelType channel_, in channelDepth()
482 size_t Magick::Image::channelDepth(const ChannelType channel_) in channelDepth()
1750 void Magick::Image::adaptiveSharpenChannel(const ChannelType channel_, in adaptiveSharpenChannel()
1789 void Magick::Image::addNoiseChannel(const ChannelType channel_, in addNoiseChannel()
1999 void Magick::Image::autoGammaChannel(const ChannelType channel_) in autoGammaChannel()
2018 void Magick::Image::autoLevelChannel(const ChannelType channel_) in autoLevelChannel()
2051 void Magick::Image::blackThresholdChannel(const ChannelType channel_, in blackThresholdChannel()
2084 void Magick::Image::blurChannel(const ChannelType channel_, in blurChannel()
2122 void Magick::Image::brightnessContrastChannel(const ChannelType channel_, in brightnessContrastChannel()
2155 void Magick::Image::channel(const ChannelType channel_) in channel()
[all …]
/external/ImageMagick/MagickWand/
Dmagick-image.h29 extern WandExport ChannelType
30 MagickSetImageChannelMask(MagickWand *,const ChannelType);
243 MagickSeparateImage(MagickWand *,const ChannelType),
314 MagickThresholdImageChannel(MagickWand *,const ChannelType,const double),
/external/deqp/framework/common/
DtcuTextureUtil.hpp42 bool isCombinedDepthStencilType (TextureFormat::ChannelType type);
67 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType);
DtcuTexture.hpp72 enum ChannelType enum in tcu::TextureFormat
117 ChannelType type;
119 TextureFormat (ChannelOrder order_, ChannelType type_) in TextureFormat()
143 int getChannelSize (TextureFormat::ChannelType type);
1192 std::ostream& operator<< (std::ostream& str, TextureFormat::ChannelType type);
/external/webrtc/talk/app/webrtc/test/
Dfakeaudiocapturemodule.h166 int32_t SetRecordingChannel(const ChannelType channel) override;
167 int32_t RecordingChannel(ChannelType* channel) const override;
Dfakeaudiocapturemodule.cc485 const ChannelType channel) { in SetRecordingChannel()
495 int32_t FakeAudioCaptureModule::RecordingChannel(ChannelType* channel) const { in RecordingChannel()
/external/ImageMagick/PerlMagick/
DMagick.xs2892 ChannelType in ChannelFx()
2972 channel=(ChannelType) option; in ChannelFx()
3357 (void) SetPixelChannelMask(image,(ChannelType) option); in Compare()
4394 ChannelType in Fx()
4474 channel=(ChannelType) option; in Fx()
6481 (void) SetPixelChannelMask(image,(ChannelType) option); in GetPixel()
7578 ChannelType in Mogrify()
7872 channel=(ChannelType) argument_list[2].integer_reference; in Mogrify()
7939 channel=(ChannelType) argument_list[3].integer_reference; in Mogrify()
8106 channel=(ChannelType) argument_list[3].integer_reference; in Mogrify()
[all …]
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in2892 ChannelType
2972 channel=(ChannelType) option;
3357 (void) SetPixelChannelMask(image,(ChannelType) option);
4394 ChannelType
4474 channel=(ChannelType) option;
6481 (void) SetPixelChannelMask(image,(ChannelType) option);
7578 ChannelType
7872 channel=(ChannelType) argument_list[2].integer_reference;
7939 channel=(ChannelType) argument_list[3].integer_reference;
8106 channel=(ChannelType) argument_list[3].integer_reference;
[all …]
/external/ImageMagick/scripts/
Dformat_c_api_docs132 ChannelType => 'types.html#ChannelType',
/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp135 static inline bool isFormatTypeUnsignedInteger (TextureFormat::ChannelType type) in isFormatTypeUnsignedInteger()
142 static inline bool isFormatTypeSignedInteger (TextureFormat::ChannelType type) in isFormatTypeSignedInteger()
149 static inline bool isFormatTypeInteger (TextureFormat::ChannelType type) in isFormatTypeInteger()
154 static inline bool isFormatTypeUnorm (TextureFormat::ChannelType type) in isFormatTypeUnorm()
161 static inline bool isFormatTypeSnorm (TextureFormat::ChannelType type) in isFormatTypeSnorm()
237 static inline string getShaderSamplerOrImageType (TextureFormat::ChannelType formatType, TextureTyp… in getShaderSamplerOrImageType()
253 static inline string getShaderImageType (TextureFormat::ChannelType formatType, TextureType imageTy… in getShaderImageType()
258 static inline string getShaderSamplerType (TextureFormat::ChannelType formatType, TextureType image… in getShaderSamplerType()
1304 …template <TextureFormat::ChannelType ImageFormatType, typename TcuFloatType, typename TcuFloatStor…
1314 template <TextureFormat::ChannelType ImageFormatType, typename TcuFloatType, typename TcuFloatTypeS…

123