Home
last modified time | relevance | path

Searched refs:play (Results 101 – 125 of 22165) sorted by relevance

12345678910>>...887

/dports/audio/madplay/madplay-0.15.2b/
H A Daudio_sun.c91 info.play.pause = flag; in set_pause()
125 info.play.sample_rate = config->speed; in config()
126 info.play.channels = config->channels; in config()
127 info.play.precision = bitdepth; in config()
142 config->channels = info.play.channels; in config()
143 config->speed = info.play.sample_rate; in config()
144 bitdepth = info.play.precision; in config()
197 int play(struct audio_play *play) in play() argument
204 len = audio_pcm(data, play->nsamples, play->samples[0], play->samples[1], in play()
205 play->mode, play->stats); in play()
[all …]
H A Daudio_null.c72 int play(struct audio_play *play) in play() argument
74 update_stats(play->stats, play->nsamples, play->samples[0]); in play()
75 if (play->samples[1]) in play()
76 update_stats(play->stats, play->nsamples, play->samples[1]); in play()
105 return play(&control->play); in audio_null()
/dports/games/gogui/gogui-1.4.10/test/junit/src/net/sf/gogui/go/
H A DBoardTest.java26 board.play(BLACK, GoPoint.get(0, 0)); in testBothPassed()
28 board.play(WHITE, null); in testBothPassed()
30 board.play(BLACK, null); in testBothPassed()
32 board.play(WHITE, null); in testBothPassed()
39 board.play(BLACK, GoPoint.get(0, 0)); in testCapture()
40 board.play(BLACK, GoPoint.get(1, 0)); in testCapture()
41 board.play(WHITE, GoPoint.get(0, 1)); in testCapture()
42 board.play(WHITE, GoPoint.get(1, 1)); in testCapture()
43 board.play(WHITE, GoPoint.get(2, 0)); in testCapture()
178 board.play(WHITE, point); in testPlayOnOccupied()
[all …]
/dports/audio/openal-soft/openal-soft-1.21.1/alc/backends/
H A Dsolaris.cpp164 info.play.sample_rate = mDevice->Frequency; in reset()
169 info.play.channels = numChannels; in reset()
174 info.play.precision = 8; in reset()
178 info.play.precision = 8; in reset()
188 info.play.precision = 16; in reset()
205 info.play.channels); in reset()
209 if(info.play.precision == 8 && info.play.encoding == AUDIO_ENCODING_LINEAR8) in reset()
211 else if(info.play.precision == 8 && info.play.encoding == AUDIO_ENCODING_LINEAR) in reset()
213 else if(info.play.precision == 16 && info.play.encoding == AUDIO_ENCODING_LINEAR) in reset()
215 else if(info.play.precision == 32 && info.play.encoding == AUDIO_ENCODING_LINEAR) in reset()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/sdi/
H A D_tabsh.sdi22 FN_FORMAT_TABLE_DLG // status(final|play)
45 FN_CALC_TABLE // status(final|play)
84 SID_ATTR_ULSPACE // status(final|play)
91 SID_ATTR_LRSPACE // status(final|play)
118 FN_GOTO_NEXT_CELL // status(final|play)
124 FN_GOTO_PREV_CELL // status(final|play)
129 FN_END_TABLE // status(final|play)
135 FN_START_TABLE // status(final|play)
149 FN_TABLE_INSERT_COL // status(final|play)
315 SID_AUTOFORMAT // status(final|play)
[all …]
H A D_frmsh.sdi193 SID_FRAME_TO_TOP // status(final|play)
200 SID_FRAME_TO_BOTTOM // status(final|play)
207 FN_FRAME_UP // status(final|play)
214 FN_FRAME_DOWN // status(final|play)
242 SID_ATTR_ULSPACE // status(final|play)
249 SID_ATTR_LRSPACE // status(final|play)
257 FN_FORMAT_FRAME_DLG // status(final|play)
263 FN_DRAW_WRAP_DLG // status(final|play)
277 SID_FRAME_LINECOLOR // status(final|play)
297 SID_OBJECT_ALIGN_LEFT // status(play|final)
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/sdi/
H A D_tabsh.sdi22 FN_FORMAT_TABLE_DLG // status(final|play)
45 FN_CALC_TABLE // status(final|play)
84 SID_ATTR_ULSPACE // status(final|play)
91 SID_ATTR_LRSPACE // status(final|play)
118 FN_GOTO_NEXT_CELL // status(final|play)
124 FN_GOTO_PREV_CELL // status(final|play)
129 FN_END_TABLE // status(final|play)
135 FN_START_TABLE // status(final|play)
149 FN_TABLE_INSERT_COL // status(final|play)
317 SID_AUTOFORMAT // status(final|play)
[all …]
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/imports/audioengine/
H A Dqdeclarative_sound_p.cpp441 void QDeclarativeSound::play() in play() function in QDeclarativeSound
443 play(QVector3D(), QVector3D(), QVector3D(), 1, 1); in play()
452 void QDeclarativeSound::play(qreal gain) in play() function in QDeclarativeSound
463 void QDeclarativeSound::play(qreal gain, qreal pitch) in play() function in QDeclarativeSound
476 play(position, QVector3D(), QVector3D(), 1, 1); in play()
487 play(position, velocity, QVector3D(), 1, 1); in play()
499 play(position, velocity, direction, 1, 1); in play()
510 play(position, QVector3D(), QVector3D(), gain, 1); in play()
522 play(position, velocity, QVector3D(), gain, 1); in play()
533 play(position, velocity, direction, gain, 1); in play()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/sdi/
H A Dappslots.sdi24 SID_ABOUT // ole(no) api(final/play/rec)
32 SID_QUITAPP // ole(req) api(final/play)
37 SID_LOGOUT // ole(req) api(final/play)
63 SID_CONFIG // ole(no) api(final/play/rec)
78 SID_CONFIGMENU // ole(no) api(final/play)
83 SID_CONFIGACCEL // ole(no) api(final/play)
266 SID_RUNMACRO // status(final|play)
271 SID_BASICCHOOSER // status(final|play)
286 SID_NEWSD // status(final|play)
291 FN_LABEL // status(final|play)
[all …]
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/BerlachUGens/sc/tests/
H A Dosnonlinear-test.scd8 { Clipper4.ar(SinOsc.ar(MouseX.kr(200, 5000), 0, 2), -0.2, 0.2) }.play
9 { Clipper8.ar(SinOsc.ar(MouseX.kr(200, 5000), 0, 2), -0.2, 0.2) }.play
10 { SinOsc.ar(MouseX.kr(200, 5000), 0, 2).clip2(0.2) }.play
12 { OSWrap4.ar(SinOsc.ar(MouseX.kr(200, 5000), 0, 2), -0.2, 0.2) }.play
13 { OSWrap8.ar(SinOsc.ar(MouseX.kr(200, 5000), 0, 2), -0.2, 0.2) }.play
14 { SinOsc.ar(MouseX.kr(200, 5000), 0, 2).wrap2(0.2) }.play
16 { OSFold4.ar(SinOsc.ar(MouseX.kr(200, 5000), 0, 2), -0.2, 0.2) }.play
18 { SinOsc.ar(MouseX.kr(200, 5000), 0, 2).fold2(0.2) }.play
20 { OSTrunc4.ar(SinOsc.ar(MouseX.kr(200, 5000), 0, 2), 0.2) }.play
21 { OSTrunc8.ar(SinOsc.ar(MouseX.kr(200, 5000), 0, 2), 0.2) }.play
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/ac/
H A Dglobal_room.cpp57 _GP(play).rtint_red = red; in SetAmbientTint()
58 _GP(play).rtint_green = green; in SetAmbientTint()
59 _GP(play).rtint_blue = blue; in SetAmbientTint()
60 _GP(play).rtint_level = opacity; in SetAmbientTint()
68 _GP(play).rtint_level = 0; in SetAmbientLightLevel()
69 _GP(play).rtint_light = light_level; in SetAmbientLightLevel()
180 _GP(play).roomscript_finished = 0; in CallRoomScript()
203 _GP(play).bg_frame_locked = 0; in SetBackgroundFrame()
207 _GP(play).bg_frame_locked = 1; in SetBackgroundFrame()
214 _GP(play).bg_frame = frnum; in SetBackgroundFrame()
[all …]
H A Dscreen.cpp49 _GP(play).screen_is_faded_out = 0; in my_fade_in()
51 if (_GP(play).no_hicolor_fadein) { in my_fade_in()
56 …_G(gfxDriver)->FadeIn(speed, p, _GP(play).fade_to_red, _GP(play).fade_to_green, _GP(play).fade_to_… in my_fade_in()
64 int theTransition = _GP(play).fade_effect; in current_fade_out_effect()
66 if (_GP(play).next_screen_transition >= 0) in current_fade_out_effect()
77 _GP(play).screen_is_faded_out = 1; in current_fade_out_effect()
121 return _GP(play).IsAutoRoomViewport(); in Screen_GetAutoSizeViewport()
125 _GP(play).SetAutoRoomViewport(on); in Screen_SetAutoSizeViewport()
129 return _GP(play).GetScriptViewport(0); in Screen_GetViewport()
133 return _GP(play).GetRoomViewportCount(); in Screen_GetViewportCount()
[all …]
H A Dspeech.cpp93 return _GP(play).speech_text_scover; in Speech_GetTextOverlay()
97 return _GP(play).speech_face_scover; in Speech_GetPortraitOverlay()
101 API_VARGET_INT(_GP(play).close_mouth_speech_time); in Sc_Speech_GetAnimationStopTimeMargin()
105 API_VARSET_PINT(_GP(play).close_mouth_speech_time); in Sc_Speech_SetAnimationStopTimeMargin()
125 API_VARGET_INT(_GP(play).talkanim_speed); in Sc_Speech_GetGlobalSpeechAnimationDelay()
133 API_VARSET_PINT(_GP(play).talkanim_speed); in Sc_Speech_SetGlobalSpeechAnimationDelay()
137 API_VARGET_INT(_GP(play).speech_portrait_x); in Sc_Speech_GetPortraitXOffset()
141 API_VARSET_PINT(_GP(play).speech_portrait_x); in Sc_Speech_SetPortraitXOffset()
145 API_VARGET_INT(_GP(play).speech_portrait_y); in Sc_Speech_GetPortraitY()
149 API_VARSET_PINT(_GP(play).speech_portrait_y); in Sc_Speech_SetPortraitY()
[all …]
/dports/math/SCIP/scip-7.0.3/src/cppad/local/optimize/
H A Dget_opt_op_info.hpp113 { OpCode op_a = play->GetOp(i_arg); in usage_cexp_result2arg()
301 size_t num_par = play->num_par_rec(); in get_opt_op_info()
304 parameter = play->GetPar(); in get_opt_op_info()
545 size_t j_op = play->var2op(arg[1]); in get_opt_op_info()
559 size_t j_op = play->var2op(arg[0]); in get_opt_op_info()
605 size_t j_op = play->var2op(arg[1]); in get_opt_op_info()
616 size_t j_op = play->var2op(arg[2]); in get_opt_op_info()
786 usage_cexp_result2arg(play, in get_opt_op_info()
889 switch( play->GetOp(i_op) ) in get_opt_op_info()
1025 { if( play->GetOp(i_op) == UserOp ) in get_opt_op_info()
[all …]
/dports/audio/xmp/xmp-4.1.0/src/
H A Dsound_solaris.c90 gain = ainfo.play.gain; in init()
91 port = ainfo.play.port; in init()
118 ainfo.play.sample_rate = options->rate; in init()
119 ainfo.play.channels = options->format & XMP_FORMAT_MONO ? 1 : 2; in init()
120 ainfo.play.precision = options->format & XMP_FORMAT_8BIT ? 8 : 16; in init()
121 ainfo.play.encoding = AUDIO_ENCODING_LINEAR; in init()
122 ainfo2.play.gain = ainfo.play.gain = gain; in init()
123 ainfo2.play.port = ainfo.play.port = port; in init()
124 ainfo2.play.buffer_size = ainfo.play.buffer_size = bsize; in init()
143 static void play(void *b, int i) in play() function
[all …]
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/sdl/
H A Dconsumer_sdl_preview.c41 mlt_consumer play; member
155 mlt_properties play = MLT_CONSUMER_PROPERTIES( self->play ); in consumer_start() local
286 mlt_consumer_purge( self->play ); in consumer_purge()
305 if ( self->play ) in consumer_thread()
351 mlt_consumer_purge( self->play ); in consumer_thread()
368 if ( self->active == self->play ) in consumer_thread()
413 mlt_consumer_stop( self->play ); in consumer_thread()
444 self->active = self->play; in consumer_thread()
448 if ( self->play ) in consumer_thread()
484 if ( self->play ) mlt_consumer_stop( self->play ); in consumer_thread()
[all …]
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/sdl/
H A Dconsumer_sdl_preview.c41 mlt_consumer play; member
151 mlt_properties play = MLT_CONSUMER_PROPERTIES( self->play ); in consumer_start() local
282 mlt_consumer_purge( self->play ); in consumer_purge()
301 if ( self->play ) in consumer_thread()
347 mlt_consumer_purge( self->play ); in consumer_thread()
364 if ( self->active == self->play ) in consumer_thread()
409 mlt_consumer_stop( self->play ); in consumer_thread()
440 self->active = self->play; in consumer_thread()
444 if ( self->play ) in consumer_thread()
480 if ( self->play ) mlt_consumer_stop( self->play ); in consumer_thread()
[all …]
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/sdl/
H A Dconsumer_sdl_preview.c41 mlt_consumer play; member
151 mlt_properties play = MLT_CONSUMER_PROPERTIES( self->play ); in consumer_start() local
282 mlt_consumer_purge( self->play ); in consumer_purge()
301 if ( self->play ) in consumer_thread()
347 mlt_consumer_purge( self->play ); in consumer_thread()
364 if ( self->active == self->play ) in consumer_thread()
409 mlt_consumer_stop( self->play ); in consumer_thread()
440 self->active = self->play; in consumer_thread()
444 if ( self->play ) in consumer_thread()
480 if ( self->play ) mlt_consumer_stop( self->play ); in consumer_thread()
[all …]
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/sdl/
H A Dconsumer_sdl_preview.c41 mlt_consumer play; member
155 mlt_properties play = MLT_CONSUMER_PROPERTIES( self->play ); in consumer_start() local
286 mlt_consumer_purge( self->play ); in consumer_purge()
305 if ( self->play ) in consumer_thread()
351 mlt_consumer_purge( self->play ); in consumer_thread()
368 if ( self->active == self->play ) in consumer_thread()
413 mlt_consumer_stop( self->play ); in consumer_thread()
444 self->active = self->play; in consumer_thread()
448 if ( self->play ) in consumer_thread()
484 if ( self->play ) mlt_consumer_stop( self->play ); in consumer_thread()
[all …]
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/sdl/
H A Dconsumer_sdl_preview.c41 mlt_consumer play; member
151 mlt_properties play = MLT_CONSUMER_PROPERTIES( self->play ); in consumer_start() local
282 mlt_consumer_purge( self->play ); in consumer_purge()
301 if ( self->play ) in consumer_thread()
347 mlt_consumer_purge( self->play ); in consumer_thread()
364 if ( self->active == self->play ) in consumer_thread()
409 mlt_consumer_stop( self->play ); in consumer_thread()
440 self->active = self->play; in consumer_thread()
444 if ( self->play ) in consumer_thread()
480 if ( self->play ) mlt_consumer_stop( self->play ); in consumer_thread()
[all …]
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/media/video/
H A Dvideo.cpp99 …rget->Blit(usebuf, 0,0,play.viewport.GetWidth()/2-fliwidth/2,play.viewport.GetHeight()/2-fliheight…
101 …StretchBlt(usebuf, RectWH(0,0,fliwidth,fliheight), RectWH(0,0,play.viewport.GetWidth(),play.viewpo…
115 play.screen_is_faded_out = 0;
117 if (play.fast_forward)
160 if ((fliwidth==play.viewport.GetWidth()) && (fliheight==play.viewport.GetHeight()))
162 else if ((fliwidth > play.viewport.GetWidth()) || (fliheight > play.viewport.GetHeight()))
353 float aspectRatioScreen = (float)play.viewport.GetWidth() / (float)play.viewport.GetHeight();
357 *targetWidth = play.viewport.GetWidth();
358 *targetHeight = play.viewport.GetHeight();
362 *targetWidth = play.viewport.GetWidth();
[all …]
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/StkUGens/sc/
H A DSTKtest.scd6 {StkPluck.ar}.play(s)
9 {StkMandolin.ar(mul:3)}.play(s) // prob
12 {StkSaxofony.ar(mul:0.1)}.play(s)
18 {StkVoicForm.ar}.play(s) // prob
21 {StkClarinet.ar(mul:0.2)}.play(s)
23 {StkBlowHole.ar(mul:7)}.play(s)
25 {StkMoog.ar}.play(s) // prob
27 {StkBeeThree.ar}.play(s) // prob
34 {StkFlute.ar(440, 35, 0.5, mul:1) }.play(s)
37 {StkBowed.ar(vibgain:1) }.play(s)
[all …]
/dports/audio/siren/siren-0.9/op/
H A Dsun.c103 return OP_SUN_GAIN_TO_PERCENT(info.play.gain); in op_sun_get_volume()
179 info.play.channels = sf->nchannels; in op_sun_start()
180 info.play.precision = sf->nbits; in op_sun_start()
181 info.play.sample_rate = sf->rate; in op_sun_start()
183 info.play.encoding = AUDIO_ENCODING_SLINEAR; in op_sun_start()
185 info.play.encoding = AUDIO_ENCODING_LINEAR; in op_sun_start()
201 info.play.sample_rate, info.play.channels, info.play.precision, in op_sun_start()
202 info.play.encoding); in op_sun_start()
204 if (info.play.channels != sf->nchannels) { in op_sun_start()
210 if (info.play.precision != sf->nbits) { in op_sun_start()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Classes/
H A DInBus.schelp14 }.play;
53 { InBus.kr(b, 1, 0).poll(2, "val"); 0.0 }.play;
54 { InBus.kr(b, 1, 1).poll(2, "val"); 0.0 }.play;
55 { InBus.kr(b, 1, 2).poll(2, "val"); 0.0 }.play;
56 { InBus.kr(b, 1, 3).poll(2, "val"); 0.0 }.play;
59 { InBus.kr(b, 2, 0).poll(2, "val"); 0.0 }.play;
60 { InBus.kr(b, 3, 0).poll(2, "val"); 0.0 }.play;
61 { InBus.kr(b, 4, 0).poll(2, "val"); 0.0 }.play;
63 { InBus.kr(b, 3, 5).poll(2, "val"); 0.0 }.play;
64 { InBus.kr(b, 3, 5, \wrap).poll(2, "val"); 0.0 }.play;
[all …]
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/Neuromodules/sc/
H A DNeuromodule-test.scd22 }.play
30 }.play
45 }.play
56 }.play
64 }.play
75 }.play
85 }.play
95 }.play
116 }.play
138 }.play
[all …]

12345678910>>...887