Home
last modified time | relevance | path

Searched defs:channel_active (Results 1 – 16 of 16) sorted by relevance

/dports/multimedia/svt-vp9/SVT-VP9-0.3.0/Source/App/
H A DEbAppMain.c98 EbBool channel_active[MAX_CHANNEL_NUMBER]; in main() local
/dports/multimedia/gstreamer1-plugins-svt-vp9/SVT-VP9-0.3.0/Source/App/
H A DEbAppMain.c98 EbBool channel_active[MAX_CHANNEL_NUMBER]; in main() local
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sndhrdw/
H A Dcchasm_sndhrdw.c128 static int channel[2], channel_active[2]; variable
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sndhrdw/
H A Dcchasm_sndhrdw.c128 static int channel[2], channel_active[2]; variable
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sndhrdw/
H A Dcchasm.c127 static int channel[2], channel_active[2]; variable
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/core/util/
H A DAnalyzer.h263 …inline bool channel_active(size_t channel) const { return (channel < nChannels) ? vChannels[channe… in channel_active() function
/dports/emulators/mess/mame-mame0226/src/devices/cpu/h8/
H A Dh8_timer16.h107 bool channel_active; variable
/dports/emulators/mame/mame-mame0226/src/devices/cpu/h8/
H A Dh8_timer16.h107 bool channel_active; variable
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Daudio_generic.cpp276 bool channel_active = false; in Decode() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/firewire/
H A Dfiredtv.h102 unsigned long channel_active; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/firewire/
H A Dfiredtv.h102 unsigned long channel_active; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/firewire/
H A Dfiredtv.h102 unsigned long channel_active; member
/dports/net-p2p/c-lightning/lightning-0.10.2/lightningd/
H A Dchannel.h435 static inline bool channel_active(const struct channel *channel) in channel_active() function
/dports/irc/evangeline/evangeline-msa/src/
H A Dchan.h217 #define channel_active(chan) (chan->status & CHAN_ACTIVE) macro
/dports/irc/evangeline/evangeline/src/
H A Dchan.h219 #define channel_active(chan) (chan->status & CHAN_ACTIVE) macro
/dports/irc/eggdrop/eggdrop-1.9.1/src/
H A Dchan.h264 #define channel_active(chan) (chan->status & CHAN_ACTIVE) macro