Home
last modified time | relevance | path

Searched refs:current_sample (Results 26 – 50 of 474) sorted by relevance

12345678910>>...19

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/src/spandsp/private/
H A Dbell_r2_mf.h37 int current_sample; member
59 int current_sample; member
96 int current_sample; member
/dports/comms/spandsp/spandsp-284fe91/src/spandsp/private/
H A Dbell_r2_mf.h37 int current_sample; member
59 int current_sample; member
96 int current_sample; member
/dports/multimedia/libmpeg3/libmpeg3-1.8/
H A Dmpeg2qt.c87 long current_sample = 0; in main() local
224 current_sample += fragment; in main()
227 printf(" %d samples written\r", current_sample); in main()
232 current_sample += afragment; in main()
241 fragment = (long)((double)current_sample / in main()
/dports/audio/flac123/flac123-0.0.12/
H A Dremote.c138 file_info.current_sample = 0; in remote_parse_input()
150 file_info.current_sample += delta_frames; in remote_parse_input()
155 file_info.current_sample); in remote_parse_input()
158 file_info.current_sample); in remote_parse_input()
167 file_info.current_sample = absolute_frame; in remote_parse_input()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/audio/midi_drivers/timidity/
H A Dtimidity_playmidi.cpp73 static sint32 sample_count, current_sample; variable
610 current_sample=current_event->time; in seek_forward()
618 current_sample=until_time; in seek_forward()
623 if (current_sample > until_time) in skip_to()
624 current_sample=0; in skip_to()
688 skip_to(val+current_sample); in apply_controls()
693 if (current_sample > val) in apply_controls()
694 skip_to(current_sample-val); in apply_controls()
719 current_sample += count; in do_compute_data()
750 ctl->current_time(current_sample); in compute_data()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dauditioner.cc53 , current_sample (0) in Auditioner()
418 current_sample = offset; in audition_region()
458 this_nframes = min (nframes, length - current_sample + _import_position); in play_audition()
460 …if (this_nframes > 0 && 0 != (ret = roll (this_nframes, current_sample, current_sample + this_nfra… in play_audition()
465 current_sample += this_nframes; in play_audition()
486 AuditionProgress(current_sample - _import_position, length); /* emit */ in play_audition()
489 if (current_sample >= length + _import_position) { in play_audition()
527 current_sample = pos; in seek_response()
/dports/net/guacamole-server/guacamole-server-1.3.0/src/protocols/rdp/channels/audio-input/
H A Daudio-buffer.c189 int current_sample = audio_buffer->total_bytes_sent / out_bps; in guac_rdp_audio_buffer_read_sample() local
190 int current_frame = current_sample / out_channels; in guac_rdp_audio_buffer_read_sample()
191 int current_channel = current_sample % out_channels; in guac_rdp_audio_buffer_read_sample()
199 current_sample = current_frame * in_channels + current_channel; in guac_rdp_audio_buffer_read_sample()
202 int offset = current_sample * in_bps in guac_rdp_audio_buffer_read_sample()
/dports/audio/timidity/timidity-0.2i/
H A Dplaymidi.c73 static int32 sample_count, current_sample;
614 current_sample=current_event->time;
622 current_sample=until_time;
627 if (current_sample > until_time)
628 current_sample=0;
674 if (current_sample < 2*play_mode->rate)
695 skip_to(val+current_sample);
701 if (current_sample > val)
702 skip_to(current_sample-val);
727 current_sample += count;
[all …]
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Daudio.cpp96 int current_sample, last_sample; member
668 int data0 = audio_channel[0].current_sample; in sample16_handler()
669 int data1 = audio_channel[1].current_sample; in sample16_handler()
670 int data2 = audio_channel[2].current_sample; in sample16_handler()
671 int data3 = audio_channel[3].current_sample; in sample16_handler()
1317 cdp->last_sample = cdp->current_sample; in newsample()
1318 cdp->current_sample = sample; in newsample()
2341 acd->last_sample = acd->current_sample; in audio_state_sndboard_state()
2342 acd->current_sample = sample; in audio_state_sndboard_state()
2393 acd->last_sample = acd->current_sample; in audio_state_cda()
[all …]
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Daudio.c106 int current_sample, last_sample; member
617 uae_u32 data0 = audio_channel[0].current_sample; in sample16_handler()
618 uae_u32 data1 = audio_channel[1].current_sample; in sample16_handler()
619 uae_u32 data2 = audio_channel[2].current_sample; in sample16_handler()
620 uae_u32 data3 = audio_channel[3].current_sample; in sample16_handler()
659 uae_u32 data0 = audio_channel[0].current_sample; in sample16i_rh_handler()
660 uae_u32 data1 = audio_channel[1].current_sample; in sample16i_rh_handler()
661 uae_u32 data2 = audio_channel[2].current_sample; in sample16i_rh_handler()
662 uae_u32 data3 = audio_channel[3].current_sample; in sample16i_rh_handler()
1250 cdp->last_sample = cdp->current_sample; in newsample()
[all …]
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/sys/androidmedia/
H A Dgstahssrc.c253 self->current_sample = NULL; in gst_ahs_src_init()
280 if (self->current_sample) { in gst_ahs_src_dispose()
281 g_free (self->current_sample); in gst_ahs_src_dispose()
282 self->current_sample = NULL; in gst_ahs_src_dispose()
390 self->sample_length = self->buffer_size / sizeof (*self->current_sample); in gst_ahs_src_change_sensor_type()
391 self->current_sample = g_realloc (self->current_sample, self->buffer_size); in gst_ahs_src_change_sensor_type()
590 self->current_sample[i] = event->data.values[i]; in gst_ahs_src_update_smoothing()
594 self->current_sample[i] = in gst_ahs_src_update_smoothing()
595 (1 - self->alpha) * self->current_sample[i] + in gst_ahs_src_update_smoothing()
653 memcpy (data, self->current_sample, self->buffer_size); in gst_ahs_src_on_sensor_changed()
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/sys/androidmedia/
H A Dgstahssrc.c253 self->current_sample = NULL; in gst_ahs_src_init()
280 if (self->current_sample) { in gst_ahs_src_dispose()
281 g_free (self->current_sample); in gst_ahs_src_dispose()
282 self->current_sample = NULL; in gst_ahs_src_dispose()
390 self->sample_length = self->buffer_size / sizeof (*self->current_sample); in gst_ahs_src_change_sensor_type()
391 self->current_sample = g_realloc (self->current_sample, self->buffer_size); in gst_ahs_src_change_sensor_type()
590 self->current_sample[i] = event->data.values[i]; in gst_ahs_src_update_smoothing()
594 self->current_sample[i] = in gst_ahs_src_update_smoothing()
595 (1 - self->alpha) * self->current_sample[i] + in gst_ahs_src_update_smoothing()
653 memcpy (data, self->current_sample, self->buffer_size); in gst_ahs_src_on_sensor_changed()
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/sys/androidmedia/
H A Dgstahssrc.c253 self->current_sample = NULL; in gst_ahs_src_init()
280 if (self->current_sample) { in gst_ahs_src_dispose()
281 g_free (self->current_sample); in gst_ahs_src_dispose()
282 self->current_sample = NULL; in gst_ahs_src_dispose()
390 self->sample_length = self->buffer_size / sizeof (*self->current_sample); in gst_ahs_src_change_sensor_type()
391 self->current_sample = g_realloc (self->current_sample, self->buffer_size); in gst_ahs_src_change_sensor_type()
590 self->current_sample[i] = event->data.values[i]; in gst_ahs_src_update_smoothing()
594 self->current_sample[i] = in gst_ahs_src_update_smoothing()
595 (1 - self->alpha) * self->current_sample[i] + in gst_ahs_src_update_smoothing()
653 memcpy (data, self->current_sample, self->buffer_size); in gst_ahs_src_on_sensor_changed()
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/sys/androidmedia/
H A Dgstahssrc.c253 self->current_sample = NULL; in gst_ahs_src_init()
280 if (self->current_sample) { in gst_ahs_src_dispose()
281 g_free (self->current_sample); in gst_ahs_src_dispose()
282 self->current_sample = NULL; in gst_ahs_src_dispose()
390 self->sample_length = self->buffer_size / sizeof (*self->current_sample); in gst_ahs_src_change_sensor_type()
391 self->current_sample = g_realloc (self->current_sample, self->buffer_size); in gst_ahs_src_change_sensor_type()
590 self->current_sample[i] = event->data.values[i]; in gst_ahs_src_update_smoothing()
594 self->current_sample[i] = in gst_ahs_src_update_smoothing()
595 (1 - self->alpha) * self->current_sample[i] + in gst_ahs_src_update_smoothing()
653 memcpy (data, self->current_sample, self->buffer_size); in gst_ahs_src_on_sensor_changed()
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/sys/androidmedia/
H A Dgstahssrc.c253 self->current_sample = NULL; in gst_ahs_src_init()
280 if (self->current_sample) { in gst_ahs_src_dispose()
281 g_free (self->current_sample); in gst_ahs_src_dispose()
282 self->current_sample = NULL; in gst_ahs_src_dispose()
390 self->sample_length = self->buffer_size / sizeof (*self->current_sample); in gst_ahs_src_change_sensor_type()
391 self->current_sample = g_realloc (self->current_sample, self->buffer_size); in gst_ahs_src_change_sensor_type()
590 self->current_sample[i] = event->data.values[i]; in gst_ahs_src_update_smoothing()
594 self->current_sample[i] = in gst_ahs_src_update_smoothing()
595 (1 - self->alpha) * self->current_sample[i] + in gst_ahs_src_update_smoothing()
653 memcpy (data, self->current_sample, self->buffer_size); in gst_ahs_src_on_sensor_changed()
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/sys/androidmedia/
H A Dgstahssrc.c253 self->current_sample = NULL; in gst_ahs_src_init()
280 if (self->current_sample) { in gst_ahs_src_dispose()
281 g_free (self->current_sample); in gst_ahs_src_dispose()
282 self->current_sample = NULL; in gst_ahs_src_dispose()
390 self->sample_length = self->buffer_size / sizeof (*self->current_sample); in gst_ahs_src_change_sensor_type()
391 self->current_sample = g_realloc (self->current_sample, self->buffer_size); in gst_ahs_src_change_sensor_type()
590 self->current_sample[i] = event->data.values[i]; in gst_ahs_src_update_smoothing()
594 self->current_sample[i] = in gst_ahs_src_update_smoothing()
595 (1 - self->alpha) * self->current_sample[i] + in gst_ahs_src_update_smoothing()
653 memcpy (data, self->current_sample, self->buffer_size); in gst_ahs_src_on_sensor_changed()
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/sys/androidmedia/
H A Dgstahssrc.c253 self->current_sample = NULL; in gst_ahs_src_init()
280 if (self->current_sample) { in gst_ahs_src_dispose()
281 g_free (self->current_sample); in gst_ahs_src_dispose()
282 self->current_sample = NULL; in gst_ahs_src_dispose()
390 self->sample_length = self->buffer_size / sizeof (*self->current_sample); in gst_ahs_src_change_sensor_type()
391 self->current_sample = g_realloc (self->current_sample, self->buffer_size); in gst_ahs_src_change_sensor_type()
590 self->current_sample[i] = event->data.values[i]; in gst_ahs_src_update_smoothing()
594 self->current_sample[i] = in gst_ahs_src_update_smoothing()
595 (1 - self->alpha) * self->current_sample[i] + in gst_ahs_src_update_smoothing()
653 memcpy (data, self->current_sample, self->buffer_size); in gst_ahs_src_on_sensor_changed()
/dports/multimedia/gstreamer1-plugins-bad/gst-plugins-bad-1.16.2/sys/androidmedia/
H A Dgstahssrc.c253 self->current_sample = NULL; in gst_ahs_src_init()
280 if (self->current_sample) { in gst_ahs_src_dispose()
281 g_free (self->current_sample); in gst_ahs_src_dispose()
282 self->current_sample = NULL; in gst_ahs_src_dispose()
390 self->sample_length = self->buffer_size / sizeof (*self->current_sample); in gst_ahs_src_change_sensor_type()
391 self->current_sample = g_realloc (self->current_sample, self->buffer_size); in gst_ahs_src_change_sensor_type()
590 self->current_sample[i] = event->data.values[i]; in gst_ahs_src_update_smoothing()
594 self->current_sample[i] = in gst_ahs_src_update_smoothing()
595 (1 - self->alpha) * self->current_sample[i] + in gst_ahs_src_update_smoothing()
653 memcpy (data, self->current_sample, self->buffer_size); in gst_ahs_src_on_sensor_changed()
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/sys/androidmedia/
H A Dgstahssrc.c253 self->current_sample = NULL; in gst_ahs_src_init()
280 if (self->current_sample) { in gst_ahs_src_dispose()
281 g_free (self->current_sample); in gst_ahs_src_dispose()
282 self->current_sample = NULL; in gst_ahs_src_dispose()
390 self->sample_length = self->buffer_size / sizeof (*self->current_sample); in gst_ahs_src_change_sensor_type()
391 self->current_sample = g_realloc (self->current_sample, self->buffer_size); in gst_ahs_src_change_sensor_type()
590 self->current_sample[i] = event->data.values[i]; in gst_ahs_src_update_smoothing()
594 self->current_sample[i] = in gst_ahs_src_update_smoothing()
595 (1 - self->alpha) * self->current_sample[i] + in gst_ahs_src_update_smoothing()
653 memcpy (data, self->current_sample, self->buffer_size); in gst_ahs_src_on_sensor_changed()
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/sys/androidmedia/
H A Dgstahssrc.c253 self->current_sample = NULL; in gst_ahs_src_init()
280 if (self->current_sample) { in gst_ahs_src_dispose()
281 g_free (self->current_sample); in gst_ahs_src_dispose()
282 self->current_sample = NULL; in gst_ahs_src_dispose()
390 self->sample_length = self->buffer_size / sizeof (*self->current_sample); in gst_ahs_src_change_sensor_type()
391 self->current_sample = g_realloc (self->current_sample, self->buffer_size); in gst_ahs_src_change_sensor_type()
590 self->current_sample[i] = event->data.values[i]; in gst_ahs_src_update_smoothing()
594 self->current_sample[i] = in gst_ahs_src_update_smoothing()
595 (1 - self->alpha) * self->current_sample[i] + in gst_ahs_src_update_smoothing()
653 memcpy (data, self->current_sample, self->buffer_size); in gst_ahs_src_on_sensor_changed()
/dports/multimedia/gstreamer1-plugins-aom/gst-plugins-bad-1.16.2/sys/androidmedia/
H A Dgstahssrc.c253 self->current_sample = NULL; in gst_ahs_src_init()
280 if (self->current_sample) { in gst_ahs_src_dispose()
281 g_free (self->current_sample); in gst_ahs_src_dispose()
282 self->current_sample = NULL; in gst_ahs_src_dispose()
390 self->sample_length = self->buffer_size / sizeof (*self->current_sample); in gst_ahs_src_change_sensor_type()
391 self->current_sample = g_realloc (self->current_sample, self->buffer_size); in gst_ahs_src_change_sensor_type()
590 self->current_sample[i] = event->data.values[i]; in gst_ahs_src_update_smoothing()
594 self->current_sample[i] = in gst_ahs_src_update_smoothing()
595 (1 - self->alpha) * self->current_sample[i] + in gst_ahs_src_update_smoothing()
653 memcpy (data, self->current_sample, self->buffer_size); in gst_ahs_src_on_sensor_changed()
/dports/multimedia/gstreamer1-plugins-assrender/gst-plugins-bad-1.16.2/sys/androidmedia/
H A Dgstahssrc.c253 self->current_sample = NULL; in gst_ahs_src_init()
280 if (self->current_sample) { in gst_ahs_src_dispose()
281 g_free (self->current_sample); in gst_ahs_src_dispose()
282 self->current_sample = NULL; in gst_ahs_src_dispose()
390 self->sample_length = self->buffer_size / sizeof (*self->current_sample); in gst_ahs_src_change_sensor_type()
391 self->current_sample = g_realloc (self->current_sample, self->buffer_size); in gst_ahs_src_change_sensor_type()
590 self->current_sample[i] = event->data.values[i]; in gst_ahs_src_update_smoothing()
594 self->current_sample[i] = in gst_ahs_src_update_smoothing()
595 (1 - self->alpha) * self->current_sample[i] + in gst_ahs_src_update_smoothing()
653 memcpy (data, self->current_sample, self->buffer_size); in gst_ahs_src_on_sensor_changed()
/dports/multimedia/gstreamer1-plugins-hls/gst-plugins-bad-1.16.2/sys/androidmedia/
H A Dgstahssrc.c253 self->current_sample = NULL; in gst_ahs_src_init()
280 if (self->current_sample) { in gst_ahs_src_dispose()
281 g_free (self->current_sample); in gst_ahs_src_dispose()
282 self->current_sample = NULL; in gst_ahs_src_dispose()
390 self->sample_length = self->buffer_size / sizeof (*self->current_sample); in gst_ahs_src_change_sensor_type()
391 self->current_sample = g_realloc (self->current_sample, self->buffer_size); in gst_ahs_src_change_sensor_type()
590 self->current_sample[i] = event->data.values[i]; in gst_ahs_src_update_smoothing()
594 self->current_sample[i] = in gst_ahs_src_update_smoothing()
595 (1 - self->alpha) * self->current_sample[i] + in gst_ahs_src_update_smoothing()
653 memcpy (data, self->current_sample, self->buffer_size); in gst_ahs_src_on_sensor_changed()
/dports/multimedia/gstreamer1-plugins-libde265/gst-plugins-bad-1.16.2/sys/androidmedia/
H A Dgstahssrc.c253 self->current_sample = NULL; in gst_ahs_src_init()
280 if (self->current_sample) { in gst_ahs_src_dispose()
281 g_free (self->current_sample); in gst_ahs_src_dispose()
282 self->current_sample = NULL; in gst_ahs_src_dispose()
390 self->sample_length = self->buffer_size / sizeof (*self->current_sample); in gst_ahs_src_change_sensor_type()
391 self->current_sample = g_realloc (self->current_sample, self->buffer_size); in gst_ahs_src_change_sensor_type()
590 self->current_sample[i] = event->data.values[i]; in gst_ahs_src_update_smoothing()
594 self->current_sample[i] = in gst_ahs_src_update_smoothing()
595 (1 - self->alpha) * self->current_sample[i] + in gst_ahs_src_update_smoothing()
653 memcpy (data, self->current_sample, self->buffer_size); in gst_ahs_src_on_sensor_changed()
/dports/multimedia/gstreamer1-plugins-kate/gst-plugins-bad-1.16.2/sys/androidmedia/
H A Dgstahssrc.c253 self->current_sample = NULL; in gst_ahs_src_init()
280 if (self->current_sample) { in gst_ahs_src_dispose()
281 g_free (self->current_sample); in gst_ahs_src_dispose()
282 self->current_sample = NULL; in gst_ahs_src_dispose()
390 self->sample_length = self->buffer_size / sizeof (*self->current_sample); in gst_ahs_src_change_sensor_type()
391 self->current_sample = g_realloc (self->current_sample, self->buffer_size); in gst_ahs_src_change_sensor_type()
590 self->current_sample[i] = event->data.values[i]; in gst_ahs_src_update_smoothing()
594 self->current_sample[i] = in gst_ahs_src_update_smoothing()
595 (1 - self->alpha) * self->current_sample[i] + in gst_ahs_src_update_smoothing()
653 memcpy (data, self->current_sample, self->buffer_size); in gst_ahs_src_on_sensor_changed()

12345678910>>...19