Home
last modified time | relevance | path

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

1234

/external/ImageMagick/Magick++/lib/Magick++/
DImage.h157 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/
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/tensorflow/tensorflow/compiler/xla/service/
Dchannel_tracker.h52 ChannelHandle::ChannelType type;
57 StatusOr<ChannelHandle> NewChannel(ChannelHandle::ChannelType type);
70 ChannelHandle AllocateHandle(ChannelHandle::ChannelType type)
Dchannel_tracker.cc35 ChannelHandle::ChannelType type) { in NewChannel()
66 ChannelHandle ChannelTracker::AllocateHandle(ChannelHandle::ChannelType type) { in AllocateHandle()
/external/webrtc/webrtc/modules/audio_device/
Daudio_device_buffer.h48 const AudioDeviceModule::ChannelType channel);
50 AudioDeviceModule::ChannelType& channel) const;
87 AudioDeviceModule::ChannelType _recChannel;
/external/ImageMagick/MagickCore/
Dimage.h287 ChannelType
365 ChannelType
448 ChannelType
497 extern MagickExport ChannelType
498 SetImageChannelMask(Image *,const ChannelType);
Dpixel.h65 } ChannelType; /* must correspond to PixelChannel */ typedef
215 extern MagickExport ChannelType
216 SetPixelChannelMask(Image *,const ChannelType);
Dchannel.c202 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/
DEndpointFactory.java9 ClientEndpoint newClient(ChannelType channelType, int port, String[] protocols, in newClient()
12 ServerEndpoint newServer(ChannelType channelType, int messageSize, in newServer()
DServerSocketBenchmark.java46 ChannelType channelType(); in channelType()
62 final ChannelType channelType = config.channelType(); in ServerSocketBenchmark()
89 ChannelType.CHANNEL, server.port(), getProtocols(), ciphers(config)); in ServerSocketBenchmark()
DClientSocketBenchmark.java41 ChannelType channelType(); in channelType()
62 ChannelType.CHANNEL, config.messageSize(), config.protocol().getProtocols(), in ClientSocketBenchmark()
DServerEndpoint.java64 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/
DEndpointFactory.java10 ClientEndpoint newClient(ChannelType channelType, int port, String[] protocols, in newClient()
13 ServerEndpoint newServer(ChannelType channelType, int messageSize, in newServer()
DServerSocketBenchmark.java48 ChannelType channelType(); in channelType()
64 final ChannelType channelType = config.channelType(); in ServerSocketBenchmark()
91 ChannelType.CHANNEL, server.port(), getProtocols(), ciphers(config)); in ServerSocketBenchmark()
DClientSocketBenchmark.java43 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/
DCaliperClientSocketBenchmark.java48 public ChannelType channelType;
90 public ChannelType channelType() { in channelType()
DAndroidEndpointFactory.java27 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/
DCaliperClientSocketBenchmark.java46 public ChannelType channelType;
88 public ChannelType channelType() { in channelType()
DAndroidEndpointFactory.java25 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/
DJmhServerSocketBenchmark.java62 public ChannelType channelType;
111 public ChannelType channelType() { in channelType()
DJmhClientSocketBenchmark.java77 public ChannelType channelType;
120 public ChannelType channelType() { in channelType()
DOpenJdkEndpointFactory.java27 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/
DImage.cpp466 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/
Daudio_device.h47 enum ChannelType { enum
155 virtual int32_t SetRecordingChannel(const ChannelType channel) = 0;
156 virtual int32_t RecordingChannel(ChannelType* channel) const = 0;
/external/ImageMagick/MagickWand/
Dmagick-image.h29 extern WandExport ChannelType
30 MagickSetImageChannelMask(MagickWand *,const ChannelType);
245 MagickSeparateImage(MagickWand *,const ChannelType),
316 MagickThresholdImageChannel(MagickWand *,const ChannelType,const double),

1234