Home
last modified time | relevance | path

Searched +defs:process +defs:h (Results 176 – 200 of 1140) sorted by relevance

12345678910>>...46

/dports/audio/ecasound/ecasound-2.9.3/libecasound/
H A Daudiofx_amplitude.cpp106 void EFFECT_AMPLIFY::process(void) in process() function in EFFECT_AMPLIFY
196 void EFFECT_AMPLIFY_DB::process(void) in process() function in EFFECT_AMPLIFY_DB
269 void EFFECT_AMPLIFY_CLIPCOUNT::process(void) in process() function in EFFECT_AMPLIFY_CLIPCOUNT
364 void EFFECT_AMPLIFY_CHANNEL::process(void) in process() function in EFFECT_AMPLIFY_CHANNEL
420 void EFFECT_LIMITER::process(void) { in process() function in EFFECT_LIMITER
521 void EFFECT_COMPRESS::process(void) in process() function in EFFECT_COMPRESS
554 parameter_t h, in EFFECT_NOISEGATE()
629 void EFFECT_NOISEGATE::process(void) in process() function in EFFECT_NOISEGATE
791 void EFFECT_NORMAL_PAN::process(void) in process() function in EFFECT_NORMAL_PAN
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/movit/
H A Dfilter_movit_resize.cpp160 float h = float( rect.h - oheight ); in get_image() local
166 float h = float( *height - oheight ); in get_image() local
198 static mlt_frame process( mlt_filter filter, mlt_frame frame ) in process() function
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/opengl/
H A Dfilter_movit_resize.cpp160 float h = float( rect.h - oheight ); in get_image() local
166 float h = float( *height - oheight ); in get_image() local
198 static mlt_frame process( mlt_filter filter, mlt_frame frame ) in process() function
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/opengl/
H A Dfilter_movit_resize.cpp160 float h = float( rect.h - oheight ); in get_image() local
166 float h = float( *height - oheight ); in get_image() local
198 static mlt_frame process( mlt_filter filter, mlt_frame frame ) in process() function
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/opengl/
H A Dfilter_movit_resize.cpp160 float h = float( rect.h - oheight ); in get_image() local
166 float h = float( *height - oheight ); in get_image() local
198 static mlt_frame process( mlt_filter filter, mlt_frame frame ) in process() function
/dports/audio/caps-plugins/caps-0.4.5/dsp/
H A DFIR.h52 int h; variable
108 inline sample_t process (sample_t s) in process() function
173 int h; variable
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/caps/dsp/
H A DFIR.h52 int h; variable
108 inline sample_t process (sample_t s) in process() function
173 int h; variable
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/movit/
H A Dfilter_movit_resize.cpp160 float h = float( rect.h - oheight ); in get_image() local
166 float h = float( *height - oheight ); in get_image() local
198 static mlt_frame process( mlt_filter filter, mlt_frame frame ) in process() function
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/zvision/scripting/effects/
H A Dttytext_effect.cpp71 bool ttyTextNode::process(uint32 deltaTimeInMillis) { in process() function in ZVision::ttyTextNode
146 for (uint16 h = scrl; h < _img.h; h++) in scroll() local
/dports/lang/gcc8/gcc-8.5.0/libgo/go/os/signal/
H A Dsignal.go28 h *handler member
208 func process(sig os.Signal) { func
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/os/signal/
H A Dsignal.go28 h *handler member
208 func process(sig os.Signal) { func
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/os/signal/
H A Dsignal.go28 h *handler member
208 func process(sig os.Signal) { func
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/os/signal/
H A Dsignal.go28 h *handler member
208 func process(sig os.Signal) { func
/dports/games/scummvm/scummvm-2.5.1/engines/zvision/scripting/effects/
H A Dttytext_effect.cpp71 bool ttyTextNode::process(uint32 deltaTimeInMillis) { in process() function in ZVision::ttyTextNode
146 for (uint16 h = scrl; h < _img.h; h++) in scroll() local
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/os/signal/
H A Dsignal.go28 h *handler member
208 func process(sig os.Signal) { func
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/os/signal/
H A Dsignal.go28 h *handler member
208 func process(sig os.Signal) { func
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/os/signal/
H A Dsignal.go28 h *handler member
208 func process(sig os.Signal) { func
/dports/games/flightgear/flightgear-2020.3.11/src/Network/
H A Digc.cxx155 int h = t->getGmt()->tm_hour; in gen_message() local
211 bool IGCProtocol::process() in process() function in IGCProtocol
/dports/multimedia/QtAV/QtAV-1.13.0/examples/filters/
H A DSimpleFilter.cpp93 void SimpleFilter::process(Statistics *statistics, VideoFrame *frame) in process() function in QtAV::SimpleFilter
120 int h = fm.height(); in process() local
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/streammanagement/
H A DStreamManager.java141 public void process( Element element ) in process() method in StreamManager
155 long h = new Long(element.attributeValue("h")); in process() local
157 startResume( element.getNamespaceURI(), previd, h); in process() local
253 private void startResume(String namespace, String previd, long h) { in startResume()
414 private synchronized boolean validateClientAcknowledgement(long h) { in validateClientAcknowledgement()
423 private void processClientAcknowledgement(long h) { in processClientAcknowledgement()
465 final long h = Long.valueOf(ack.attributeValue("h")); in processClientAcknowledgement() local
544 public void onResume(JID serverAddress, long h) { in onResume()
/dports/www/aria2/aria2-1.36.0/src/
H A DRpcMethodImpl.cc228 std::unique_ptr<ValueBase> AddUriRpcMethod::process(const RpcRequest& req, in process() function in aria2::rpc::AddUriRpcMethod
424 std::unique_ptr<ValueBase> RemoveRpcMethod::process(const RpcRequest& req, in process() function in aria2::rpc::RemoveRpcMethod
456 std::unique_ptr<ValueBase> PauseRpcMethod::process(const RpcRequest& req, in process() function in aria2::rpc::PauseRpcMethod
499 ForcePauseAllRpcMethod::process(const RpcRequest& req, DownloadEngine* e) in process() function in aria2::rpc::ForcePauseAllRpcMethod
504 std::unique_ptr<ValueBase> UnpauseRpcMethod::process(const RpcRequest& req, in process() function in aria2::rpc::UnpauseRpcMethod
1179 const OptionHandler* h = oparser->find(pref); in pushRequestOption() local
1218 const OptionHandler* h = getOptionParser()->find(pref); in process() local
1227 ChangePositionRpcMethod::process(const RpcRequest& req, DownloadEngine* e) in process() function in aria2::rpc::ChangePositionRpcMethod
1376 ForceShutdownRpcMethod::process(const RpcRequest& req, DownloadEngine* e) in process() function in aria2::rpc::ForceShutdownRpcMethod
1382 GetGlobalStatRpcMethod::process(const RpcRequest& req, DownloadEngine* e) in process() function in aria2::rpc::GetGlobalStatRpcMethod
[all …]
/dports/finance/R-cran-strucchange/strucchange/R/
H A Defp.R4 h = 0.15, dynamic = FALSE, rescale = TRUE, lrvar = FALSE, vcov = NULL) argument
56 retval <- list(process = NULL, nameattr
79 process <- cumsum(c(0,w))/(sigma*sqrt(n-k)) functionVar
457 pvalue.efp <- function(x, lim.process, alt.boundary, functional = "max", h = NULL, k = NULL) argument
606 "Chow", "supF", "aveF", "expF"), h = 0.15, alt.boundary = FALSE, functional = c("max", "range", argument
678 process <- efp(formula, type = type, h = h, data = data, ...) functionVar
693 h <- x$par functionVar
770 h <- x$par functionVar
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/os/signal/
H A Dsignal.go28 h *handler member
214 func process(sig os.Signal) { func
/dports/lang/gcc9/gcc-9.4.0/libgo/go/os/signal/
H A Dsignal.go28 h *handler member
214 func process(sig os.Signal) { func
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/os/signal/
H A Dsignal.go28 h *handler member
214 func process(sig os.Signal) { func

12345678910>>...46