Searched refs:ch_map_info (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavresample/ |
D | utils.c | 146 if (avr->ch_map_info.do_remap) in avresample_open() 148 av_log(avr, AV_LOG_TRACE, " % 2d", avr->ch_map_info.channel_map[ch]); in avresample_open() 153 if (avr->ch_map_info.do_copy) in avresample_open() 155 av_log(avr, AV_LOG_TRACE, " % 2d", avr->ch_map_info.channel_copy[ch]); in avresample_open() 160 if (avr->ch_map_info.do_zero) in avresample_open() 162 av_log(avr, AV_LOG_TRACE, " % 2d", avr->ch_map_info.channel_zero[ch]); in avresample_open() 168 av_log(avr, AV_LOG_TRACE, " % 2d", avr->ch_map_info.input_map[ch]); in avresample_open() 320 &avr->ch_map_info : NULL); in handle_buffered_output() 387 &avr->ch_map_info : NULL); in avresample_convert() 398 &avr->ch_map_info); in avresample_convert() [all …]
|
D | dither.c | 58 ChannelMapInfo *ch_map_info; member 271 ret = ff_audio_data_copy(flt_data, src, c->ch_map_info); in ff_convert_dither() 367 c->ch_map_info = &avr->ch_map_info; in ff_dither_alloc()
|
D | internal.h | 107 ChannelMapInfo ch_map_info; member
|
D | audio_convert.c | 346 ChannelMapInfo *map = &ac->avr->ch_map_info; in ff_audio_convert()
|