Searched refs:sbc_blocks (Results 1 – 2 of 2) sorted by relevance
448 static const guint8 sbc_blocks[4] = { 4, 8, 12, 16 }; in gst_sbc_parse_header() local457 *n_blocks = sbc_blocks[(data[1] >> 4) & 0x03]; in gst_sbc_parse_header()
5444 static const guint8 sbc_blocks[4] = { 4, 8, 12, 16 }; in sbc_check_header() local5450 n_blocks = sbc_blocks[(data[1] >> 4) & 0x03]; in sbc_check_header()