Searched refs:oversample (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | af_asoftclip.c | 46 int oversample; member 79 …{ "oversample", "set oversample factor", OFFSET(oversample), AV_OPT_TYPE_INT, {.i64=1}, 1, 32, F }, 313 if (s->oversample <= 1) in config_input() 326 av_opt_set_int(s->up_ctx, "out_sample_rate", inlink->sample_rate * s->oversample, 0); in config_input() 330 av_opt_set_int(s->down_ctx, "in_sample_rate", inlink->sample_rate * s->oversample, 0); in config_input() 399 if (s->oversample > 1) { in filter_frame() 400 s->frame = ff_get_audio_buffer(outlink, in->nb_samples * s->oversample); in filter_frame() 406 … ret = swr_convert(s->up_ctx, (uint8_t**)s->frame->extended_data, in->nb_samples * s->oversample, in filter_frame()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-resampler.c | 533 gint oversample = resampler->oversample; \ 538 pos = phase * oversample; \ 539 offset = (oversample - 1) - pos / n_phases; \ 577 gint oversample = resampler->oversample; \ 580 pos = *samp_phase * oversample; \ 581 offset = (oversample - 1) - pos / out_rate; \ 1069 gint n_taps, oversample; in resampler_calculate_taps() local 1126 oversample = GET_OPT_FILTER_OVERSAMPLE (resampler->options); in resampler_calculate_taps() 1127 while (oversample > 1) { in resampler_calculate_taps() 1132 oversample >>= 1; in resampler_calculate_taps() [all …]
|
D | audio-resampler-private.h | 79 gint oversample; member
|
/third_party/mesa3d/src/imgui/ |
D | imstb_truetype.h | 3976 static float stbtt__oversample_shift(int oversample) in stbtt__oversample_shift() argument 3978 if (!oversample) in stbtt__oversample_shift() 3985 return (float)-(oversample - 1) / (2.0f * (float)oversample); in stbtt__oversample_shift()
|
/third_party/skia/third_party/externals/imgui/ |
D | imstb_truetype.h | 3976 static float stbtt__oversample_shift(int oversample) in stbtt__oversample_shift() argument 3978 if (!oversample) in stbtt__oversample_shift() 3985 return (float)-(oversample - 1) / (2.0f * (float)oversample); in stbtt__oversample_shift()
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imstb_truetype.h | 3944 static float stbtt__oversample_shift(int oversample) in stbtt__oversample_shift() argument 3946 if (!oversample) in stbtt__oversample_shift() 3953 return (float)-(oversample - 1) / (2.0f * (float)oversample); in stbtt__oversample_shift()
|
/third_party/skia/third_party/externals/imgui/docs/ |
D | FONTS.md | 159 5. Read about oversampling [here](https://github.com/nothings/stb/blob/master/tests/oversample).
|
/third_party/typescript/lib/ |
D | lib.dom.d.ts | 1954 oversample?: OverSampleType; property 16434 oversample: OverSampleType; property
|
/third_party/typescript/src/lib/ |
D | dom.generated.d.ts | 1934 oversample?: OverSampleType; property 16414 oversample: OverSampleType; property
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 14932 oversample: string; property
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 2536 @item oversample
|