/third_party/ffmpeg/tests/fate/ |
D | libswresample.mak | 16 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 …]
|
D | libavresample.mak | 35 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/ |
D | soxr_resample.c | 70 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()
|
D | swresample.c | 181 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 …]
|
D | Makefile | 13 resample.o \
|
/third_party/ffmpeg/libavresample/ |
D | resample.c | 247 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()
|
D | Makefile | 13 resample.o \
|
D | internal.h | 95 ResampleContext *resample; /**< resampling context */ member
|
D | utils.c | 236 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/ |
D | rtp-gstreamer.c | 424 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/ |
D | SGIX_ycrcb_subsample.txt | 39 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/ |
D | SGIX_ycrcb_subsample.txt | 39 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/ |
D | swresample.txt | 16 | Rematrix | resample <---->| Buffers | 22 | Rematrix | resample <---->| Buffers |
|
/third_party/pulseaudio/src/pulsecore/resampler/ |
D | speex.c | 162 r->impl.resample = speex_resample_int; in pa_resampler_speex_init() 168 r->impl.resample = speex_resample_float; in pa_resampler_speex_init()
|
D | libsamplerate.c | 95 r->impl.resample = libsamplerate_resample; in pa_resampler_libsamplerate_init()
|
D | trivial.c | 94 r->impl.resample = trivial_resample; in pa_resampler_trivial_init()
|
D | ffmpeg.c | 128 r->impl.resample = ffmpeg_resample; in pa_resampler_ffmpeg_init()
|
/third_party/mesa3d/src/freedreno/perfcntrs/ |
D | fdperf.c | 310 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/ |
D | Makefile | 7 aarch64/resample.o
|
/third_party/ffmpeg/libswresample/arm/ |
D | Makefile | 8 arm/resample.o
|
/third_party/alsa-lib/test/ |
D | latency.c | 52 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()
|
D | pcm.c | 23 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/ |
D | Makefile | 3 x86/resample.o\
|
/third_party/lame/test/ |
D | misc.op | 14 --resample 48000
|
/third_party/pulseaudio/conf/ |
D | daemon.conf | 55 ; resample-method = speex-float-1
|