HomeSort by relevance Sort by last modified time
    Searched refs:ChannelType (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_device/
audio_device_buffer.h 49 const AudioDeviceModule::ChannelType channel);
51 AudioDeviceModule::ChannelType& channel) const;
88 AudioDeviceModule::ChannelType _recChannel;
audio_device_impl.h 165 virtual int32_t SetRecordingChannel(const ChannelType channel) OVERRIDE;
166 virtual int32_t RecordingChannel(ChannelType* channel) const OVERRIDE;
audio_device_buffer.cc 212 int32_t AudioDeviceBuffer::SetRecordingChannel(const AudioDeviceModule::ChannelType channel)
240 int32_t AudioDeviceBuffer::RecordingChannel(AudioDeviceModule::ChannelType& channel) const
audio_device_impl.cc     [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/include/
audio_device.h 45 enum ChannelType {
153 virtual int32_t SetRecordingChannel(const ChannelType channel) = 0;
154 virtual int32_t RecordingChannel(ChannelType* channel) const = 0;
fake_audio_device.h 112 virtual int32_t SetRecordingChannel(const ChannelType channel) { return 0; }
113 virtual int32_t RecordingChannel(ChannelType* channel) const { return 0; }
  /external/chromium_org/content/renderer/media/
webrtc_audio_device_not_impl.cc 207 const ChannelType channel) {
211 int32_t WebRtcAudioDeviceNotImpl::RecordingChannel(ChannelType* channel) const {
webrtc_audio_device_not_impl.h 87 virtual int32_t SetRecordingChannel(const ChannelType channel) OVERRIDE;
88 virtual int32_t RecordingChannel(ChannelType* channel) const OVERRIDE;
  /external/deqp/framework/common/
tcuTextureUtil.hpp 60 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType);
tcuTexture.hpp 66 enum ChannelType
98 ChannelType type;
100 TextureFormat (ChannelOrder order_, ChannelType type_)
    [all...]
tcuTextureUtil.cpp 74 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType)
76 switch (channelType)
199 static Vec2 getChannelValueRange (TextureFormat::ChannelType channelType)
204 switch (channelType)
293 static IVec4 getChannelBitDepth (TextureFormat::ChannelType channelType)
295 switch (channelType)
359 static IVec4 getChannelMantissaBitDepth (TextureFormat::ChannelType channelType
    [all...]
tcuTexture.cpp 211 int getChannelSize (TextureFormat::ChannelType type)
261 inline float channelToFloat (const deUint8* value, TextureFormat::ChannelType type)
285 inline int channelToInt (const deUint8* value, TextureFormat::ChannelType type)
309 void floatToChannel (deUint8* dst, float src, TextureFormat::ChannelType type)
346 void intToChannel (deUint8* dst, int src, TextureFormat::ChannelType type)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakeaudiocapturemodule.h 173 virtual int32_t SetRecordingChannel(const ChannelType channel) OVERRIDE;
174 virtual int32_t RecordingChannel(ChannelType* channel) const OVERRIDE;
fakeaudiocapturemodule.cc 495 const ChannelType channel) {
505 int32_t FakeAudioCaptureModule::RecordingChannel(ChannelType* channel) const {
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp 134 static inline bool isFormatTypeUnsignedInteger (TextureFormat::ChannelType type)
141 static inline bool isFormatTypeSignedInteger (TextureFormat::ChannelType type)
148 static inline bool isFormatTypeInteger (TextureFormat::ChannelType type)
153 static inline bool isFormatTypeUnorm (TextureFormat::ChannelType type)
160 static inline bool isFormatTypeSnorm (TextureFormat::ChannelType type)
236 static inline string getShaderSamplerOrImageType (TextureFormat::ChannelType formatType, TextureType textureType, bool isSampler)
252 static inline string getShaderImageType (TextureFormat::ChannelType formatType, TextureType imageType)
257 static inline string getShaderSamplerType (TextureFormat::ChannelType formatType, TextureType imageType)
    [all...]
es31fTextureGatherTests.cpp 112 static inline bool isUnormFormatType (tcu::TextureFormat::ChannelType type)
119 static inline bool isSIntFormatType (tcu::TextureFormat::ChannelType type)
126 static inline bool isUIntFormatType (tcu::TextureFormat::ChannelType type)
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_hardware_impl.cc 333 AudioDeviceModule::ChannelType recCh =
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 277 static tcu::TextureFormat::ChannelType mapGLChannelType (deUint32 dataType, bool normalized)
    [all...]
  /external/deqp/framework/referencerenderer/
rrRenderer.cpp     [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/test/
audio_device_test_api.cc     [all...]
func_test_manager.cc 266 AudioDeviceModule::ChannelType
    [all...]
  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 672 tcu::TextureFormat::ChannelType channelType;
676 case glu::TYPE_UINT: channelType = tcu::TextureFormat::UNSIGNED_INT32; break;
677 case glu::TYPE_INT: channelType = tcu::TextureFormat::SIGNED_INT32; break;
678 case glu::TYPE_BOOL: channelType = tcu::TextureFormat::SIGNED_INT32; break;
679 case glu::TYPE_FLOAT: channelType = useIntOutputs ? tcu::TextureFormat::UNSIGNED_INT32 : tcu::TextureFormat::FLOAT; break;
686 return tcu::TextureFormat(channelOrderMap[numComps-1], channelType);
    [all...]

Completed in 375 milliseconds