Lines Matching refs:block_length
391 cfg->block_length = BT_A2DP_BLOCK_LENGTH_16; in gst_avdtp_sink_init_sbc_pkt_conf()
393 cfg->block_length = BT_A2DP_BLOCK_LENGTH_12; in gst_avdtp_sink_init_sbc_pkt_conf()
395 cfg->block_length = BT_A2DP_BLOCK_LENGTH_8; in gst_avdtp_sink_init_sbc_pkt_conf()
397 cfg->block_length = BT_A2DP_BLOCK_LENGTH_4; in gst_avdtp_sink_init_sbc_pkt_conf()
556 if (sbc->block_length & BT_A2DP_BLOCK_LENGTH_16) { in gst_avdtp_sink_parse_sbc_caps()
560 if (sbc->block_length & BT_A2DP_BLOCK_LENGTH_12) { in gst_avdtp_sink_parse_sbc_caps()
564 if (sbc->block_length & BT_A2DP_BLOCK_LENGTH_8) { in gst_avdtp_sink_parse_sbc_caps()
568 if (sbc->block_length & BT_A2DP_BLOCK_LENGTH_4) { in gst_avdtp_sink_parse_sbc_caps()
846 if (sbc->block_length & BT_A2DP_BLOCK_LENGTH_16) { in gst_avdtp_sink_parse_sbc_raw()
850 if (sbc->block_length & BT_A2DP_BLOCK_LENGTH_12) { in gst_avdtp_sink_parse_sbc_raw()
854 if (sbc->block_length & BT_A2DP_BLOCK_LENGTH_8) { in gst_avdtp_sink_parse_sbc_raw()
858 if (sbc->block_length & BT_A2DP_BLOCK_LENGTH_4) { in gst_avdtp_sink_parse_sbc_raw()