Home
last modified time | relevance | path

Searched defs:resample_method (Results 1 – 17 of 17) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/audio/kernels/
Dresample_op.h31 …ResampleOp(float orig_freq, float new_freq, ResampleMethod resample_method, int32_t lowpass_filter… in ResampleOp()
Daudio_utils.cc2254 …SincResampleKernel(const int32_t orig_freq, const int32_t des_freq, ResampleMethod resample_method, in GetSincResampleKernel()
2336ResampleMethod resample_method, int32_t lowpass_filter_width, float rolloff, float beta) { in Resample()
2379ResampleMethod resample_method, int32_t lowpass_filter_width, float rolloff, float beta) { in Resample()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/audio/ir/kernels/
Dresample_ir.cc25 …sampleOperation::ResampleOperation(float orig_freq, float new_freq, ResampleMethod resample_method, in ResampleOperation()
/third_party/pulseaudio/src/modules/
Dmodule-remap-source.c293 pa_resample_method_t resample_method = PA_RESAMPLER_INVALID; in pa__init() local
Dmodule-remap-sink.c333 pa_resample_method_t resample_method = PA_RESAMPLER_INVALID; in pa__init() local
Dmodule-combine-sink.c164 pa_resample_method_t resample_method; member
1469 int resample_method; in pa__init() local
Dmodule-tunnel.c1331 const char *name, *driver, *resample_method; in sink_input_info_cb() local
/third_party/pulseaudio/src/modules/dbus/
Diface-stream.c485 const char *resample_method = NULL; in handle_get_resample_method() local
530 const char *resample_method = NULL; in handle_get_all() local
/third_party/pulseaudio/src/daemon/
Ddaemon-conf.h88 resample_method; member
/third_party/pulseaudio/src/pulse/
Dintrospect.h657 const char *resample_method; /**< The resampling method used by this sink input. */ member
708 const char *resample_method; /**< The resampling method used by this source output. */ member
/third_party/pulseaudio/src/pulsecore/
Dcore.h237 pa_resample_method_t resample_method; member
Dsource-output.h263 pa_resample_method_t resample_method; member
Dsink-input.h323 pa_resample_method_t resample_method; member
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/audio/kernels/ir/
Dbindings.cc621 int32_t lowpass_filter_width, float rolloff, float beta) { in __anon4a2899b85902()
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/audio/
Dtransforms.py2985 …def __init__(self, orig_freq=16000, new_freq=16000, resample_method=ResampleMethod.SINC_INTERPOLAT… argument
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/dataset/
Dexecute_test.cc2768 ResampleMethod resample_method = ResampleMethod::kSincInterpolation; in TEST_F() local
2799 ResampleMethod resample_method = ResampleMethod::kSincInterpolation; in TEST_F() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/
Daudio.cc1028 Resample::Resample(float orig_freq, float new_freq, ResampleMethod resample_method, int32_t lowpass… in Resample()