Home
last modified time | relevance | path

Searched refs:channels_table (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstdcaparse.c182 static const guint8 channels_table[16] = { 1, 2, 2, 2, 2, 3, 3, 4, 4, 5, in gst_dca_parse_parse_header() local
248 if (chans < G_N_ELEMENTS (channels_table)) in gst_dca_parse_parse_header()
249 *channels = channels_table[chans] + ((lfe) ? 1 : 0); in gst_dca_parse_parse_header()
/third_party/gstreamer/gstplugins_base/gst/typefind/
Dgsttypefindfunctions.c1944 static const guint8 channels_table[16] = { 1, 2, 2, 2, 2, 3, 3, 4, 4, 5, in dts_parse_frame_header() local
2003 if (chans < G_N_ELEMENTS (channels_table)) in dts_parse_frame_header()
2004 *channels = channels_table[chans] + ((lfe) ? 1 : 0); in dts_parse_frame_header()