Home
last modified time | relevance | path

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

/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/include/
Drtk_parse.h98 uint8_t allocation_method : 1; /* Allocation method */ member
134 uint8_t allocation_method : 1; /* Allocation method */ member
/device/board/unionman/unionpi_tiger/hardware/bt/include/
Drtk_parse.h94 uint8_t allocation_method : 1; /* Allocation method */ member
128 uint8_t allocation_method : 1; /* Allocation method */ member
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/driver/sbc/
Dsbc_driver.c113 frame->allocation_method = (data[1] >> 1) & 0x01; in bk_sbc_decoder_frame_decode()
123 frame->allocation_method = (data[1] >> 1) & 0x01; in bk_sbc_decoder_frame_decode()
129 frame->allocation_method = 0; in bk_sbc_decoder_frame_decode()
321 if (sbc->allocation_method == SBC_ALLOCATION_METHOD_SNR) { in bk_sbc_decoder_bit_allocation()
415 if (sbc->allocation_method == SBC_ALLOCATION_METHOD_SNR) { in bk_sbc_decoder_bit_allocation()
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/include/driver/
Dsbc_types.h93 int8_t allocation_method; /**< allocation method */ member
/device/board/unionman/unionpi_tiger/hardware/bt/src/
Drtk_parse.c334 RtkLogMsg("allocation method %s", alloc_methods[hdr->allocation_method]); in print_sbc_header()
/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/src/
Drtk_parse.c346 RtkLogMsg("allocation method %s", alloc_methods[hdr->allocation_method]); in print_sbc_header()