Home
last modified time | relevance | path

Searched refs:allocation_method (Results 1 – 11 of 11) sorted by relevance

/external/bluetooth/bluez/audio/
Da2dp-codecs.h75 uint8_t allocation_method:2; member
99 uint8_t allocation_method:2; member
Da2dp.h76 uint8_t allocation_method:2; member
102 uint8_t allocation_method:2; member
Dpcm_bluetooth.c118 uint8_t allocation_method; /* A2DP only */ member
601 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()
Dliba2dp.c419 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()
Dipc.h198 uint8_t allocation_method; member
Dgstavdtpsink.c369 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()
Da2dp.c528 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()
Dunix.c556 sbc->allocation_method = sbc_cap->allocation_method; in a2dp_append_codec()
1536 sbc_cap.allocation_method = sbc->allocation_method; in handle_a2dp_transport()
/external/bluetooth/bluez/sbc/
Dsbcinfo.c42 uint8_t allocation_method:1; /* Allocation method */ member
55 uint8_t allocation_method:1; /* Allocation method */ member
202 method = hdr.allocation_method; in analyze_file()
/external/bluetooth/bluez/tools/
Davinfo.c176 uint8_t allocation_method:2; member
232 uint8_t allocation_method:2; member
368 if (sbc->allocation_method & SBC_SUBBANDS_4) in print_sbc()
370 if (sbc->allocation_method & SBC_SUBBANDS_8) in print_sbc()
/external/bluetooth/bluez/test/
Dipctest.c466 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()