/btstack/3rd-party/lc3-google/conformance/ |
H A D | README.md | 13 * [Encoding 10ms](https://raw.githack.com/google/liblc3/main/conformance/speech_encode_10m.html) 14 * [Decoding 10ms](https://raw.githack.com/google/liblc3/main/conformance/speech_decode_10m.html) 15 * [Encoding + Decoding 10ms](https://raw.githack.com/google/liblc3/main/conformance/speech_encdec_1… 19 * [Encoding 7.5ms](https://raw.githack.com/google/liblc3/main/conformance/speech_encode_7m5.html) 20 * [Decoding 7.5ms](https://raw.githack.com/google/liblc3/main/conformance/speech_decode_7m5.html) 21 * [Encoding + Decoding 7.5ms](https://raw.githack.com/google/liblc3/main/conformance/speech_encdec_… 25 * [Encoding 10ms](https://raw.githack.com/google/liblc3/main/conformance/music_encode_10m.html) 26 * [Decoding 10ms](https://raw.githack.com/google/liblc3/main/conformance/music_decode_10m.html) 27 * [Encoding + Decoding 10ms](https://raw.githack.com/google/liblc3/main/conformance/music_encdec_10… 31 * [Encoding 7.5ms](https://raw.githack.com/google/liblc3/main/conformance/music_encode_7m5.html) [all …]
|
/btstack/3rd-party/bluedroid/decoder/srce/ |
H A D | dequant.c | 125 INLINE float dequant_float(OI_UINT32 raw, OI_UINT scale_factor, OI_UINT bits) in dequant_float() argument 127 float result = (1 << (scale_factor+1)) * ((raw * 2.0f + 1.0f) / ((1 << bits) - 1.0f) - 1.0f); in dequant_float() 144 INLINE OI_INT32 OI_SBC_Dequant(OI_UINT32 raw, OI_UINT scale_factor, OI_UINT bits) in OI_SBC_Dequant() argument 156 d = (raw * 2) + 1; in OI_SBC_Dequant() 165 float_result = dequant_float(raw, scale_factor, bits); in OI_SBC_Dequant() 183 INLINE OI_INT32 OI_SBC_Dequant_Unscaled(OI_UINT32 raw, OI_UINT scale_factor, OI_UINT bits); 184 INLINE OI_INT32 OI_SBC_Dequant_Unscaled(OI_UINT32 raw, OI_UINT scale_factor, OI_UINT bits) in OI_SBC_Dequant_Unscaled() argument 197 result = (raw << 16) + raw - 0x7fff7fff; in OI_SBC_Dequant_Unscaled() 202 d = (raw * 2) + 1; in OI_SBC_Dequant_Unscaled()
|
H A D | readsamplesjoint.inc | 77 OI_UINT32 raw; 82 OI_BITSTREAM_READUINT(raw, bits, ptr, value, bitPtr); 83 dequant = OI_SBC_Dequant(raw, sf, bits); 91 OI_UINT32 raw; 96 OI_BITSTREAM_READUINT(raw, bits, ptr, value, bitPtr); 97 dequant = OI_SBC_Dequant(raw, sf, bits);
|
H A D | decoder-private.c | 250 OI_UINT32 raw; in OI_SBC_ReadSamples() local 256 OI_BITSTREAM_READUINT(raw, bits, ptr, value, bitPtr); in OI_SBC_ReadSamples() 258 dequant = OI_SBC_Dequant(raw, sf, bits); in OI_SBC_ReadSamples()
|
/btstack/3rd-party/lwip/core/src/ |
H A D | FILES | 2 you use the lowel-level call-back/raw API. 5 with the lwIP low-level raw API. 8 memory and buffer management, and the low-level raw API.
|
H A D | Filelists.mk | 42 $(LWIPDIR)/core/raw.c \
|
H A D | Filelists.cmake | 48 ${LWIP_DIR}/src/core/raw.c
|
/btstack/chipset/nxp/ |
H A D | nxp.cmake | 4 set(NXP_8997_PATH https://github.com/nxp-imx/imx-firmware/raw/lf-6.1.22_2.0.0/nxp/FwImage_8997) 10 set(NXP_IW416_PATH https://github.com/nxp-imx/imx-firmware/raw/lf-6.1.22_2.0.0/nxp/FwImage_IW416_SD) 16 set(NXP_IW612_PATH https://github.com/nxp-imx/imx-firmware/raw/lf-6.1.22_2.0.0/nxp/FwImage_IW612_SD)
|
/btstack/chipset/atwilc3000/ |
H A D | Makefile.inc | 19 @curl -O https://raw.githubusercontent.com/linux4wilc/firmware/master/wilc3000_bt_firmware.bin 23 …curl -O https://raw.githubusercontent.com/linux4wilc/firmware/master/wilc3000_bt_firmware_no_rtc.b…
|
/btstack/3rd-party/lwip/core/src/include/lwip/apps/ |
H A D | snmp_opts.h | 79 #error SNMP stack can use only one of the APIs {raw, netconn} 83 #error SNMP stack needs a receive API and UDP {raw, netconn}
|
/btstack/3rd-party/lwip/core/src/api/ |
H A D | api_msg.c | 626 msg->conn->pcb.raw = raw_new_ip_type(iptype, msg->msg.n.proto); 627 if (msg->conn->pcb.raw != NULL) { 630 … if (NETCONNTYPE_ISIPV6(msg->conn->type) && msg->conn->pcb.raw->protocol == IP6_NEXTH_ICMP6) { 631 msg->conn->pcb.raw->chksum_reqd = 1; 632 msg->conn->pcb.raw->chksum_offset = 2; 635 raw_recv(msg->conn->pcb.raw, recv_raw, msg->conn); 1164 raw_remove(msg->conn->pcb.raw); 1228 err = raw_bind(msg->conn->pcb.raw, API_EXPR_REF(msg->msg.bc.ipaddr)); 1272 raw_bind_netif(msg->conn->pcb.raw, netif); 1365 err = raw_connect(msg->conn->pcb.raw, API_EXPR_REF(msg->msg.bc.ipaddr)); [all …]
|
H A D | sockets.c | 3171 if (sock->conn->pcb.raw->chksum_reqd == 0) { in lwip_getsockopt_impl() 3174 *(int *)optval = sock->conn->pcb.raw->chksum_offset; in lwip_getsockopt_impl() 3443 raw_bind_netif(sock->conn->pcb.raw, n); in lwip_setsockopt_impl() 3698 if (sock->conn->pcb.raw->protocol == IPPROTO_ICMPV6) { in lwip_setsockopt_impl() 3705 sock->conn->pcb.raw->chksum_reqd = 0; in lwip_setsockopt_impl() 3711 sock->conn->pcb.raw->chksum_reqd = 1; in lwip_setsockopt_impl() 3712 sock->conn->pcb.raw->chksum_offset = (u16_t) * (const int *)optval; in lwip_setsockopt_impl() 3715 s, sock->conn->pcb.raw->chksum_reqd)); in lwip_setsockopt_impl()
|
/btstack/chipset/bcm/ |
H A D | Makefile.inc | 9 curl -O -L https://github.com/OpenELEC/misc-firmware/raw/master/firmware/brcm/BCM43430A1.hcd
|
H A D | bcm.cmake | 6 file(DOWNLOAD https://github.com/OpenELEC/misc-firmware/raw/master/firmware/brcm/BCM43430A1.hcd ${C…
|
/btstack/3rd-party/lwip/core/src/apps/snmp/ |
H A D | snmp_asn1.c | 133 snmp_asn1_enc_raw(struct snmp_pbuf_stream *pbuf_stream, const u8_t *raw, u16_t raw_len) in snmp_asn1_enc_raw() argument 135 PBUF_OP_EXEC(snmp_pbuf_stream_writebuf(pbuf_stream, raw, raw_len)); in snmp_asn1_enc_raw()
|
H A D | snmp_asn1.h | 99 err_t snmp_asn1_enc_raw(struct snmp_pbuf_stream *pbuf_stream, const u8_t *raw, u16_t raw_len);
|
/btstack/port/freebsd-netgraph/ |
H A D | README.md | 11 port create a custom netgraph ng_socket node and connect to the 'acl' and 'raw' hooks of the hci no…
|
/btstack/3rd-party/bluedroid/decoder/include/ |
H A D | oi_codec_sbc_private.h | 222 INLINE OI_INT32 OI_SBC_Dequant(OI_UINT32 raw, OI_UINT scale_factor, OI_UINT bits);
|
/btstack/chipset/sx128x/SMTC_Drivers/sx1280-driver-c/ |
H A D | sx1280.c | 514 uint8_t raw = 0; in SX1280GetRssiInst() local 516 SX1280HalReadCommand( RADIO_GET_RSSIINST, &raw, 1 ); in SX1280GetRssiInst() 518 return ( int8_t )( -raw / 2 ); in SX1280GetRssiInst()
|
/btstack/3rd-party/lwip/core/src/include/lwip/ |
H A D | api.h | 228 struct raw_pcb *raw; member
|
/btstack/3rd-party/lwip/core/ |
H A D | README | 30 * raw/native API for enhanced performance
|
H A D | CHANGELOG | 74 * add raw API http(s) client (with proxy support) 838 * icmp.c, ip4.c, tcp_in.c, udp.c, raw.c: fixed bug #45120: Broadcast & multiple 1059 * raw.c: fixed bug #41680 raw socket can not receive IPv6 packet when 1163 * raw.c: fixed bug #38066 Raw pcbs can alter packet without eating it 1517 IP_MULTICAST_LOOP at socket- and raw-API level. 1750 raw pcbs with LWIP_TCPIP_CORE_LOCKING==1. 1844 * udp.c, raw.c: Don't chain empty pbufs when sending them (fixes bug #30625) 2085 if tcp_enqueue fails) both in raw- and netconn-API 2118 * raw.c: Fixed bug #28506 (raw_bind should filter received packets) 2478 * raw.c, udp.c, init.c, opt.h, ip.h, sockets.h: bug #26309: Implement the [all …]
|
H A D | UPGRADING | 157 * When calling tcp_abort() from a raw API TCP callback function,
|
/btstack/chipset/cc256x/ |
H A D | cc256x.cmake | 7 # TI Git Repo: https://git.ti.com/cgit/ti-bt/service-packs/blobs/raw/a027ae390d8790e56e1c78136…
|
/btstack/port/posix-h4-bcm/ |
H A D | CMakeLists.txt | 156 file(DOWNLOAD https://github.com/Infineon/combo-bluetooth-firmware/raw/master/CYW5557x/FCBGA/CYW555…
|