Searched refs:ch_map (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libswresample/ |
D | audioconvert.c | 147 int channels, const int *ch_map, in swri_audio_convert_alloc() argument 166 ctx->ch_map = ch_map; in swri_audio_convert_alloc() 170 if(out_fmt == in_fmt && !ch_map) { in swri_audio_convert_alloc() 217 if(ctx->simd_f && !ctx->ch_map && !misaligned){ in swri_audio_convert() 237 const int ich= ctx->ch_map ? ctx->ch_map[ch] : ch; in swri_audio_convert()
|
D | audioconvert.h | 45 const int *ch_map; member 61 int channels, const int *ch_map,
|
/third_party/ffmpeg/libavcodec/ |
D | alacenc.c | 465 const uint8_t *ch_map = ff_alac_channel_layout_offsets[s->avctx->channels - 1]; in write_frame() local 473 write_element(s, TYPE_CPE, cpe, samples[ch_map[ch]], in write_frame() 474 samples[ch_map[ch + 1]]); in write_frame() 478 write_element(s, TYPE_SCE, sce, samples[ch_map[ch]], NULL); in write_frame()
|