Home
last modified time | relevance | path

Searched defs:fin (Results 1 – 8 of 8) sorted by relevance

/btstack/doc/manual/
H A Dmarkdown_create_apis.py86 def writeAPI(fout, fin, mk_codeidentation): argument
106 def createIndex(fin, filename, api_filepath, api_title, api_label, githuburl): argument
198 def findTitle(fin): argument
/btstack/test/sbc/
H A Dsbc_encoder_test.py103 def get_actual_frame(fin, nr_blocks, nr_subbands, nr_channels, sampling_frequency, bitpool, allocat… argument
143 fin = wave.open(encoder_input_wav, 'rb') variable
H A Dsbc_encoder.py13 def fetch_samples_for_next_sbc_frame(fin, frame): argument
168 fin = wave.open(infile, 'rb') variable
H A Dsbc.py524 def get_bit(fin): argument
540 def get_bits(fin, bit_count): argument
H A Dsbc_decoder_test.py58 def get_actual_frame(fin, implementation, frame_count): argument
H A Dsbc_decoder.py34 def sbc_unpack_frame(fin, available_bytes, frame): argument
/btstack/tool/
H A Dcompile_gatt.py864 def parseLines(fname_in, fin, fout): argument
1004 def parse(fname_in, fin, fname_out, tool_path, fout): argument
1088 fin = codecs.open (args.gattfile, encoding='utf-8') variable
/btstack/3rd-party/lwip/core/src/apps/http/makefsdata/
H A Dmakefsdata.c425 FILE *fin; in copy_file() local