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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavresample/
H A Daudio_convert.h61 * @param apply_map apply channel map during conversion
68 int apply_map);
H A Ddither.h69 int channels, int sample_rate, int apply_map);
H A Ddither.c57 int apply_map; member in struct:DitherContext
257 if (src->sample_fmt != AV_SAMPLE_FMT_FLTP || c->apply_map) {
270 } else if (c->apply_map) {
348 int channels, int sample_rate, int apply_map)
365 c->apply_map = apply_map;
366 if (apply_map)
403 if (in_fmt != AV_SAMPLE_FMT_FLTP || c->apply_map) {
411 channels, sample_rate, c->apply_map);
345 ff_dither_alloc(AVAudioResampleContext *avr, enum AVSampleFormat out_fmt, enum AVSampleFormat in_fmt, int channels, int sample_rate, int apply_map) argument
H A Daudio_convert.c53 int apply_map; member in struct:AudioConvert
264 int apply_map)
277 ac->apply_map = apply_map;
283 apply_map);
345 if (ac->apply_map) {
260 ff_audio_convert_alloc(AVAudioResampleContext *avr, enum AVSampleFormat out_fmt, enum AVSampleFormat in_fmt, int channels, int sample_rate, int apply_map) argument

Completed in 111 milliseconds