Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/
Daudio_device_buffer.h48 const AudioDeviceModule::ChannelType channel);
50 AudioDeviceModule::ChannelType& channel) const;
87 AudioDeviceModule::ChannelType _recChannel;
Daudio_device_impl.h154 int32_t SetRecordingChannel(const ChannelType channel) override;
155 int32_t RecordingChannel(ChannelType* channel) const override;
Daudio_device_buffer.cc204 int32_t AudioDeviceBuffer::SetRecordingChannel(const AudioDeviceModule::ChannelType channel) in SetRecordingChannel()
232 int32_t AudioDeviceBuffer::RecordingChannel(AudioDeviceModule::ChannelType& channel) const in RecordingChannel()
Daudio_device_impl.cc1048 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/
Daudio_device.h47 enum ChannelType { enum
155 virtual int32_t SetRecordingChannel(const ChannelType channel) = 0;
156 virtual int32_t RecordingChannel(ChannelType* channel) const = 0;
Dfake_audio_device.h112 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/
DtcuTextureUtil.hpp42 bool isCombinedDepthStencilType (TextureFormat::ChannelType type);
67 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType);
DtcuTexture.hpp72 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);
DtcuTextureUtil.cpp115 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()
DtcuTexture.cpp260 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/
Dfakeaudiocapturemodule.h166 int32_t SetRecordingChannel(const ChannelType channel) override;
167 int32_t RecordingChannel(ChannelType* channel) const override;
Dfakeaudiocapturemodule.cc485 const ChannelType channel) { in SetRecordingChannel()
495 int32_t FakeAudioCaptureModule::RecordingChannel(ChannelType* channel) const { in RecordingChannel()
/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp134 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…
Des31fTextureGatherTests.cpp112 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/
Dvoe_hardware_impl.cc263 AudioDeviceModule::ChannelType recCh = AudioDeviceModule::kChannelBoth; in SetRecordingDevice()
/external/deqp/modules/internal/
DditTextureFormatTests.cpp1585 …rmat format ((TextureFormat::ChannelOrder)channelOrder, (TextureFormat::ChannelType)channelType); in createTextureFormatTests()
/external/deqp/framework/referencerenderer/
DrrRenderer.cpp973 …getFloatingPointMinimumResolvableDifference (float maxZValue, tcu::TextureFormat::ChannelType type) in getFloatingPointMinimumResolvableDifference()
1001 const tcu::TextureFormat::ChannelType channelType = format.type; in findPrimitiveMinimumResolvableDifference()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp396 static tcu::TextureFormat::ChannelType mapGLChannelType (deUint32 dataType, bool normalized) in mapGLChannelType()
/external/webrtc/webrtc/modules/audio_device/test/
Dfunc_test_manager.cc316 AudioDeviceModule::ChannelType in RecordedDataIsAvailable()
Daudio_device_test_api.cc1492 AudioDeviceModule::ChannelType channelType(AudioDeviceModule::kChannelBoth); in TEST_F()
/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp549 tcu::TextureFormat::ChannelType channelType; in getRenderbufferFormatForOutput()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp543 tcu::TextureFormat::ChannelType channelType; in getRenderbufferFormatForOutput()