Searched defs:resampler (Results 1 – 14 of 14) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-resampler.c | 292 make_taps (GstAudioResampler * resampler, gdouble * res, gdouble x, gint n_taps) in make_taps() 915 copy_func (GstAudioResampler * resampler, gpointer sbuf[], in copy_func() 931 calculate_kaiser_params (GstAudioResampler * resampler) in calculate_kaiser_params() 971 alloc_taps_mem (GstAudioResampler * resampler, gint bps, gint n_taps, in alloc_taps_mem() 993 alloc_cache_mem (GstAudioResampler * resampler, gint bps, gint n_taps, in alloc_cache_mem() 1016 setup_functions (GstAudioResampler * resampler) in setup_functions() 1066 resampler_calculate_taps (GstAudioResampler * resampler) in resampler_calculate_taps() 1231 resampler_dump (GstAudioResampler * resampler) in resampler_dump() 1355 GstAudioResampler *resampler; in gst_audio_resampler_new() local 1432 get_sample_bufs (GstAudioResampler * resampler, gsize need) in get_sample_bufs() [all …]
|
D | audio-converter.c | 128 GstAudioResampler *resampler; member
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-resampler.c | 92 GstVideoResampler *resampler; member 207 GstVideoResampler *resampler = params->resampler; in resampler_calculate_taps() local 291 resampler_dump (GstVideoResampler * resampler) in resampler_dump() 344 gst_video_resampler_init (GstVideoResampler * resampler, in gst_video_resampler_init() 440 gst_video_resampler_clear (GstVideoResampler * resampler) in gst_video_resampler_clear()
|
D | video-scaler.c | 90 GstVideoResampler resampler; member 109 resampler_zip (GstVideoResampler * resampler, const GstVideoResampler * r1, in resampler_zip() 1140 GstVideoResampler *resampler; in gst_video_scaler_combine_packed_YUV() local
|
/third_party/skia/third_party/externals/oboe/src/flowgraph/ |
D | SampleRateConverter.cpp | 22 SampleRateConverter::SampleRateConverter(int32_t channelCount, MultiChannelResampler &resampler) in SampleRateConverter()
|
/third_party/skia/third_party/externals/oboe/samples/iolib/src/main/cpp/player/ |
D | SampleBuffer.cpp | 67 MultiChannelResampler *resampler = MultiChannelResampler::make( in resampleData() local
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/ |
D | gstdecklinkaudiosink.h | 59 GstAudioResampler *resampler; member
|
/third_party/pulseaudio/src/tests/ |
D | resampler-test.c | 411 pa_resampler *resampler; in main() local
|
/third_party/pulseaudio/src/modules/ |
D | module-virtual-surround-sink.c | 610 pa_resampler *resampler; in pa__init() local
|
/third_party/pulseaudio/src/pulsecore/ |
D | source-output.h | 214 pa_resampler* resampler; /* may be NULL */ member
|
D | source-output.c | 235 pa_resampler *resampler = NULL; in pa_source_output_new() local
|
D | sink-input.h | 250 pa_resampler *resampler; /* may be NULL */ member
|
D | sink-input.c | 298 pa_resampler *resampler = NULL; in pa_sink_input_new() local
|
/third_party/ffmpeg/libswresample/ |
D | swresample_internal.h | 169 struct Resampler const *resampler; ///< resampler virtual function table member
|