Home
last modified time | relevance | path

Searched defs:activityLevel (Results 1 – 15 of 15) sorted by relevance

/dports/irc/quassel/quassel-0.14-rc2/src/uisupport/
H A Dbufferviewoverlayfilter.cpp86 …int activityLevel = sourceModel()->data(source_bufferIndex, NetworkModel::BufferActivityRole).toIn… in filterAcceptsRow() local
H A Dbufferviewfilter.cpp308 …int activityLevel = sourceModel()->data(source_bufferIndex, NetworkModel::BufferActivityRole).toIn… in filterAcceptBuffer() local
/dports/irc/quassel-core/quassel-0.14-rc2/src/uisupport/
H A Dbufferviewoverlayfilter.cpp86 …int activityLevel = sourceModel()->data(source_bufferIndex, NetworkModel::BufferActivityRole).toIn… in filterAcceptsRow() local
H A Dbufferviewfilter.cpp308 …int activityLevel = sourceModel()->data(source_bufferIndex, NetworkModel::BufferActivityRole).toIn… in filterAcceptBuffer() local
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libmedia/ffmpeg/
H A DAudioInputFfmpeg.h48 virtual double activityLevel() const { in activityLevel() function
H A DVideoInputFfmpeg.h51 double activityLevel () const { return _activityLevel; } in activityLevel() function
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libmedia/haiku/
H A DAudioInputHaiku.h48 virtual double activityLevel() const { in activityLevel() function
H A DVideoInputHaiku.h49 double activityLevel () const { return _activityLevel; } in activityLevel() function
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libmedia/gst/
H A DVideoInputGst.h132 double activityLevel () const { return _activityLevel; } in activityLevel() function
H A DAudioInputGst.h258 virtual double activityLevel() const { in activityLevel() function
/dports/irc/quassel-core/quassel-0.14-rc2/src/client/
H A Dnetworkmodel.h134 inline BufferInfo::ActivityLevel activityLevel() const { return _activity; } in activityLevel() function
/dports/irc/quassel/quassel-0.14-rc2/src/client/
H A Dnetworkmodel.h134 inline BufferInfo::ActivityLevel activityLevel() const { return _activity; } in activityLevel() function
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/asobj/
H A DMicrophone_as.cpp203 int activityLevel() const { in activityLevel() function in gnash::__anon6341f8310211::Microphone_as
H A DCamera_as.cpp184 double activityLevel() const { in activityLevel() function in gnash::__anon11f5f9660211::Camera_as
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/dom/
H A DASTNodes.java188 private ExprActivity activityLevel= ExprActivity.PASSIVE_WITHOUT_FALLING_THROUGH; field in ASTNodes.ExprActivityVisitor