/external/ImageMagick/Magick++/lib/Magick++/ |
D | Image.h | 157 void channelDepth(const ChannelType channel_,const size_t depth_); 158 size_t channelDepth(const ChannelType channel_); 557 void adaptiveSharpenChannel(const ChannelType channel_, 569 void addNoiseChannel(const ChannelType channel_, 634 void autoGammaChannel(const ChannelType channel_); 639 void autoLevelChannel(const ChannelType channel_); 652 void blackThresholdChannel(const ChannelType channel_, 663 void blurChannel(const ChannelType channel_,const double radius_=0.0, 674 void brightnessContrastChannel(const ChannelType channel_, 687 void channel(const ChannelType channel_); [all …]
|
/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/tensorflow/tensorflow/compiler/xla/service/ |
D | channel_tracker.h | 52 ChannelHandle::ChannelType type; 57 StatusOr<ChannelHandle> NewChannel(ChannelHandle::ChannelType type); 70 ChannelHandle AllocateHandle(ChannelHandle::ChannelType type)
|
D | channel_tracker.cc | 35 ChannelHandle::ChannelType type) { in NewChannel() 66 ChannelHandle ChannelTracker::AllocateHandle(ChannelHandle::ChannelType type) { in AllocateHandle()
|
/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;
|
/external/ImageMagick/MagickCore/ |
D | image.h | 287 ChannelType 365 ChannelType 448 ChannelType 497 extern MagickExport ChannelType 498 SetImageChannelMask(Image *,const ChannelType);
|
D | pixel.h | 65 } ChannelType; /* must correspond to PixelChannel */ typedef 215 extern MagickExport ChannelType 216 SetPixelChannelMask(Image *,const ChannelType);
|
D | channel.c | 202 ChannelType in ChannelFxImage() 381 destination_image->channels=(ChannelType) in ChannelFxImage() 387 destination_image->channels=(ChannelType) in ChannelFxImage() 393 destination_image->channels=(ChannelType) in ChannelFxImage() 406 channel_mask=(ChannelType) (channel_mask | ParseChannelOption(token)); in ChannelFxImage() 439 channel_mask=(ChannelType) (channel_mask | in ChannelFxImage() 709 const ChannelType channel_type,ExceptionInfo *exception) in SeparateImage() 869 separate_image=SeparateImage(image,(ChannelType) (1UL << channel), in SeparateImages()
|
/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/ |
D | EndpointFactory.java | 9 ClientEndpoint newClient(ChannelType channelType, int port, String[] protocols, in newClient() 12 ServerEndpoint newServer(ChannelType channelType, int messageSize, in newServer()
|
D | ServerSocketBenchmark.java | 46 ChannelType channelType(); in channelType() 62 final ChannelType channelType = config.channelType(); in ServerSocketBenchmark() 89 ChannelType.CHANNEL, server.port(), getProtocols(), ciphers(config)); in ServerSocketBenchmark()
|
D | ClientSocketBenchmark.java | 41 ChannelType channelType(); in channelType() 62 ChannelType.CHANNEL, config.messageSize(), config.protocol().getProtocols(), in ClientSocketBenchmark()
|
D | ServerEndpoint.java | 64 private final ChannelType channelType; 79 ChannelType channelType, int messageSize, String[] protocols, in ServerEndpoint()
|
/external/conscrypt/repackaged/benchmark-base/src/main/java/com/android/org/conscrypt/ |
D | EndpointFactory.java | 10 ClientEndpoint newClient(ChannelType channelType, int port, String[] protocols, in newClient() 13 ServerEndpoint newServer(ChannelType channelType, int messageSize, in newServer()
|
D | ServerSocketBenchmark.java | 48 ChannelType channelType(); in channelType() 64 final ChannelType channelType = config.channelType(); in ServerSocketBenchmark() 91 ChannelType.CHANNEL, server.port(), getProtocols(), ciphers(config)); in ServerSocketBenchmark()
|
D | ClientSocketBenchmark.java | 43 ChannelType channelType(); in channelType() 64 ChannelType.CHANNEL, config.messageSize(), config.protocol().getProtocols(), in ClientSocketBenchmark()
|
/external/conscrypt/repackaged/benchmark-android/src/main/java/com/android/org/conscrypt/ |
D | CaliperClientSocketBenchmark.java | 48 public ChannelType channelType; 90 public ChannelType channelType() { in channelType()
|
D | AndroidEndpointFactory.java | 27 public ClientEndpoint newClient(ChannelType channelType, int port, String[] protocols, in newClient() 34 public ServerEndpoint newServer(ChannelType channelType, int messageSize, in newServer()
|
/external/conscrypt/benchmark-android/src/main/java/org/conscrypt/ |
D | CaliperClientSocketBenchmark.java | 46 public ChannelType channelType; 88 public ChannelType channelType() { in channelType()
|
D | AndroidEndpointFactory.java | 25 public ClientEndpoint newClient(ChannelType channelType, int port, String[] protocols, in newClient() 32 public ServerEndpoint newServer(ChannelType channelType, int messageSize, in newServer()
|
/external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/ |
D | JmhServerSocketBenchmark.java | 62 public ChannelType channelType; 111 public ChannelType channelType() { in channelType()
|
D | JmhClientSocketBenchmark.java | 77 public ChannelType channelType; 120 public ChannelType channelType() { in channelType()
|
D | OpenJdkEndpointFactory.java | 27 public ClientEndpoint newClient(ChannelType channelType, int port, String[] protocols, in newClient() 34 public ServerEndpoint newServer(ChannelType channelType, int messageSize, in newServer()
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 466 void Magick::Image::channelDepth(const ChannelType channel_, in channelDepth() 477 size_t Magick::Image::channelDepth(const ChannelType channel_) in channelDepth() 1755 void Magick::Image::adaptiveSharpenChannel(const ChannelType channel_, in adaptiveSharpenChannel() 1794 void Magick::Image::addNoiseChannel(const ChannelType channel_, in addNoiseChannel() 2012 void Magick::Image::autoGammaChannel(const ChannelType channel_) in autoGammaChannel() 2031 void Magick::Image::autoLevelChannel(const ChannelType channel_) in autoLevelChannel() 2072 void Magick::Image::blackThresholdChannel(const ChannelType channel_, in blackThresholdChannel() 2105 void Magick::Image::blurChannel(const ChannelType channel_, in blurChannel() 2143 void Magick::Image::brightnessContrastChannel(const ChannelType channel_, in brightnessContrastChannel() 2176 void Magick::Image::channel(const ChannelType channel_) in channel() [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;
|
/external/ImageMagick/MagickWand/ |
D | magick-image.h | 29 extern WandExport ChannelType 30 MagickSetImageChannelMask(MagickWand *,const ChannelType); 245 MagickSeparateImage(MagickWand *,const ChannelType), 316 MagickThresholdImageChannel(MagickWand *,const ChannelType,const double),
|