Home
last modified time | relevance | path

Searched refs:to_sample (Results 1 – 25 of 49) sorted by relevance

12

/dports/multimedia/libv4l/linux-5.13-rc2/include/net/tc_act/
H A Dtc_sample.h18 #define to_sample(a) ((struct tcf_sample *)a) macro
31 return to_sample(a)->rate; in tcf_sample_rate()
36 return to_sample(a)->truncate; in tcf_sample_truncate()
41 return to_sample(a)->trunc_size; in tcf_sample_trunc_size()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/net/tc_act/
H A Dtc_sample.h18 #define to_sample(a) ((struct tcf_sample *)a) macro
31 return to_sample(a)->rate; in tcf_sample_rate()
36 return to_sample(a)->truncate; in tcf_sample_truncate()
41 return to_sample(a)->trunc_size; in tcf_sample_trunc_size()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/net/tc_act/
H A Dtc_sample.h18 #define to_sample(a) ((struct tcf_sample *)a) macro
31 return to_sample(a)->rate; in tcf_sample_rate()
36 return to_sample(a)->truncate; in tcf_sample_truncate()
41 return to_sample(a)->trunc_size; in tcf_sample_trunc_size()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/dasp_sample-0.11.0/src/
H A Dlib.rs125 fn to_sample<S>(self) -> S in to_sample() method
171 self.to_sample() in to_signed_sample()
189 self.to_sample() in to_float_sample()
211 (self_s + amp).to_sample() in add_amp()
239 (self_f * amp).to_sample() in mul_amp()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/sched/
H A Dact_sample.c99 s = to_sample(*a); in tcf_sample_init()
130 struct tcf_sample *s = to_sample(a); in tcf_sample_cleanup()
159 struct tcf_sample *s = to_sample(a); in tcf_sample_act()
196 struct tcf_sample *s = to_sample(a); in tcf_sample_stats_update()
207 struct tcf_sample *s = to_sample(a); in tcf_sample_dump()
271 struct tcf_sample *s = to_sample(a); in tcf_sample_get_group()
/dports/multimedia/libv4l/linux-5.13-rc2/net/sched/
H A Dact_sample.c99 s = to_sample(*a); in tcf_sample_init()
130 struct tcf_sample *s = to_sample(a); in tcf_sample_cleanup()
159 struct tcf_sample *s = to_sample(a); in tcf_sample_act()
196 struct tcf_sample *s = to_sample(a); in tcf_sample_stats_update()
207 struct tcf_sample *s = to_sample(a); in tcf_sample_dump()
271 struct tcf_sample *s = to_sample(a); in tcf_sample_get_group()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/sched/
H A Dact_sample.c99 s = to_sample(*a); in tcf_sample_init()
130 struct tcf_sample *s = to_sample(a); in tcf_sample_cleanup()
159 struct tcf_sample *s = to_sample(a); in tcf_sample_act()
196 struct tcf_sample *s = to_sample(a); in tcf_sample_stats_update()
207 struct tcf_sample *s = to_sample(a); in tcf_sample_dump()
271 struct tcf_sample *s = to_sample(a); in tcf_sample_get_group()
/dports/graphics/gthumb/gthumb-3.10.1/extensions/gstreamer_utils/
H A Dgstreamer-utils.c730 GstSample *to_sample; in _gst_playbin_get_current_frame() local
744 to_sample = gst_video_convert_sample (sample, to_caps, GST_CLOCK_TIME_NONE, &error); in _gst_playbin_get_current_frame()
749 if (to_sample == NULL) { in _gst_playbin_get_current_frame()
756 sample = to_sample; in _gst_playbin_get_current_frame()
/dports/audio/sox/sox-14.4.2/src/
H A Dformats_i.c217 int lsx_offset_seek(sox_format_t * ft, off_t byte_offset, off_t to_sample)
219 double wide_sample = to_sample - (to_sample % ft->signal.channels);
H A Dsox_i.h207 int lsx_offset_seek(sox_format_t * ft, off_t byte_offset, off_t to_sample);
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/dasp_frame-0.11.0/src/
H A Dlib.rs323 self.map(|s| s.to_sample())
328 self.map(|s| s.to_sample())
/dports/comms/rtl-433/rtl_433-21.12/src/
H A Dpulse_detect.c131 double to_sample = sample_rate / 1e6; in pulse_data_load() local
161 data->pulse[i] = (int)(to_sample * mark); in pulse_data_load()
162 data->gap[i++] = (int)(to_sample * space); in pulse_data_load()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dautomation_list.cc326 bool to_sample = parameter_is_midi (src_type); in paste() local
332 if (to_sample) { in paste()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/ebur128-0.1.6/src/
H A Dtrue_peak.rs87 let frame_f32: [f32; CHANNELS] = Frame::map(frame, |s| s.to_sample::<f32>()); in check_true_peak()
105 for [new_sample] in &interpolator.interpolate([s.to_sample::<f32>()]) { in check_true_peak()
H A Dfilter.rs231 filter_state[0] = (*src).to_sample::<f64>() in process()
289 filter_state[0] = (*src).to_sample::<f64>() in seed()
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c1022 GstSample *from_sample, *to_sample; in GST_START_TEST() local
1055 to_sample = in GST_START_TEST()
1058 fail_if (to_sample != NULL); in GST_START_TEST()
1072 to_sample = in GST_START_TEST()
1075 fail_unless (to_sample != NULL); in GST_START_TEST()
1081 gst_sample_unref (to_sample); in GST_START_TEST()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c1022 GstSample *from_sample, *to_sample; in GST_START_TEST() local
1055 to_sample = in GST_START_TEST()
1058 fail_if (to_sample != NULL); in GST_START_TEST()
1072 to_sample = in GST_START_TEST()
1075 fail_unless (to_sample != NULL); in GST_START_TEST()
1081 gst_sample_unref (to_sample); in GST_START_TEST()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c1022 GstSample *from_sample, *to_sample; in GST_START_TEST() local
1055 to_sample = in GST_START_TEST()
1058 fail_if (to_sample != NULL); in GST_START_TEST()
1072 to_sample = in GST_START_TEST()
1075 fail_unless (to_sample != NULL); in GST_START_TEST()
1081 gst_sample_unref (to_sample); in GST_START_TEST()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c1022 GstSample *from_sample, *to_sample; in GST_START_TEST() local
1055 to_sample = in GST_START_TEST()
1058 fail_if (to_sample != NULL); in GST_START_TEST()
1072 to_sample = in GST_START_TEST()
1075 fail_unless (to_sample != NULL); in GST_START_TEST()
1081 gst_sample_unref (to_sample); in GST_START_TEST()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c1022 GstSample *from_sample, *to_sample; in GST_START_TEST() local
1055 to_sample = in GST_START_TEST()
1058 fail_if (to_sample != NULL); in GST_START_TEST()
1072 to_sample = in GST_START_TEST()
1075 fail_unless (to_sample != NULL); in GST_START_TEST()
1081 gst_sample_unref (to_sample); in GST_START_TEST()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c1022 GstSample *from_sample, *to_sample; in GST_START_TEST() local
1055 to_sample = in GST_START_TEST()
1058 fail_if (to_sample != NULL); in GST_START_TEST()
1072 to_sample = in GST_START_TEST()
1075 fail_unless (to_sample != NULL); in GST_START_TEST()
1081 gst_sample_unref (to_sample); in GST_START_TEST()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c1022 GstSample *from_sample, *to_sample; in GST_START_TEST() local
1055 to_sample = in GST_START_TEST()
1058 fail_if (to_sample != NULL); in GST_START_TEST()
1072 to_sample = in GST_START_TEST()
1075 fail_unless (to_sample != NULL); in GST_START_TEST()
1081 gst_sample_unref (to_sample); in GST_START_TEST()
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c1022 GstSample *from_sample, *to_sample; in GST_START_TEST() local
1055 to_sample = in GST_START_TEST()
1058 fail_if (to_sample != NULL); in GST_START_TEST()
1072 to_sample = in GST_START_TEST()
1075 fail_unless (to_sample != NULL); in GST_START_TEST()
1081 gst_sample_unref (to_sample); in GST_START_TEST()
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c1022 GstSample *from_sample, *to_sample; in GST_START_TEST() local
1055 to_sample = in GST_START_TEST()
1058 fail_if (to_sample != NULL); in GST_START_TEST()
1072 to_sample = in GST_START_TEST()
1075 fail_unless (to_sample != NULL); in GST_START_TEST()
1081 gst_sample_unref (to_sample); in GST_START_TEST()
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c1022 GstSample *from_sample, *to_sample; in GST_START_TEST() local
1055 to_sample = in GST_START_TEST()
1058 fail_if (to_sample != NULL); in GST_START_TEST()
1072 to_sample = in GST_START_TEST()
1075 fail_unless (to_sample != NULL); in GST_START_TEST()
1081 gst_sample_unref (to_sample); in GST_START_TEST()

12