Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstsbcparse.c448 static const guint8 sbc_blocks[4] = { 4, 8, 12, 16 }; in gst_sbc_parse_header() local
457 *n_blocks = sbc_blocks[(data[1] >> 4) & 0x03]; in gst_sbc_parse_header()
/third_party/gstreamer/gstplugins_base/gst/typefind/
Dgsttypefindfunctions.c5444 static const guint8 sbc_blocks[4] = { 4, 8, 12, 16 }; in sbc_check_header() local
5450 n_blocks = sbc_blocks[(data[1] >> 4) & 0x03]; in sbc_check_header()