/external/ImageMagick/Magick++/lib/Magick++/ |
D | 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 …]
|
D | STL.h | 166 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/ |
D | PVRTTextureAPI.cpp | 49 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/ |
D | audio_device_buffer.h | 48 const AudioDeviceModule::ChannelType channel); 50 AudioDeviceModule::ChannelType& channel) const; 87 AudioDeviceModule::ChannelType _recChannel;
|
D | audio_device_impl.h | 154 int32_t SetRecordingChannel(const ChannelType channel) override; 155 int32_t RecordingChannel(ChannelType* channel) const override;
|
D | audio_device_buffer.cc | 204 int32_t AudioDeviceBuffer::SetRecordingChannel(const AudioDeviceModule::ChannelType channel) in SetRecordingChannel() 232 int32_t AudioDeviceBuffer::RecordingChannel(AudioDeviceModule::ChannelType& channel) const in RecordingChannel()
|
D | audio_device_impl.cc | 1048 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/ |
D | pixel.h | 64 } ChannelType; /* must correspond to PixelChannel */ typedef 212 extern MagickExport ChannelType 213 SetPixelChannelMask(Image *,const ChannelType);
|
D | image.h | 290 ChannelType 439 ChannelType 482 extern MagickExport ChannelType 483 SetImageChannelMask(Image *,const ChannelType);
|
D | channel.h | 30 *SeparateImage(const Image *,const ChannelType,ExceptionInfo *),
|
D | 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, 1138 const ChannelType channel, 1169 const ChannelType channel, [all …]
|
D | channel.c | 202 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()
|
D | accelerate.c | 303 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/ |
D | audio_device.h | 47 enum ChannelType { enum 155 virtual int32_t SetRecordingChannel(const ChannelType channel) = 0; 156 virtual int32_t RecordingChannel(ChannelType* channel) const = 0;
|
D | fake_audio_device.h | 112 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/ |
D | Image.cpp | 471 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/ |
D | magick-image.h | 29 extern WandExport ChannelType 30 MagickSetImageChannelMask(MagickWand *,const ChannelType); 243 MagickSeparateImage(MagickWand *,const ChannelType), 314 MagickThresholdImageChannel(MagickWand *,const ChannelType,const double),
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.hpp | 42 bool isCombinedDepthStencilType (TextureFormat::ChannelType type); 67 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType);
|
D | tcuTexture.hpp | 72 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/ |
D | fakeaudiocapturemodule.h | 166 int32_t SetRecordingChannel(const ChannelType channel) override; 167 int32_t RecordingChannel(ChannelType* channel) const override;
|
D | fakeaudiocapturemodule.cc | 485 const ChannelType channel) { in SetRecordingChannel() 495 int32_t FakeAudioCaptureModule::RecordingChannel(ChannelType* channel) const { in RecordingChannel()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 2892 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/ |
D | quantum.xs.in | 2892 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/ |
D | format_c_api_docs | 132 ChannelType => 'types.html#ChannelType',
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderImageLoadStoreTests.cpp | 135 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…
|