Home
last modified time | relevance | path

Searched refs:GetChannels (Results 251 – 275 of 558) sorted by relevance

1...<<11121314151617181920>>...23

/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/webaudio/
H A DAudioNodeEngine.h80 uint32_t GetChannels() const { return mContents.Length(); } in GetChannels() function
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/DisplayOutput/
H A DImage.h124 inline uint32 GetChannels( void ) const in GetChannels() function
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/kodi-dev-kit/include/kodi/c-api/addon-instance/
H A Dpvr.h159 enum PVR_ERROR(__cdecl* GetChannels)(const struct AddonInstance_PVR*, ADDON_HANDLE, bool);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebm/source/testing/
H A Dmkvparser_tests.cc163 EXPECT_EQ(kChannels, audio_track->GetChannels()); in TEST_F()
426 EXPECT_EQ(6, audio_track->GetChannels()); in TEST_F()
525 EXPECT_EQ(2, audio_track->GetChannels()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebm/source/testing/
H A Dmkvparser_tests.cc163 EXPECT_EQ(kChannels, audio_track->GetChannels()); in TEST_F()
426 EXPECT_EQ(6, audio_track->GetChannels()); in TEST_F()
525 EXPECT_EQ(2, audio_track->GetChannels()); in TEST_F()
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/aliyun-tablestore-go-sdk/tunnel/protocol/
H A Dtunnelservice.pb.go537 func (m *DescribeTunnelResponse) GetChannels() []*ChannelInfo { func
727 func (m *HeartbeatRequest) GetChannels() []*Channel { func
744 func (m *HeartbeatResponse) GetChannels() []*Channel { func
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/addons/
H A DPVRClients.cpp546 PVR_ERROR CPVRClients::GetChannels(CPVRChannelGroupInternal* group, std::vector<int>& failedClients) in GetChannels() function in CPVRClients
549 return client->GetChannels(*group, group->IsRadio()); in GetChannels()
/dports/games/spring/spring_98.0/rts/System/Sound/OpenAL/
H A DSoundSource.cpp172 if (item->buffer->GetChannels() > 1) { in Play()
/dports/www/mattermost-server/mattermost-server-6.0.2/store/searchlayer/
H A Dfile_info_layer.go163 …userChannels, nErr := s.rootStore.Channel().GetChannels(teamId, userId, paramsList[0].IncludeDelet…
H A Dpost_layer.go145 …userChannels, err2 := s.rootStore.Channel().GetChannels(teamId, userId, paramsList[0].IncludeDelet…
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/kodi-dev-kit/include/kodi/addon-instance/
H A DAudioDecoder.h205 int GetChannels() const { return m_cStructure->channels; } in GetChannels() function
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dcatalog_handler.cpp187 std::vector<std::string> CatalogHandler::GetChannels() in GetChannels() function in CatalogHandler
H A Dcatalog_mgr.cpp202 int channels = catalog->GetChannels().size(); in UrlStatus()
425 for (auto channel: catalog->GetChannels()) { in UrlChannel()
/dports/audio/audacity/audacity-Audacity-3.1.3/libraries/lib-ffmpeg-support/impl/avutil/
H A DAVFrameWrapperImpl.inl313 int GetChannels() const noexcept override function in AVFrameWrapperImpl
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/mattermost-api-50200.11.0/
H A Dmattermost-api.cabal105 main-is: GetChannels.hs
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/src/
H A DTSReader.cpp120 if ((tsInfo.m_stream->stream_info.channels != static_cast<int>(info.GetChannels())) || in GetInformation()
/dports/devel/ptlib/ptlib-2.10.11/plugins/sound_shm/
H A Dsound_shm.cxx345 unsigned PSoundChannelSHM::GetChannels() const in GetChannels() function in PSoundChannelSHM
/dports/irc/anope/anope-2.0.9/src/
H A Dbots.cpp149 const std::set<ChannelInfo *> &BotInfo::GetChannels() const in GetChannels() function in BotInfo
/dports/www/mattermost-server/mattermost-server-6.0.2/store/storetest/
H A Dretention_policy_store.go44 channels, err := ss.RetentionPolicy().GetChannels(policyID, 0, 1000)
418 channels, err := ss.RetentionPolicy().GetChannels(policy.ID, 0, 1)
426 channels, err := ss.RetentionPolicy().GetChannels(policy.ID, 0, len(channelIDs))
/dports/graphics/libpgf/PGF/Console/src/
H A DPGF.cpp103 const int channels1 = image1.GetChannels(); ASSERT(channels1 <= MaxChannels); in PSNR()
105 const int channels2 = image2.GetChannels(); ASSERT(channels2 <= MaxChannels); in PSNR()
/dports/security/vuls/vuls-0.13.7/vendor/github.com/nlopes/slack/slacktest/
H A Dhandlers.go22 ctx = context.WithValue(ctx, ServerBotChannelsContextKey, server.GetChannels())
/dports/net-p2p/libswift/libswift-dc0cbcc/ext/
H A Dlive_picker.cpp457 channels_t *chansptr = transfer_->GetChannels();
/dports/www/beehive/beehive-0.4.0/vendor/github.com/nlopes/slack/slacktest/
H A Dhandlers.go22 ctx = context.WithValue(ctx, ServerBotChannelsContextKey, server.GetChannels())
/dports/net-im/sayaka/sayaka-3.5.1/src/
H A DSixelConverter.cpp96 img.GetChannels(), in LoadAfter()
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Daudio_player_dsound.cpp114 waveFormat.nChannels = provider->GetChannels(); in DirectSoundPlayer()

1...<<11121314151617181920>>...23