Home
last modified time | relevance | path

Searched refs:GetChannelCount (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/
Dcl_utils.cpp15 size_t GetChannelCount(cl_channel_order channelOrder) in GetChannelCount() function
62 size = GetChannelCount(image_format.image_channel_order); in GetElementSize()
69 size = 2u * GetChannelCount(image_format.image_channel_order); in GetElementSize()
74 size = 4u * GetChannelCount(image_format.image_channel_order); in GetElementSize()
Dcl_utils.h16 size_t GetChannelCount(cl_channel_order channelOrder);
/external/angle/src/libANGLE/renderer/
DFormat.h117 constexpr GLuint GetChannelCount(GLuint redBits, in GetChannelCount() function
170 channelCount(GetChannelCount(redBits, in Format()
/external/webrtc/modules/audio_coding/codecs/opus/
Daudio_encoder_opus.cc113 int GetChannelCount(const SdpAudioFormat& format) { in GetChannelCount() function
244 config.num_channels = GetChannelCount(format); in SdpToConfig()
/external/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc4052 hr = pEndpointVolume->GetChannelCount(&nChannelCount); in _EnumerateEndpointDevicesAll()