Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstac3parse.c385 guint8 strmtyp, fscod, fscod2, acmod, lfe_on, strmid, numblkscod; in gst_ac3_parse_frame_header_eac3() local
405 fscod2 = gst_bit_reader_get_bits_uint8_unchecked (&bits, 2); /* fscod2 */ in gst_ac3_parse_frame_header_eac3()
406 if (G_UNLIKELY (fscod2 == 3)) { in gst_ac3_parse_frame_header_eac3()
410 sample_rate = fscod_rates[fscod2] / 2; in gst_ac3_parse_frame_header_eac3()