Searched refs:allocation_method (Results 1 – 11 of 11) sorted by relevance
75 uint8_t allocation_method:2; member99 uint8_t allocation_method:2; member
76 uint8_t allocation_method:2; member102 uint8_t allocation_method:2; member
118 uint8_t allocation_method; /* A2DP only */ member601 cap->allocation_method = cfg->allocation_method; in bluetooth_a2dp_init()602 if (cap->allocation_method & BT_A2DP_ALLOCATION_LOUDNESS) in bluetooth_a2dp_init()603 cap->allocation_method = BT_A2DP_ALLOCATION_LOUDNESS; in bluetooth_a2dp_init()604 else if (cap->allocation_method & BT_A2DP_ALLOCATION_SNR) in bluetooth_a2dp_init()605 cap->allocation_method = BT_A2DP_ALLOCATION_SNR; in bluetooth_a2dp_init()656 a2dp->sbc.allocation = active_capabilities.allocation_method in bluetooth_a2dp_setup()1486 bt_config->allocation_method = BT_A2DP_ALLOCATION_LOUDNESS; in bluetooth_parse_config()1489 bt_config->allocation_method = BT_A2DP_ALLOCATION_SNR; in bluetooth_parse_config()
419 if (cap->allocation_method & BT_A2DP_ALLOCATION_LOUDNESS) in bluetooth_a2dp_init()420 cap->allocation_method = BT_A2DP_ALLOCATION_LOUDNESS; in bluetooth_a2dp_init()421 else if (cap->allocation_method & BT_A2DP_ALLOCATION_SNR) in bluetooth_a2dp_init()422 cap->allocation_method = BT_A2DP_ALLOCATION_SNR; in bluetooth_a2dp_init()465 data->sbc.allocation = active_capabilities.allocation_method in bluetooth_a2dp_setup()576 switch (data->sbc_capabilities.allocation_method) { in bluetooth_a2dp_hw_params()585 data->sbc_capabilities.allocation_method); in bluetooth_a2dp_hw_params()
198 uint8_t allocation_method; member
369 cfg->allocation_method = BT_A2DP_ALLOCATION_LOUDNESS; in gst_avdtp_sink_init_sbc_pkt_conf()371 cfg->allocation_method = BT_A2DP_ALLOCATION_SNR; in gst_avdtp_sink_init_sbc_pkt_conf()582 if (sbc->allocation_method & BT_A2DP_ALLOCATION_LOUDNESS) { in gst_avdtp_sink_parse_sbc_caps()586 if (sbc->allocation_method & BT_A2DP_ALLOCATION_SNR) { in gst_avdtp_sink_parse_sbc_caps()872 if (sbc->allocation_method & BT_A2DP_ALLOCATION_LOUDNESS) { in gst_avdtp_sink_parse_sbc_raw()876 if (sbc->allocation_method & BT_A2DP_ALLOCATION_SNR) { in gst_avdtp_sink_parse_sbc_raw()
528 sbc_cap.allocation_method = ( SBC_ALLOCATION_LOUDNESS | in sbc_getcap_ind()1833 if (supported->allocation_method & SBC_ALLOCATION_LOUDNESS) in select_sbc_params()1834 cap->allocation_method = SBC_ALLOCATION_LOUDNESS; in select_sbc_params()1835 else if (supported->allocation_method & SBC_ALLOCATION_SNR) in select_sbc_params()1836 cap->allocation_method = SBC_ALLOCATION_SNR; in select_sbc_params()
556 sbc->allocation_method = sbc_cap->allocation_method; in a2dp_append_codec()1536 sbc_cap.allocation_method = sbc->allocation_method; in handle_a2dp_transport()
42 uint8_t allocation_method:1; /* Allocation method */ member55 uint8_t allocation_method:1; /* Allocation method */ member202 method = hdr.allocation_method; in analyze_file()
176 uint8_t allocation_method:2; member232 uint8_t allocation_method:2; member368 if (sbc->allocation_method & SBC_SUBBANDS_4) in print_sbc()370 if (sbc->allocation_method & SBC_SUBBANDS_8) in print_sbc()
466 if (cap->allocation_method & BT_A2DP_ALLOCATION_LOUDNESS) in setup_a2dp()467 cap->allocation_method = BT_A2DP_ALLOCATION_LOUDNESS; in setup_a2dp()468 else if (cap->allocation_method & BT_A2DP_ALLOCATION_SNR) in setup_a2dp()469 cap->allocation_method = BT_A2DP_ALLOCATION_SNR; in setup_a2dp()527 switch (active_capabilities->allocation_method) { in setup_sbc()