Home
last modified time | relevance | path

Searched defs:resample (Results 1 – 19 of 19) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/audioresample/
Dgstaudioresample.c230 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/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-chroma.c955 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/ffmpeg/libavresample/
Dresample.c259 static int resample(ResampleContext *c, void *dst, const void *src, in resample() function
Dinternal.h95 ResampleContext *resample; /**< resampling context */ member
/third_party/gstreamer/gstplugins_base/tests/examples/decodebin_next/
Duridecodebin3-select-all.c282 GstElement *resample; in decodebin_pad_added_cb() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-resampler-private.h97 ResampleFunc resample; member
/third_party/pulseaudio/src/pulsecore/
Dresampler.h39 …unsigned (*resample)(pa_resampler *r, const pa_memchunk *in, unsigned in_n_frames, pa_memchunk *ou… member
Dresampler.c1547 static pa_memchunk *resample(pa_resampler *r, pa_memchunk *input) { in resample() function
/third_party/alsa-lib/test/
Dlatency.c52 int resample = 1; variable
Dpcm.c23 static int resample = 1; /* enable alsa-lib resampling */ variable
/third_party/ffmpeg/libswresample/
Dswresample.c487 static int resample(SwrContext *s, AudioData *out_param, int out_count, in resample() function
Dswresample_internal.h168 struct ResampleContext *resample; ///< resampling context member
/third_party/pulseaudio/src/modules/rtp/
Drtp-gstreamer.c424 GstElement *resample = NULL, *opusdec = NULL; in init_receive_pipeline() local
/third_party/mesa3d/src/freedreno/perfcntrs/
Dfdperf.c310 resample(void) in resample() function
/third_party/alsa-utils/alsaloop/
Dalsaloop.h102 unsigned int resample:1; /* do resample */ member
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideo.c2331 GstVideoChromaResample *resample; in GST_START_TEST() local
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaysink.c141 GstElement *resample; member
/third_party/astc-encoder/Source/
Dstb_image.h3789 resample_row_func resample; member
/third_party/libabigail/tests/lib/
Dcatch.hpp6999 … sample resample(URng& rng, int resamples, Iterator first, Iterator last, Estimator& estimator) { in resample() function
7039 …ootstrap(double confidence_level, Iterator first, Iterator last, sample const& resample, Estimator… in bootstrap()