Home
last modified time | relevance | path

Searched refs:pulsed (Results 1 – 25 of 625) sorted by relevance

12345678910>>...25

/dports/multimedia/lives/lives-3.2.0/src/
H A Dpulse.c276 pulsed->real_seek_pos = pulsed->seek_pos; in sample_silence_pulse()
334 pulsed->real_seek_pos = pulsed->seek_pos; in pulse_audio_write_process()
365 pulsed->real_seek_pos = pulsed->seek_pos = 0; in pulse_audio_write_process()
374 if (pulsed->sound_buffer == pulsed->aPlayPtr->data) pulsed->sound_buffer = NULL; in pulse_audio_write_process()
380 pulsed->fd = pulsed->playing_file = -1; in pulse_audio_write_process()
417 if (pulsed->msgq && pulsed->msgq->next == pulsed->msgq) pulsed->msgq->next = NULL; in pulse_audio_write_process()
472pulsed->seek_pos += (pulsed->in_arate / pulsed->out_arate) * nsamples * pulsed->in_achans * pulsed in pulse_audio_write_process()
732 pulsed->seek_pos = pulsed->seek_end - pulsed->aPlayPtr->size; in pulse_audio_write_process()
819 …if (pulsed->in_asamps == pulsed->out_asamps && shrink_factor == 1. && pulsed->in_achans == pulsed-… in pulse_audio_write_process()
1134 …if (!pulsed->is_paused) pulsed->frames_written += xbytes / pulsed->out_achans / (pulsed->out_asamp… in pulse_audio_write_process()
[all …]
H A Daudio.c176 } else if (mainw->pulsed) { in init_audio_frame_buffers()
1018 abuf = mainw->pulsed->abufs[mainw->pulsed->read_abuf]; in sample_move_abuf_int16()
1078 mainw->pulsed->read_abuf++; in sample_move_abuf_int16()
1080 if (mainw->pulsed->read_abuf >= prefs->num_rtaudiobufs) mainw->pulsed->read_abuf = 0; in sample_move_abuf_int16()
1082 abuf = mainw->pulsed->abufs[mainw->pulsed->read_abuf]; in sample_move_abuf_int16()
1955 if (mainw->pulsed) { in preview_audio()
1956 if (mainw->pulsed->playing_file > 0 || mainw->pulsed->fd > 0) { in preview_audio()
1974 mainw->pulsed->fd = -1; in preview_audio()
1976 while (mainw->pulsed->playing_file > -1 || mainw->pulsed->fd > 0) { in preview_audio()
2771 if (!mainw->pulsed || !mainw->pulsed->abufs) return; in free_pulse_audio_buffers()
[all …]
H A Ddiagnostics.c48 if (prefs->audio_player == AUD_PLAYER_PULSE && mainw->pulsed && mainw->pulsed->in_use && in get_stats_msg()
49 …IS_VALID_CLIP(mainw->pulsed->playing_file) && mainw->files[mainw->pulsed->playing_file]->arate != … in get_stats_msg()
50 avsync = (double)mainw->pulsed->seek_pos in get_stats_msg()
51 …/ (double)mainw->files[mainw->pulsed->playing_file]->arate / 4.; //lives_pulse_get_pos(mainw->puls… in get_stats_msg()
52 …avsync -= ((double)mainw->files[mainw->pulsed->playing_file]->frameno - 1.) / mainw->files[mainw-> in get_stats_msg()
H A Dsaveplay.c2779 else mainw->pulsed->abufs[0]->arate = mainw->pulsed->out_arate;
2782 mainw->pulsed->abufs[0]->out_asamps = mainw->pulsed->out_asamps;
2787 else mainw->pulsed->abufs[i]->arate = mainw->pulsed->out_arate;
2788 mainw->pulsed->abufs[i]->out_asamps = mainw->pulsed->out_asamps;
2826 mainw->pulsed->read_abuf = -1;
2975 if (mainw->pulsed) {
2976 if (mainw->pulsed->playing_file > 0 || mainw->pulsed->fd > 0) {
2994 mainw->pulsed->fd = -1;
2996 while (mainw->pulsed->playing_file > -1 || mainw->pulsed->fd > 0) {
3040 mainw->pulsed->in_use = FALSE;
[all …]
H A Ddialogs.c1442 ((audio_ticks = lives_pulse_get_time(mainw->pulsed)) > in process_one()
1839 && (!mainw->pulsed || (mainw->pulsed->seek_pos == last_seek_pos in process_one()
1961 if (prefs->audio_player == AUD_PLAYER_PULSE && mainw->pulsed) { in process_one()
1962 aplay_file = mainw->pulsed->playing_file; in process_one()
1989 … mainw->startticks, new_ticks, (mainw->pulsed->in_use && IS_VALID_CLIP(mainw->pulsed->playing_file) in process_one()
1991 ? (double)mainw->pulsed->seek_pos in process_one()
1994 last_seek_pos = mainw->pulsed->seek_pos; in process_one()
2245 if (mainw->pulsed && !pa_time_reset(mainw->pulsed, 0)) { in reset_timebase()
2502 && mainw->pulsed->playing_file > -1) { in do_progress_dialog()
2503 if (!pulse_audio_seek_frame(mainw->pulsed, mainw->aframeno)) { in do_progress_dialog()
[all …]
H A Dutils.c1543 ((prefs->audio_src == AUDIO_SRC_INT && mainw->pulsed && mainw->pulsed->in_use && in lives_get_current_playback_ticks()
1822 …if (prefs->audio_player == AUD_PLAYER_PULSE && mainw->pulsed && mainw->pulsed->playing_file == fil… in check_for_audio_stop()
1911 if (mainw->pulsed) aplay_file = mainw->pulsed->playing_file; in calc_new_playback_position()
3853 if (mainw->pulsed) { in switch_aud_to_jack()
3855 mainw->pulsed = NULL; in switch_aud_to_jack()
3890 if (!mainw->pulsed) { in switch_aud_to_pulse()
3896 mainw->pulsed->in_use = FALSE; in switch_aud_to_pulse()
3991 if (mainw->pulsed) { in switch_aud_to_sox()
3993 mainw->pulsed = NULL; in switch_aud_to_sox()
4046 if (mainw->pulsed) { in switch_aud_to_none()
[all …]
H A Dmain.c1350 mainw->pulsed = mainw->pulsed_read = NULL; in lives_init()
2250 mainw->pulsed->in_use = FALSE; in lives_init()
2252 pulse_driver_activate(mainw->pulsed); in lives_init()
9927 if (mainw->pulsed) {
9951 if (mainw->pulsed->fd > 0) {
9974 mainw->pulsed->in_use = FALSE;
9978 mainw->pulsed->in_use = TRUE;
9995 mainw->pulsed->in_arate = -abs(mainw->pulsed->in_arate);
9997 mainw->pulsed->in_arate = abs(mainw->pulsed->in_arate);
9998 mainw->pulsed->usigned = !asigned;
[all …]
H A Dcallbacks.c262 if (mainw->pulsed) pulse_close_client(mainw->pulsed); in lives_exit()
4665 if (mainw->pulsed) {
8354 } else if (mainw->pulsed) mainw->pulsed->loop = AUDIO_LOOP_NONE;
8369 …if (prefs->audio_player == AUD_PLAYER_PULSE && mainw->pulsed && mainw->pulsed->loop != AUDIO_LOOP_…
8429 mainw->pulsed->mute = TRUE;
8430 mainw->pulsed->in_use = TRUE;
8454 mainw->pulsed->mute = FALSE;
8455 mainw->pulsed->in_use = TRUE;
8474 mainw->pulsed->mute = mainw->mute;
10232 (mainw->pulsed && mainw->pulsed_read && mainw->pulsed->in_use)
[all …]
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/lsp27/
H A Dmwe.vhdl23 impure function pulsed return boolean;
51 impure function pulsed return boolean is function
57 end function pulsed;
70 if shrd_cnt.pulsed then
/dports/science/gromacs/gromacs-2021.4/docs/reference-manual/special/
H A Delectric-fields.rst6 A pulsed and oscillating electric field can be applied according to:
14 the pulse. Special cases occur when :math:`\sigma` = 0 (non-pulsed
19 ice \ :ref:`146 <refCaleman2008a>`. A pulsed electric field may look ike
61 yields an pulsed-oscillating electric field with :math:`E_0` = 2 V/nm,
/dports/science/mcstas-comps/mcstas-comps-2.5-src/examples/
H A DMezei_SNS_decoupled_poisoned.instr13 * Simple instrumentfile for estimating SNS brilliance, moderator is a rescaled ESS short-pulsed Mez…
17 * Simple instrumentfile for estimating SNS brilliance, moderator is a rescaled ESS short-pulsed Mez…
H A DISIS_GEM.instr23 * recently constructed at the ISIS pulsed neutron source. GEM can be used to
H A DILL_H15_IN6.instr33 * To achieve the time-focussing condition, the beam is pulsed by a Fermi chopper.
/dports/net/yate/yate-6.4.0-1/conf.d/
H A Dradiotest.conf.sample18 ; pulse: Send a pulsed signal (NULLs with pulsed values)
34 ; pulse: integer: The index used to insert pulsed values
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOTownNetwork.cpp454 int pulsed = 0; in pulse() local
470 ++pulsed; in pulse()
480 return pulsed; in pulse()
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/devicetree/bindings/watchdog/
H A Dkontron,sl28cpld-wdt.yaml28 property is set, this output will be pulsed when the watchdog bites
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/devicetree/bindings/watchdog/
H A Dkontron,sl28cpld-wdt.yaml28 property is set, this output will be pulsed when the watchdog bites
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/devicetree/bindings/watchdog/
H A Dkontron,sl28cpld-wdt.yaml28 property is set, this output will be pulsed when the watchdog bites
/dports/science/mcstas-comps/mcstas-comps-2.5-src/
H A DREADME31 * sources: neutron sources (continuous, pulsed, virtual...)
/dports/science/mcxtrace/mcxtrace-1.2-src/lib/
H A DREADME31 * sources: neutron sources (continuous, pulsed, virtual...)
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/ticket89/project/tb/
H A Dpartial_test_tb.vhd134 …st_event, 0 ns, ERROR, "pulse for 10 clk periods. Check that it actually pulsed for a delta cycle"…
135 …check_value(sl'last_value, '1', ERROR, "pulse for 10 clk periods, check that it actually pulsed fo…
/dports/games/golly/golly-3.3-src/Patterns/WireWorld/
H A Dmemory-cell.mcl13 #D supposed to be pulsed at 6-cycle intervals.
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-ams/ashenden/compliant/util/
H A Dsrc_pulse.vhd28 pulse : real; -- pulsed value
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/bug019/PoC/src/io/uart/
H A Duart_bclk.vhdl102 -- only x8_cnt_done is pulsed for one clock cycle!
/dports/science/mcstas-comps/mcstas-comps-2.5-src/sources/
H A DModerator.comp15 * A simple pulsed source for time-of-flight.

12345678910>>...25