Searched refs:file_size (Results 1 – 6 of 6) sorted by relevance
/btstack/test/sbc/ |
H A D | sbc_decoder_test.py | 57 file_size = 0 variable 59 global file_size 61 sbc_unpack_frame(fin, file_size - fin.tell(), actual_frame) 106 file_size = fin.tell() variable
|
H A D | sbc_encoder_test.py | 109 file_size = 0 variable 111 global file_size 113 sbc_unpack_frame(fin_expected, file_size - fin_expected.tell(), expected_frame) 150 file_size = fin_expected.tell() variable
|
H A D | sbc_decoder.py | 341 file_size = fin.tell() variable 350 err = sbc_unpack_frame(fin, file_size - fin.tell(), frame)
|
/btstack/example/ |
H A D | pan_lwip_http_server.c | 248 uint32_t file_size = btstack_atoi(&name[1]); in fs_open_custom() local 249 if (file_size > 0) { in fs_open_custom() 250 printf("Serving '%s' with %"PRIu32" bytes\n", name, file_size); in fs_open_custom() 253 file->len = file_size; in fs_open_custom()
|
/btstack/3rd-party/lwip/core/src/apps/http/makefsdata/ |
H A D | makefsdata.c | 123 int file_write_http_header(FILE *data_file, const char *filename, int file_size, u16_t *http_hdr_le… 557 static u8_t *get_file_data(const char *filename, int *file_size, int can_be_compressed, int *is_com… in get_file_data() argument 582 *file_size = fsize; in get_file_data() 634 *file_size = out_bytes; in get_file_data() 655 static void process_file_data(FILE *data_file, u8_t *file_data, size_t file_size) in process_file_data() argument 660 for (i = 0; i < file_size; i++) { in process_file_data() 680 u16_t hdr_len, u16_t hdr_chksum, const u8_t *file_data, size_t file_size) in write_checksums() argument 703 len = LWIP_MIN(chunk_size, (int)file_size - src_offset); in write_checksums() 937 int file_size; in process_file() local 981 file_data = get_file_data(filename, &file_size, can_be_compressed, &is_compressed); in process_file() [all …]
|
/btstack/3rd-party/lc3-google/tools/ |
H A D | wave.c | 154 long file_size = sizeof(header) + data_size; in wave_write_header() local 157 WAVE_FILE_TYPE_ID, file_size - 8, in wave_write_header()
|