/third_party/gstreamer/gstplugins_base/gst/audioresample/ |
D | gstaudioresample.c | 230 gst_audio_resample_init (GstAudioResample * resample) in gst_audio_resample_init() 248 GstAudioResample *resample = GST_AUDIO_RESAMPLE (base); in gst_audio_resample_start() local 266 GstAudioResample *resample = GST_AUDIO_RESAMPLE (base); in gst_audio_resample_stop() local 372 make_options (GstAudioResample * resample, GstAudioInfo * in, in make_options() 396 gst_audio_resample_update_state (GstAudioResample * resample, GstAudioInfo * in, in gst_audio_resample_update_state() 460 gst_audio_resample_reset_state (GstAudioResample * resample) in gst_audio_resample_reset_state() 471 GstAudioResample *resample = GST_AUDIO_RESAMPLE (base); in gst_audio_resample_transform_size() local 506 GstAudioResample *resample = GST_AUDIO_RESAMPLE (base); in gst_audio_resample_set_caps() local 560 gst_audio_resample_dump_drain (GstAudioResample * resample, guint history_len) in gst_audio_resample_dump_drain() 588 gst_audio_resample_push_drain (GstAudioResample * resample, guint history_len) in gst_audio_resample_push_drain() [all …]
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/ |
D | rotate_ir.cc | 33 RotateOperation::RotateOperation(float degrees, InterpolationMode resample, bool expand, in RotateOperation() 113 InterpolationMode resample = static_cast<InterpolationMode>(op_params["resample"]); in from_json() local
|
D | random_rotation_ir.cc | 38 …onOperation::RandomRotationOperation(const std::vector<float> °rees, InterpolationMode resample, in RandomRotationOperation() 137 InterpolationMode resample = static_cast<InterpolationMode>(op_params["resample"]); in from_json() local
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-chroma.c | 955 void (*resample) (GstVideoChromaResample * resample, gpointer pixels, member 981 void (*resample) (GstVideoChromaResample * resample, gpointer lines[], member 988 video_chroma_none (GstVideoChromaResample * resample, in video_chroma_none() 1121 gst_video_chroma_resample_get_info (GstVideoChromaResample * resample, in gst_video_chroma_resample_get_info() 1139 gst_video_chroma_resample_free (GstVideoChromaResample * resample) in gst_video_chroma_resample_free() 1155 gst_video_chroma_resample (GstVideoChromaResample * resample, in gst_video_chroma_resample()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/ |
D | rotate_op.cc | 44 RotateOp::RotateOp(float degrees, InterpolationMode resample, bool expand, std::vector<float> cente… in RotateOp()
|
D | random_rotation_op.cc | 35 RandomRotationOp::RandomRotationOp(float start_degree, float end_degree, InterpolationMode resample… in RandomRotationOp()
|
/third_party/mindspore/mindspore/dataset/vision/ |
D | py_transforms_util.py | 588 def rotate(img, angle, resample, expand, center, fill_value): argument 683 def random_rotation(img, degrees, resample, expand, center, fill_value): argument 1077 def random_affine(img, angle, translations, scale, shear, resample, fill_value=0): argument
|
D | c_transforms.py | 737 …def __init__(self, degrees, translate=None, scale=None, shear=None, resample=Inter.NEAREST, fill_v… argument 1337 def __init__(self, degrees, resample=Inter.NEAREST, expand=False, center=None, fill_value=0): argument 1657 def __init__(self, degrees, resample=Inter.NEAREST, expand=False, center=None, fill_value=0): argument
|
D | py_transforms.py | 740 def __init__(self, degrees, resample=Inter.NEAREST, expand=False, center=None, fill_value=0): argument 1248 …def __init__(self, degrees, translate=None, scale=None, shear=None, resample=Inter.NEAREST, fill_v… argument
|
D | validators.py | 424 def check_resample_expand_center_fill_value_params(resample, expand, center, fill_value): argument
|
/third_party/ffmpeg/libavresample/ |
D | resample.c | 259 static int resample(ResampleContext *c, void *dst, const void *src, in resample() function
|
D | internal.h | 95 ResampleContext *resample; /**< resampling context */ member
|
/third_party/gstreamer/gstplugins_base/tests/examples/decodebin_next/ |
D | uridecodebin3-select-all.c | 282 GstElement *resample; in decodebin_pad_added_cb() local
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-resampler-private.h | 97 ResampleFunc resample; member
|
/third_party/pulseaudio/src/pulsecore/ |
D | resampler.h | 39 …unsigned (*resample)(pa_resampler *r, const pa_memchunk *in, unsigned in_n_frames, pa_memchunk *ou… member
|
D | resampler.c | 1406 static pa_memchunk *resample(pa_resampler *r, pa_memchunk *input) { in resample() function
|
/third_party/alsa-lib/test/ |
D | latency.c | 52 int resample = 1; variable
|
D | pcm.c | 23 static int resample = 1; /* enable alsa-lib resampling */ variable
|
/third_party/ffmpeg/libswresample/ |
D | swresample.c | 487 static int resample(SwrContext *s, AudioData *out_param, int out_count, in resample() function
|
D | swresample_internal.h | 168 struct ResampleContext *resample; ///< resampling context member
|
/third_party/mesa3d/src/freedreno/perfcntrs/ |
D | fdperf.c | 291 resample(void) in resample() function
|
/third_party/alsa-utils/alsaloop/ |
D | alsaloop.h | 102 unsigned int resample:1; /* do resample */ member
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/kernels/ir/image/ |
D | bindings.cc | 575 std::vector<uint8_t> fill_value) { in __anon682838b25402()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/ |
D | vision.cc | 700 RandomRotation::RandomRotation(std::vector<float> degrees, InterpolationMode resample, bool expand, in RandomRotation() 892 Rotate::Rotate(float degrees, InterpolationMode resample, bool expand, std::vector<float> center, in Rotate()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | video.c | 2331 GstVideoChromaResample *resample; in GST_START_TEST() local
|