Home
last modified time | relevance | path

Searched defs:channelEntry (Results 1 – 11 of 11) sorted by relevance

/dports/misc/orion/orion-1.6.7-12-gec8400c/src/model/
H A Dvodmanager.cpp91 …for (auto channelEntry = channelVodLastPositions.begin(); channelEntry != channelVodLastPositions.… in saveSettings() local
141 auto channelEntry = channelVodLastPositions.find(channel); in setVodLastPlaybackPosition() local
164 auto channelEntry = channelVodLastPositions.find(channel); in vodLastPlaybackPositionLoaded() local
175 auto channelEntry = channelVodLastPositions.find(channel); in getVodLastPlaybackPosition() local
191 auto channelEntry = channelVodLastPositions.find(channel); in getChannelVodsLastPlaybackPositions() local
H A Dbadgecontainer.cpp25 auto channelEntry = channelBadgeUrls.find(channelId); in getChannelBadgeUrl() local
40 auto channelEntry = channelBadgeBetaUrls.find(channel); in getChannelBadgeBetaUrl() local
58 auto channelEntry = channelBitsUrls.find(channelId); in getChannelBitsUrl() local
73 auto channelEntry = channelBitsColors.find(channelId); in getChannelBitsColor() local
H A Dircchat.cpp553 auto channelEntry = badgesByChannel.find(channel); in addBadges() local
/dports/games/zdoom/zdoom-2.8.1/src/oplsynth/
H A Dmuslib.h232 struct channelEntry { struct
233 uchar channel; /* MUS channel number */
234 uchar note; /* note number */
235 uchar flags; /* see CH_xxx below */
236 uchar realnote; /* adjusted note number */
237 schar finetune; /* frequency fine-tune */
238 sint pitch; /* pitch-wheel value */
239 uint volume; /* note volume */
240 uint realvolume; /* adjusted note volume */
241 struct OPL2instrument *instr; /* current instrument */
[all …]
/dports/games/scorched3d/scorched/src/client/GLW/
H A DGLWChannelText.cpp251 GLWChannelView::CurrentChannelEntry *channelEntry = view_.getChannel( in processNotVisibleKey() local
492 GLWChannelView::CurrentChannelEntry *channelEntry = in processSpecialText() local
505 GLWChannelView::CurrentChannelEntry *channelEntry = in processSpecialText() local
517 GLWChannelView::CurrentChannelEntry *channelEntry = in processSpecialText() local
530 GLWChannelView::CurrentChannelEntry *channelEntry = in processSpecialText() local
804 GLWChannelView::CurrentChannelEntry *channelEntry = in itemSelected() local
847 GLWChannelView::CurrentChannelEntry *channelEntry = in itemSelected() local
904 GLWChannelView::CurrentChannelEntry *channelEntry = view_.getChannel( in channelValid() local
949 GLWChannelView::CurrentChannelEntry *channelEntry = view_.getChannel( in checkCurrentChannel() local
/dports/games/scorched3d/scorched/src/server/server/
H A DServerChannelManager.cpp296 ChannelEntry *channelEntry = (*itor); in getAllChannels() local
359 ChannelEntry *channelEntry = (*itor); in refreshDestination() local
446 ChannelEntry *channelEntry = (*itor); in joinClient() local
507 ChannelEntry *channelEntry = getChannelEntryByName(text.getChannel()); in actualSend() local
676 ChannelEntry *channelEntry = getChannelEntryByName( in processChannelTextMessage() local
/dports/graphics/pixie/Pixie/src/ri/
H A DshaderPl.h189 int channelEntry[TEXTURE3D_MAX_CHANNELS]; variable
/dports/net-mgmt/py-pysnmp-mibs/pysnmp-mibs-0.1.6/pysnmp_mibs/
H A DRFC1271-MIB.py333 channelEntry = MibTableRow((1, 3, 6, 1, 2, 1, 16, 7, 2, 1), ).setIndexNames((0, "RFC1271-MIB", "cha… variable
H A DRMON-MIB.py339 channelEntry = MibTableRow((1, 3, 6, 1, 2, 1, 16, 7, 2, 1), ).setIndexNames((0, "RMON-MIB", "channe… variable
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/dialogs/
H A DGUIDialogPVRTimerSettings.cpp881 for (const auto& channelEntry : pThis->m_channelEntries) in ChannelsFiller() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/remoting/
H A Dremotingconfigparser.cs1556RemotingXmlConfigFileData.ChannelEntry channelEntry, RemotingXmlConfigFileData configData, in ProcessSinkProviderNodes()