Searched refs:sbc_rates (Results 1 – 2 of 2) sorted by relevance
447 static const guint16 sbc_rates[4] = { 16000, 32000, 44100, 48000 }; in gst_sbc_parse_header() local456 *rate = sbc_rates[(data[1] >> 6) & 0x03]; in gst_sbc_parse_header()
5443 static const guint16 sbc_rates[4] = { 16000, 32000, 44100, 48000 }; in sbc_check_header() local5457 *rate = sbc_rates[(data[1] >> 6) & 0x03]; in sbc_check_header()