Searched defs:fin (Results 1 – 8 of 8) sorted by relevance
/btstack/doc/manual/ |
H A D | markdown_create_apis.py | 86 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 D | sbc_encoder_test.py | 103 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 D | sbc_encoder.py | 13 def fetch_samples_for_next_sbc_frame(fin, frame): argument 168 fin = wave.open(infile, 'rb') variable
|
H A D | sbc.py | 524 def get_bit(fin): argument 540 def get_bits(fin, bit_count): argument
|
H A D | sbc_decoder_test.py | 58 def get_actual_frame(fin, implementation, frame_count): argument
|
H A D | sbc_decoder.py | 34 def sbc_unpack_frame(fin, available_bytes, frame): argument
|
/btstack/tool/ |
H A D | compile_gatt.py | 864 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 D | makefsdata.c | 425 FILE *fin; in copy_file() local
|