/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/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/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() 1178 std::ostream& operator<< (std::ostream& str, TextureFormat::ChannelType type);
|
D | tcuTextureUtil.cpp | 115 bool isCombinedDepthStencilType (TextureFormat::ChannelType type) in isCombinedDepthStencilType() 157 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType) in getTextureChannelClass() 342 static Vec2 getFloatChannelValueRange (TextureFormat::ChannelType channelType) in getFloatChannelValueRange() 504 static IVec4 getChannelBitDepth (TextureFormat::ChannelType channelType) in getChannelBitDepth() 571 static IVec4 getChannelMantissaBitDepth (TextureFormat::ChannelType channelType) in getChannelMantissaBitDepth()
|
D | tcuTexture.cpp | 260 int getChannelSize (TextureFormat::ChannelType type) in getChannelSize() 324 inline float channelToFloat (const deUint8* value, TextureFormat::ChannelType type) in channelToFloat() 354 inline int channelToInt (const deUint8* value, TextureFormat::ChannelType type) in channelToInt() 384 void floatToChannel (deUint8* dst, float src, TextureFormat::ChannelType type) in floatToChannel() 441 void intToChannel (deUint8* dst, int src, TextureFormat::ChannelType type) in intToChannel() 663 const TextureFormat::ChannelType type = format.type; in getPixelSize() 3765 std::ostream& operator<< (std::ostream& str, TextureFormat::ChannelType type) in operator <<()
|
/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/deqp/modules/gles31/functional/ |
D | es31fShaderImageLoadStoreTests.cpp | 134 static inline bool isFormatTypeUnsignedInteger (TextureFormat::ChannelType type) in isFormatTypeUnsignedInteger() 141 static inline bool isFormatTypeSignedInteger (TextureFormat::ChannelType type) in isFormatTypeSignedInteger() 148 static inline bool isFormatTypeInteger (TextureFormat::ChannelType type) in isFormatTypeInteger() 153 static inline bool isFormatTypeUnorm (TextureFormat::ChannelType type) in isFormatTypeUnorm() 160 static inline bool isFormatTypeSnorm (TextureFormat::ChannelType type) in isFormatTypeSnorm() 236 static inline string getShaderSamplerOrImageType (TextureFormat::ChannelType formatType, TextureTyp… in getShaderSamplerOrImageType() 252 static inline string getShaderImageType (TextureFormat::ChannelType formatType, TextureType imageTy… in getShaderImageType() 257 static inline string getShaderSamplerType (TextureFormat::ChannelType formatType, TextureType image… in getShaderSamplerType() 1303 …template <TextureFormat::ChannelType ImageFormatType, typename TcuFloatType, typename TcuFloatStor… 1313 template <TextureFormat::ChannelType ImageFormatType, typename TcuFloatType, typename TcuFloatTypeS…
|
D | es31fTextureGatherTests.cpp | 112 static inline bool isUnormFormatType (tcu::TextureFormat::ChannelType type) in isUnormFormatType() 119 static inline bool isSIntFormatType (tcu::TextureFormat::ChannelType type) in isSIntFormatType() 126 static inline bool isUIntFormatType (tcu::TextureFormat::ChannelType type) in isUIntFormatType()
|
/external/webrtc/webrtc/voice_engine/ |
D | voe_hardware_impl.cc | 263 AudioDeviceModule::ChannelType recCh = AudioDeviceModule::kChannelBoth; in SetRecordingDevice()
|
/external/deqp/modules/internal/ |
D | ditTextureFormatTests.cpp | 1585 …rmat format ((TextureFormat::ChannelOrder)channelOrder, (TextureFormat::ChannelType)channelType); in createTextureFormatTests()
|
/external/deqp/framework/referencerenderer/ |
D | rrRenderer.cpp | 973 …getFloatingPointMinimumResolvableDifference (float maxZValue, tcu::TextureFormat::ChannelType type) in getFloatingPointMinimumResolvableDifference() 1001 const tcu::TextureFormat::ChannelType channelType = format.type; in findPrimitiveMinimumResolvableDifference()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 396 static tcu::TextureFormat::ChannelType mapGLChannelType (deUint32 dataType, bool normalized) in mapGLChannelType()
|
/external/webrtc/webrtc/modules/audio_device/test/ |
D | func_test_manager.cc | 316 AudioDeviceModule::ChannelType in RecordedDataIsAvailable()
|
D | audio_device_test_api.cc | 1492 AudioDeviceModule::ChannelType channelType(AudioDeviceModule::kChannelBoth); in TEST_F()
|
/external/deqp/modules/glshared/ |
D | glsShaderExecUtil.cpp | 549 tcu::TextureFormat::ChannelType channelType; in getRenderbufferFormatForOutput()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.cpp | 543 tcu::TextureFormat::ChannelType channelType; in getRenderbufferFormatForOutput()
|