Searched refs:ch_map_info (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 Dutils.c151 if (avr->ch_map_info.do_remap)
153 av_dlog(avr, " % 2d", avr->ch_map_info.channel_map[ch]);
158 if (avr->ch_map_info.do_copy)
160 av_dlog(avr, " % 2d", avr->ch_map_info.channel_copy[ch]);
165 if (avr->ch_map_info.do_zero)
167 av_dlog(avr, " % 2d", avr->ch_map_info.channel_zero[ch]);
173 av_dlog(avr, " % 2d", avr->ch_map_info.input_map[ch]);
325 &avr->ch_map_info : NULL);
391 &avr->ch_map_info : NULL);
402 &avr->ch_map_info);
[all...]
H A Dinternal.h107 ChannelMapInfo ch_map_info; member in struct:AVAudioResampleContext
H A Ddither.c58 ChannelMapInfo *ch_map_info; member in struct:DitherContext
271 ret = ff_audio_data_copy(flt_data, src, c->ch_map_info);
367 c->ch_map_info = &avr->ch_map_info;
H A Daudio_convert.c346 ChannelMapInfo *map = &ac->avr->ch_map_info;

Completed in 109 milliseconds