Home
last modified time | relevance | path

Searched refs:apply_map (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavresample/
Ddither.c57 int apply_map; member
257 if (src->sample_fmt != AV_SAMPLE_FMT_FLTP || c->apply_map) { in ff_convert_dither()
270 } else if (c->apply_map) { in ff_convert_dither()
348 int channels, int sample_rate, int apply_map) in ff_dither_alloc() argument
365 c->apply_map = apply_map; in ff_dither_alloc()
366 if (apply_map) in ff_dither_alloc()
403 if (in_fmt != AV_SAMPLE_FMT_FLTP || c->apply_map) { in ff_dither_alloc()
411 channels, sample_rate, c->apply_map); in ff_dither_alloc()
Daudio_convert.c53 int apply_map; member
264 int apply_map) in ff_audio_convert_alloc() argument
277 ac->apply_map = apply_map; in ff_audio_convert_alloc()
283 apply_map); in ff_audio_convert_alloc()
345 if (ac->apply_map) { in ff_audio_convert()
Daudio_convert.h68 int apply_map);
Ddither.h69 int channels, int sample_rate, int apply_map);