Home
last modified time | relevance | path

Searched refs:decode (Results 1 – 17 of 17) sorted by relevance

/btstack/3rd-party/lc3-google/test/
H A Ddecoder.py50 def decode(self, data): member in Decoder
71 x = self.spec.decode(b, bw, len(data))
90 (x, bw, pitch) = self.decode(data)
105 pcm = lc3.decode(dec_c, bytes(C.BYTES_AC[i0][i]))
H A Dspec.py479 def decode(self, bits, bw, nbytes): member in SpectrumSynthesis
/btstack/3rd-party/lc3-google/python/tools/
H A Dspecgram.py72 y[i:i+frame_len] = dec.decode(enc.encode(s[i:i+frame_len], frame_size))
74 y[len(s):] = dec.decode(enc.encode(np.zeros(frame_len), frame_size))
H A Ddecoder.py83 pcm = dec.decode(f_lc3.read(lc3_frame_size), bitdepth=bitdepth)
/btstack/3rd-party/bluedroid/decoder/
H A DMakefile.inc6 bitstream-decode.c \
/btstack/tool/
H A Ddump_h4.py57 print (time, "LOG", packet.decode('ascii'))
H A Ddump_pklg.py57 print (time, "LOG", packet.decode('ascii'))
/btstack/chipset/cc256x/
H A Dconvert_bts_init_scripts.py144 if header[0:4].decode('ascii') != 'BTSB':
210 action_data = action_data.decode('ascii').rstrip('\0')
/btstack/doc/manual/
H A Dmarkdown_update_references.py138 gitbranchname = output.decode().rstrip()
H A Dmarkdown_create_examples.py374 git_branch_name = output.decode().rstrip()
H A Dmarkdown_create_apis.py257 git_branch_name = output.decode().rstrip()
/btstack/3rd-party/lc3-google/src/
H A Dlc3.c565 static int decode(struct lc3_decoder *decoder, in decode() function
757 int ret = !in || (decode(decoder, in, nbytes, &side) < 0); in lc3_decode()
/btstack/port/archive/pic32-harmony/app.X/nbproject/
H A DMakefile-default.mk60 …oder/srce/bitalloc.c ../../../3rd-party/bluedroid/decoder/srce/bitstream-decode.c ../../../3rd-par…
63 …JECTDIR}/_ext/770672057/bitalloc.o ${OBJECTDIR}/_ext/770672057/bitstream-decode.o ${OBJECTDIR}/_ex…
64 …CTDIR}/_ext/770672057/bitalloc.o.d ${OBJECTDIR}/_ext/770672057/bitstream-decode.o.d ${OBJECTDIR}/_…
67 …JECTDIR}/_ext/770672057/bitalloc.o ${OBJECTDIR}/_ext/770672057/bitstream-decode.o ${OBJECTDIR}/_ex…
70 …oder/srce/bitalloc.c ../../../3rd-party/bluedroid/decoder/srce/bitstream-decode.c ../../../3rd-par…
170 ${OBJECTDIR}/_ext/770672057/bitstream-decode.o: ../../../3rd-party/bluedroid/decoder/srce/bitstream…
172 @${RM} ${OBJECTDIR}/_ext/770672057/bitstream-decode.o.d
173 @${RM} ${OBJECTDIR}/_ext/770672057/bitstream-decode.o
174 …" -o ${OBJECTDIR}/_ext/770672057/bitstream-decode.o ../../../3rd-party/bluedroid/decoder/srce/bits…
831 ${OBJECTDIR}/_ext/770672057/bitstream-decode.o: ../../../3rd-party/bluedroid/decoder/srce/bitstream…
[all …]
/btstack/3rd-party/lc3-google/python/
H A Dlc3.py361 def decode(self, data, bitdepth=None): member in Decoder
/btstack/test/security_manager_sc/
H A Dsm_test.py86 c = os.read(self.stdout.fileno(), 1).decode("utf-8")
/btstack/test/mesh/
H A Ddump_mesh_pklg.py656 log = packet.decode("utf-8")
/btstack/3rd-party/lwip/core/
H A DCHANGELOG228 * snmp_msg.c: fix bug #51578 (SNMP failed to decode some values on non 32bit platforms)