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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dchannel_layout.c109 static uint64_t get_channel_layout_single(const char *name, int name_len, int compat) function
111 static uint64_t get_channel_layout_single(const char *name, int name_len)
171 layout_single = get_channel_layout_single(n, e - n, compat);
173 layout_single = get_channel_layout_single(n, e - n);

Completed in 42 milliseconds