Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstsbcparse.c447 static const guint16 sbc_rates[4] = { 16000, 32000, 44100, 48000 }; in gst_sbc_parse_header() local
456 *rate = sbc_rates[(data[1] >> 6) & 0x03]; in gst_sbc_parse_header()
/third_party/gstreamer/gstplugins_base/gst/typefind/
Dgsttypefindfunctions.c5443 static const guint16 sbc_rates[4] = { 16000, 32000, 44100, 48000 }; in sbc_check_header() local
5457 *rate = sbc_rates[(data[1] >> 6) & 0x03]; in sbc_check_header()