Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavresample/
Dinternal.h46 int channel_copy[AVRESAMPLE_MAX_CHANNELS]; /**< dest index to copy from */ member
Daudio_data.c260 if (map->channel_copy[p]) in ff_audio_data_copy()
261 memcpy(dst->data[p], dst->data[map->channel_copy[p]], in ff_audio_data_copy()
Daudio_convert.c375 if (map->channel_copy[p]) in ff_audio_convert()
376 memcpy(out->data[p], out->data[map->channel_copy[p]], in ff_audio_convert()
Dutils.c155 av_log(avr, AV_LOG_TRACE, " % 2d", avr->ch_map_info.channel_copy[ch]); in avresample_open()
722 info->channel_copy[ch] = info->input_map[channel_map[ch]]; in avresample_set_channel_mapping()