Home
last modified time | relevance | path

Searched refs:resample (Results 1 – 25 of 114) sorted by relevance

12345

/third_party/ffmpeg/tests/fate/
Dlibswresample.mak16 FATE_SWR_RESAMPLE += fate-swr-resample-$(3)-$(1)-$(2)
17 fate-swr-resample-$(3)-$(1)-$(2): tests/data/asynth-$(1)-1.wav
18 fate-swr-resample-$(3)-$(1)-$(2): CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-$(1)-1.wav -af a…
20 fate-swr-resample-$(3)-$(1)-$(2): CMP = stddev
21 fate-swr-resample-$(3)-$(1)-$(2): CMP_UNIT = $(5)
22 fate-swr-resample-$(3)-$(1)-$(2): FUZZ = 0.1
23 fate-swr-resample-$(3)-$(1)-$(2): REF = tests/data/asynth-$(1)-1.wav
30 fate-swr-resample-dblp-2626-44100: CMP_TARGET = 1352.67
31 fate-swr-resample-dblp-2626-44100: SIZE_TOLERANCE = 31512 - 20480
33 fate-swr-resample-dblp-2626-48000: CMP_TARGET = 1352.66
[all …]
Dlibavresample.mak35 FATE_LAVR_RESAMPLE += fate-lavr-resample-$(3)-$(1)-$(2)
36 fate-lavr-resample-$(3)-$(1)-$(2): tests/data/asynth-$(1)-1.wav
37 fate-lavr-resample-$(3)-$(1)-$(2): CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-$(1)-1.wav -ar …
38 fate-lavr-resample-$(3)-$(1)-$(2): CMP = oneoff
39 fate-lavr-resample-$(3)-$(1)-$(2): CMP_UNIT = $(5)
40 fate-lavr-resample-$(3)-$(1)-$(2): FUZZ = 6
41 fate-lavr-resample-$(3)-$(1)-$(2): REF = $(SAMPLES)/lavr/lavr-resample-$(3)-$(1)-$(2)-v3
49 FATE_LAVR_RESAMPLE += fate-lavr-resample-linear
50 fate-lavr-resample-linear: tests/data/asynth-44100-1.wav
51 fate-lavr-resample-linear: CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-44100-1.wav -ar 48000 -…
[all …]
/third_party/ffmpeg/libswresample/
Dsoxr_resample.c70 s->delayed_samples_fixup = soxr_delay((soxr_t)s->resample); in flush()
72 soxr_process((soxr_t)s->resample, NULL, 0, NULL, NULL, 0, NULL); in flush()
77 soxr_process((soxr_t)s->resample, &f, 0, &idone, &f, 0, &odone); in flush()
78 s->delayed_samples_fixup -= soxr_delay((soxr_t)s->resample); in flush()
100 double delayed_samples = soxr_delay((soxr_t)s->resample); in get_delay()
118 double delayed_samples = soxr_delay((soxr_t)s->resample); in get_out_samples()
Dswresample.c181 s->resampler->free(&s->resample); in swr_free()
356 …s->resample = s->resampler->init(s->resample, s->out_sample_rate, s->in_sample_rate, s->filter_siz… in swr_init()
357 if (!s->resample) { in swr_init()
362 s->resampler->free(&s->resample); in swr_init()
367 && s->resample){ in swr_init()
422 if(!s->resample && !s->rematrix && !s->channel_map && !s->dither.method){ in swr_init()
445 if(s->resample) in swr_init()
450 if(s->resample) in swr_init()
458 if(s->resample){ in swr_init()
571 static int resample(SwrContext *s, AudioData *out_param, int out_count, in resample() function
[all …]
DMakefile13 resample.o \
/third_party/ffmpeg/libavresample/
Dresample.c247 c = avr->resample; in avresample_set_compensation()
259 static int resample(ResampleContext *c, void *dst, const void *src, in resample() function
406 out_samples = resample(c, NULL, NULL, NULL, c->buffer->nb_samples, in ff_audio_resample()
417 out_samples = resample(c, (void *)dst->data[ch], in ff_audio_resample()
440 ResampleContext *c = avr->resample; in avresample_get_delay()
442 if (!avr->resample_needed || !avr->resample) in avresample_get_delay()
DMakefile13 resample.o \
Dinternal.h95 ResampleContext *resample; /**< resampling context */ member
Dutils.c236 avr->resample = ff_audio_resample_init(avr); in avresample_open()
237 if (!avr->resample) { in avresample_open()
271 ff_audio_resample_free(&avr->resample); in avresample_close()
450 ret = ff_audio_resample(avr->resample, resample_out, in avresample_convert()
/third_party/pulseaudio/src/modules/rtp/
Drtp-gstreamer.c424 GstElement *resample = NULL, *opusdec = NULL; in init_receive_pipeline() local
435 MAKE_ELEMENT(resample, "audioresample"); in init_receive_pipeline()
446 gst_bin_add_many(GST_BIN(c->pipeline), opusdec, resample, NULL); in init_receive_pipeline()
483 !gst_element_link(opusdec, resample) || in init_receive_pipeline()
484 !gst_element_link(resample, appsink)) { in init_receive_pipeline()
530 if (resample) in init_receive_pipeline()
531 gst_object_unref(resample); in init_receive_pipeline()
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_ycrcb_subsample.txt39 for 4224, and (2) resample xfer parameters. On Wednesday, we enumerated
52 resample params), but for everything else, keep the exact same enums
57 contain the new resample xfer params and the new subsample enum for
63 b) New "resample" spec that just has the resample xfer parameters from
/third_party/openGLES/extensions/SGIX/
DSGIX_ycrcb_subsample.txt39 for 4224, and (2) resample xfer parameters. On Wednesday, we enumerated
52 resample params), but for everything else, keep the exact same enums
57 contain the new resample xfer params and the new subsample enum for
63 b) New "resample" spec that just has the resample xfer parameters from
/third_party/ffmpeg/doc/
Dswresample.txt16 | Rematrix | resample <---->| Buffers |
22 | Rematrix | resample <---->| Buffers |
/third_party/pulseaudio/src/pulsecore/resampler/
Dspeex.c162 r->impl.resample = speex_resample_int; in pa_resampler_speex_init()
168 r->impl.resample = speex_resample_float; in pa_resampler_speex_init()
Dlibsamplerate.c95 r->impl.resample = libsamplerate_resample; in pa_resampler_libsamplerate_init()
Dtrivial.c94 r->impl.resample = trivial_resample; in pa_resampler_trivial_init()
Dffmpeg.c128 r->impl.resample = ffmpeg_resample; in pa_resampler_ffmpeg_init()
/third_party/mesa3d/src/freedreno/perfcntrs/
Dfdperf.c310 resample(void) in resample() function
629 resample(); in counter_dialog()
699 resample(); in main_ui()
723 resample(); in dump_counters()
725 resample(); in dump_counters()
/third_party/ffmpeg/libswresample/aarch64/
DMakefile7 aarch64/resample.o
/third_party/ffmpeg/libswresample/arm/
DMakefile8 arm/resample.o
/third_party/alsa-lib/test/
Dlatency.c52 int resample = 1; variable
69 err = snd_pcm_hw_params_set_rate_resample(handle, params, resample); in setparams_stream()
71 printf("Resample setup failed for %s (val %i): %s\n", id, resample, snd_strerror(err)); in setparams_stream()
565 resample = 0; in main()
Dpcm.c23 static int resample = 1; /* enable alsa-lib resampling */ variable
110 err = snd_pcm_hw_params_set_rate_resample(handle, params, resample); in set_hwparams()
858 resample = 0; in main()
/third_party/ffmpeg/libswresample/x86/
DMakefile3 x86/resample.o\
/third_party/lame/test/
Dmisc.op14 --resample 48000
/third_party/pulseaudio/conf/
Ddaemon.conf55 ; resample-method = speex-float-1

12345