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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_channelmap.c125 uint64_t out_ch_mask = 0; local
206 out_ch & out_ch_mask) {
212 out_ch_mask |= out_ch;
226 out_ch & out_ch_mask) {
232 out_ch_mask |= out_ch;
238 s->output_layout = out_ch_mask ? out_ch_mask :
255 } else if (out_ch_mask && out_ch_mask != fmt) {
256 av_get_channel_layout_string(buf, sizeof(buf), 0, out_ch_mask);
[all...]

Completed in 38 milliseconds