Searched refs:ChannelType (Results 1 - 25 of 79) sorted by relevance

1234

/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
H A DEndpointFactory.java9 ClientEndpoint newClient(ChannelType channelType, int port, String[] protocols,
12 ServerEndpoint newServer(ChannelType channelType, int messageSize,
H A DServerSocketBenchmark.java46 ChannelType channelType();
62 final ChannelType channelType = config.channelType();
89 ChannelType.CHANNEL, server.port(), getProtocols(), ciphers(config));
H A DClientSocketBenchmark.java42 ChannelType channelType();
62 ChannelType.CHANNEL, config.messageSize(), getProtocols(), ciphers(config));
H A DServerEndpoint.java64 private final ChannelType channelType;
79 ChannelType channelType, int messageSize, String[] protocols,
H A DClientEndpoint.java39 ClientEndpoint(SSLSocketFactory socketFactory, ChannelType channelType, int port,
/external/ImageMagick/MagickCore/
H A Dchannel.h30 *SeparateImage(const Image *,const ChannelType,ExceptionInfo *),
H A Dpixel.h64 } ChannelType; /* must correspond to PixelChannel */ typedef in typeref:enum:__anon82
92 } PixelChannel; /* must correspond to ChannelType */
212 extern MagickExport ChannelType
213 SetPixelChannelMask(Image *,const ChannelType);
H A Dimage.h290 ChannelType
439 ChannelType
482 extern MagickExport ChannelType
483 SetImageChannelMask(Image *,const ChannelType);
/external/ImageMagick/Magick++/lib/Magick++/
H A 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...]
/external/webrtc/webrtc/modules/audio_device/
H A Daudio_device_buffer.h48 const AudioDeviceModule::ChannelType channel);
50 AudioDeviceModule::ChannelType& channel) const;
87 AudioDeviceModule::ChannelType _recChannel;
H A Daudio_device_buffer.cc204 int32_t AudioDeviceBuffer::SetRecordingChannel(const AudioDeviceModule::ChannelType channel)
232 int32_t AudioDeviceBuffer::RecordingChannel(AudioDeviceModule::ChannelType& channel) const
H A Daudio_device_impl.h154 int32_t SetRecordingChannel(const ChannelType channel) override;
155 int32_t RecordingChannel(ChannelType* channel) const override;
/external/mesa3d/src/gallium/state_trackers/nine/
H A Ddevice9video.c38 D3DAUTHENTICATEDCHANNELTYPE ChannelType,
37 NineDevice9Video_CreateAuthenticatedChannel( struct NineDevice9Video *This, D3DAUTHENTICATEDCHANNELTYPE ChannelType, IDirect3DAuthenticatedChannel9 **ppAuthenticatedChannel, HANDLE *pChannelHandle ) argument
H A Ddevice9video.h46 D3DAUTHENTICATEDCHANNELTYPE ChannelType,
/external/conscrypt/benchmark-android/src/main/java/org/conscrypt/
H A DCaliperClientSocketBenchmark.java43 public ChannelType channelType;
85 public ChannelType channelType() {
H A DAndroidEndpointFactory.java25 public ClientEndpoint newClient(ChannelType channelType, int port, String[] protocols,
32 public ServerEndpoint newServer(ChannelType channelType, int messageSize,
/external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
H A DJmhClientSocketBenchmark.java69 public ChannelType channelType;
112 public ChannelType channelType() {
H A DJmhServerSocketBenchmark.java62 public ChannelType channelType;
111 public ChannelType channelType() {
H A DOpenJdkEndpointFactory.java27 public ClientEndpoint newClient(ChannelType channelType, int port, String[] protocols,
34 public ServerEndpoint newServer(ChannelType channelType, int messageSize,
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
H A DPVRTTextureAPI.cpp49 EPVRTVariableType ChannelType = (EPVRTVariableType)sTextureHeader.u32ChannelType; local
171 if (ChannelType==ePVRTVarTypeSignedInteger || ChannelType==ePVRTVarTypeSignedIntegerNorm ||
172 ChannelType==ePVRTVarTypeSignedShort || ChannelType==ePVRTVarTypeSignedShortNorm ||
173 ChannelType==ePVRTVarTypeSignedByte || ChannelType==ePVRTVarTypeSignedByteNorm ||
174 ChannelType==ePVRTVarTypeSignedFloat)
186 if (ChannelType==ePVRTVarTypeSignedInteger || ChannelType
[all...]
/external/webrtc/webrtc/modules/audio_device/include/
H A Daudio_device.h47 enum ChannelType { enum in class:webrtc::AudioDeviceModule
155 virtual int32_t SetRecordingChannel(const ChannelType channel) = 0;
156 virtual int32_t RecordingChannel(ChannelType* channel) const = 0;
H A Dfake_audio_device.h112 virtual int32_t SetRecordingChannel(const ChannelType channel) { return 0; }
113 virtual int32_t RecordingChannel(ChannelType* channel) const { return 0; }
/external/ImageMagick/MagickWand/
H A 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/
H A DtcuTextureUtil.hpp42 bool isCombinedDepthStencilType (TextureFormat::ChannelType type);
67 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType);
/external/webrtc/talk/app/webrtc/test/
H A Dfakeaudiocapturemodule.h166 int32_t SetRecordingChannel(const ChannelType channel) override;
167 int32_t RecordingChannel(ChannelType* channel) const override;

Completed in 1171 milliseconds

1234